]> code.ossystems Code Review - openembedded-core.git/commitdiff
elfutils: disable bzip
authorRoss Burton <ross.burton@intel.com>
Tue, 29 Oct 2019 20:01:56 +0000 (20:01 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Oct 2019 16:07:11 +0000 (16:07 +0000)
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/elfutils/elfutils_0.177.bb

index da0e958762d35c4d772c120c68db2f4b1b15154f..e7740c7fb46f734fdf2943ff7cff2a57e8c44298 100644 (file)
@@ -51,7 +51,7 @@ EXTRA_OECONF = "--program-prefix=eu-"
 DEPENDS_BZIP2 = "bzip2-replacement-native"
 DEPENDS_BZIP2_class-target = "bzip2"
 
-PACKAGECONFIG ??= "bzip2"
+PACKAGECONFIG ??= ""
 PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,${DEPENDS_BZIP2}"
 PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz"