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>
This commit is contained in:
Khem Raj
2017-06-12 19:28:32 -07:00
committed by Richard Purdie
parent d2e23d3d02
commit f35a9c1748

View File

@@ -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)} \