diff options
author | Ross Burton <ross.burton@intel.com> | 2018-06-07 10:47:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 11:09:40 +0100 |
commit | 93f08a036343d4df1aefe9793a7a9ab5b296f5b5 (patch) | |
tree | 991dd05c1f94678be74e6694209fdb294199e33f | |
parent | 840d04182bc71ae3f6f562f668b9900c5625e1aa (diff) | |
download | openembedded-core-93f08a036343d4df1aefe9793a7a9ab5b296f5b5.tar.gz openembedded-core-93f08a036343d4df1aefe9793a7a9ab5b296f5b5.tar.bz2 openembedded-core-93f08a036343d4df1aefe9793a7a9ab5b296f5b5.zip |
glib: add PACKAGECONFIG for libelf
gresource-tool has optional support for using libelf to extract resources from
ELF files, so add a PACKAGECONFIG in case someone wants this.
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index f645ed6f0c..31b74362e3 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -39,8 +39,9 @@ PACKAGECONFIG ??= "system-pcre libmount" PACKAGECONFIG[system-pcre] = "--with-pcre=system,--with-pcre=internal,libpcre" PACKAGECONFIG[libmount] = "--enable-libmount,--disable-libmount,util-linux" PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native" +PACKAGECONFIG[libelf] = "--enable-libelf,--disable-libelf,elfutils" -CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap" +CORECONF = "--disable-dtrace --disable-fam --disable-systemtap" PRINTF = "--enable-included-printf=no" PRINTF_darwin = "--enable-included-printf=yes" |