]> code.ossystems Code Review - openembedded-core.git/commit
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:17:38 +0000 (16:17 +0100)
commitf74e456772fc80c2333fbdf57c629a18412375e8
tree693f624999f82388df76366de14607af76e84faf
parent9191c8b08ea25641d228acc83f2d4ad6a14333fe
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.

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