diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-06-12 19:28:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-23 11:43:40 +0100 |
commit | 164e0d57e5df5bbaeb03c41f0b265ad5ad56ae2f (patch) | |
tree | 871a8a8766c58ea0f33e544e87826ad1cd045e68 /meta | |
parent | 8808d4b13a946499bc6e84a1be15f53d8ab3f673 (diff) | |
download | openembedded-core-164e0d57e5df5bbaeb03c41f0b265ad5ad56ae2f.tar.gz openembedded-core-164e0d57e5df5bbaeb03c41f0b265ad5ad56ae2f.tar.bz2 openembedded-core-164e0d57e5df5bbaeb03c41f0b265ad5ad56ae2f.zip |
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 <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/gobject-introspection/gobject-introspection_1.50.0.bb | 1 |
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 # 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)} \ |