[oe-commits] [openembedded-core] 04/05: busybox: enable bzip2 by default

git at git.openembedded.org git at git.openembedded.org
Thu Nov 15 19:21:54 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit b6f19e2c2d7787ef824b9cd89de5542c77ba16a3
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Thu Nov 15 10:02:27 2018 +0800

    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 <Qi.Chen at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/busybox/busybox/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index 32213c0..0c40990 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list