summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-06-12 19:28:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-23 11:44:14 +0100
commitf35a9c17483c2cf6fc0c26e1b38e3019349bacb1 (patch)
tree138a5e45cb67cf16e9471797d7b813e42970c3af /meta/recipes-gnome
parentd2e23d3d02a1623e44dc545ff2407c68db7686fc (diff)
downloadpoky-f35a9c17483c2cf6fc0c26e1b38e3019349bacb1.tar.gz
gobject-introspection: Disable generating static lbraries
So we do not accidentally end of using static libraries when doing PIE enabled builds (From OE-Core rev: 164e0d57e5df5bbaeb03c41f0b265ad5ad56ae2f) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/gobject-introspection/gobject-introspection_1.50.0.bb1
1 files changed, 1 insertions, 0 deletions
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 509fc5fa59..ce31097da6 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
99# Configure target build to use native tools of itself and to use a qemu wrapper 99# Configure target build to use native tools of itself and to use a qemu wrapper
100# and optionally to generate introspection data 100# and optionally to generate introspection data
101EXTRA_OECONF_class-target += "--enable-host-gi \ 101EXTRA_OECONF_class-target += "--enable-host-gi \
102 --disable-static \
102 --enable-gi-cross-wrapper=${B}/g-ir-scanner-qemuwrapper \ 103 --enable-gi-cross-wrapper=${B}/g-ir-scanner-qemuwrapper \
103 --enable-gi-ldd-wrapper=${B}/g-ir-scanner-lddwrapper \ 104 --enable-gi-ldd-wrapper=${B}/g-ir-scanner-lddwrapper \
104 ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-introspection-data', '--disable-introspection-data', d)} \ 105 ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-introspection-data', '--disable-introspection-data', d)} \