From 28524e5d60c87810193ae9e083abe2ab79003378 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 29 Oct 2019 20:01:56 +0000 Subject: [PATCH] elfutils: disable bzip Signed-off-by: Ross Burton --- meta/recipes-devtools/elfutils/elfutils_0.177.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.1