diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-11-23 10:16:24 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-23 23:35:19 +0000 |
commit | 48e25b57f89e98900fa333eb281b957404d2f095 (patch) | |
tree | 3f6738ad9696ba23491216fe828a91c4198f679e | |
parent | 871fcd2c15ab3f6a259657e32b8522ccf59f6165 (diff) | |
download | poky-48e25b57f89e98900fa333eb281b957404d2f095.tar.gz |
busybox: enable bzip2 by default
bunzip2 is enabled by default, but bzip2 is not. This is kind of
strange, and it also causes busybox's ptest failure regarding
bunzip2, as bunzip2's test case needs bzip2 command.
(From OE-Core rev: b54717b06e52970b3547cc5cb89424d824a4ef6a)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/busybox/busybox/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 32213c0675..0c4099031f 100644 --- a/meta/recipes-core/busybox/busybox/defconfig +++ b/meta/recipes-core/busybox/busybox/defconfig | |||
@@ -150,7 +150,7 @@ CONFIG_LZCAT=y | |||
150 | # CONFIG_UNXZ is not set | 150 | # CONFIG_UNXZ is not set |
151 | CONFIG_XZCAT=y | 151 | CONFIG_XZCAT=y |
152 | # CONFIG_XZ is not set | 152 | # CONFIG_XZ is not set |
153 | # CONFIG_BZIP2 is not set | 153 | CONFIG_BZIP2=y |
154 | CONFIG_FEATURE_BZIP2_DECOMPRESS=y | 154 | CONFIG_FEATURE_BZIP2_DECOMPRESS=y |
155 | CONFIG_CPIO=y | 155 | CONFIG_CPIO=y |
156 | # CONFIG_FEATURE_CPIO_O is not set | 156 | # CONFIG_FEATURE_CPIO_O is not set |