From: Ross Burton Date: Tue, 29 Oct 2019 20:01:56 +0000 (+0000) Subject: elfutils: disable bzip X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~12901 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28524e5d60c87810193ae9e083abe2ab79003378;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git elfutils: disable bzip Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/elfutils/elfutils_0.177.bb b/meta/recipes-devtools/elfutils/elfutils_0.177.bb index da0e958762d..e7740c7fb46 100644 --- a/meta/recipes-devtools/elfutils/elfutils_0.177.bb +++ b/meta/recipes-devtools/elfutils/elfutils_0.177.bb @@ -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"