From: Khem Raj Date: Tue, 13 Jun 2017 02:28:32 +0000 (-0700) Subject: gobject-introspection: Disable generating static lbraries X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20971 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=164e0d57e5df5bbaeb03c41f0b265ad5ad56ae2f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gobject-introspection: Disable generating static lbraries So we do not accidentally end of using static libraries when doing PIE enabled builds Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- diff --git a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.50.0.bb b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.50.0.bb index 509fc5fa592..ce31097da62 100644 --- a/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.50.0.bb +++ b/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.50.0.bb @@ -99,6 +99,7 @@ EOF # Configure target build to use native tools of itself and to use a qemu wrapper # and optionally to generate introspection data EXTRA_OECONF_class-target += "--enable-host-gi \ + --disable-static \ --enable-gi-cross-wrapper=${B}/g-ir-scanner-qemuwrapper \ --enable-gi-ldd-wrapper=${B}/g-ir-scanner-lddwrapper \ ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-introspection-data', '--disable-introspection-data', d)} \