From: Ross Burton Date: Tue, 29 Oct 2019 20:01:56 +0000 (+0000) Subject: elfutils: disable bzip X-Git-Tag: uninative-2.8~1231 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=28524e5d60c87810193ae9e083abe2ab79003378;p=openembedded-core.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 da0e958762..e7740c7fb4 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"