diff options
author | Ross Burton <ross.burton@intel.com> | 2019-10-29 20:01:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-31 16:09:35 +0000 |
commit | 3a54afa744b79a7196d16951175f383feffb7503 (patch) | |
tree | 743c49225f0524daf0643532729647add6028723 /meta/recipes-devtools/elfutils | |
parent | 1d67123f178b76292b5ac6f95a8895ccca40d852 (diff) | |
download | poky-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.bb | 2 |
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-" | |||
51 | DEPENDS_BZIP2 = "bzip2-replacement-native" | 51 | DEPENDS_BZIP2 = "bzip2-replacement-native" |
52 | DEPENDS_BZIP2_class-target = "bzip2" | 52 | DEPENDS_BZIP2_class-target = "bzip2" |
53 | 53 | ||
54 | PACKAGECONFIG ??= "bzip2" | 54 | PACKAGECONFIG ??= "" |
55 | PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,${DEPENDS_BZIP2}" | 55 | PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,${DEPENDS_BZIP2}" |
56 | PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz" | 56 | PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz" |
57 | 57 | ||