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 17:56:24 +0100 |
commit | 0e4d2a7ce53b54bdd17bd2a8dd1537df641f5b8e (patch) | |
tree | fb6bab74a5744d751d351c991b6c8625390a5825 /meta/recipes-core | |
parent | ae49d379b74bc2dd63ba3b946b3fb85726458575 (diff) | |
download | poky-0e4d2a7ce53b54bdd17bd2a8dd1537df641f5b8e.tar.gz |
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.
(From OE-Core rev: 93f08a036343d4df1aefe9793a7a9ab5b296f5b5)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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" | |||
39 | PACKAGECONFIG[system-pcre] = "--with-pcre=system,--with-pcre=internal,libpcre" | 39 | PACKAGECONFIG[system-pcre] = "--with-pcre=system,--with-pcre=internal,libpcre" |
40 | PACKAGECONFIG[libmount] = "--enable-libmount,--disable-libmount,util-linux" | 40 | PACKAGECONFIG[libmount] = "--enable-libmount,--disable-libmount,util-linux" |
41 | PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native" | 41 | PACKAGECONFIG[manpages] = "--enable-man --with-xml-catalog=${STAGING_ETCDIR_NATIVE}/xml/catalog.xml, --disable-man, libxslt-native xmlto-native" |
42 | PACKAGECONFIG[libelf] = "--enable-libelf,--disable-libelf,elfutils" | ||
42 | 43 | ||
43 | CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap" | 44 | CORECONF = "--disable-dtrace --disable-fam --disable-systemtap" |
44 | 45 | ||
45 | PRINTF = "--enable-included-printf=no" | 46 | PRINTF = "--enable-included-printf=no" |
46 | PRINTF_darwin = "--enable-included-printf=yes" | 47 | PRINTF_darwin = "--enable-included-printf=yes" |