summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-10-29 20:01:56 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-31 16:09:35 +0000
commit3a54afa744b79a7196d16951175f383feffb7503 (patch)
tree743c49225f0524daf0643532729647add6028723 /meta/recipes-devtools/elfutils
parent1d67123f178b76292b5ac6f95a8895ccca40d852 (diff)
downloadpoky-3a54afa744b79a7196d16951175f383feffb7503.tar.gz
elfutils: disable bzip
(From OE-Core rev: 28524e5d60c87810193ae9e083abe2ab79003378) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.177.bb2
1 files changed, 1 insertions, 1 deletions
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-"
51DEPENDS_BZIP2 = "bzip2-replacement-native" 51DEPENDS_BZIP2 = "bzip2-replacement-native"
52DEPENDS_BZIP2_class-target = "bzip2" 52DEPENDS_BZIP2_class-target = "bzip2"
53 53
54PACKAGECONFIG ??= "bzip2" 54PACKAGECONFIG ??= ""
55PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,${DEPENDS_BZIP2}" 55PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,${DEPENDS_BZIP2}"
56PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz" 56PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz"
57 57