From: Chen Qi Date: Fri, 23 Nov 2018 02:16:24 +0000 (+0800) Subject: busybox: enable bzip2 by default X-Git-Tag: uninative-2.4~1032 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b54717b06e52970b3547cc5cb89424d824a4ef6a;p=openembedded-core.git 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. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie --- 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 # CONFIG_UNXZ is not set CONFIG_XZCAT=y # CONFIG_XZ is not set -# CONFIG_BZIP2 is not set +CONFIG_BZIP2=y CONFIG_FEATURE_BZIP2_DECOMPRESS=y CONFIG_CPIO=y # CONFIG_FEATURE_CPIO_O is not set