mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ae49d379b7
commit
0e4d2a7ce5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user