gtk+3: pull forward the gtk+2 hardcoded libtool patch
authorChristopher Larson <chris_larson@mentor.com>
Thu, 29 Aug 2013 16:28:56 +0000 (09:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Aug 2013 15:23:47 +0000 (16:23 +0100)
commit9cb2c7baa4379a3db154d76779e5efc001aef3f1
tree0866f11f994fc78cd1251295bfb8e5e5680e2097
parent8df2da0d551cd3d3819dfdad9725898af6a04ed1
gtk+3: pull forward the gtk+2 hardcoded libtool patch

Without this, it tries to run ./libtool, not the sys-prefixed libtool, which
fails, resulting in dynamic modules being disabled, which in turn results in
compiling the immodules directly into the gtk+3 library.

I tried switching it to using $LIBTOOL rather than hardcoding the path, as
LT_INIT sets LIBTOOL, but it didn't work, I didn't have time to dig further,
and this gets the job done for now.

(From OE-Core rev: f74e456772fc80c2333fbdf57c629a18412375e8)

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gtk+/gtk+3/hardcoded_libtool.patch [new file with mode: 0644]
meta/recipes-gnome/gtk+/gtk+3_3.8.2.bb