From: Chen Qi Date: Mon, 23 Dec 2013 08:16:47 +0000 (-0500) Subject: busybox: enable SEAMLESS_XZ by default X-Git-Tag: 2015-4~4072 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6482a43211a3a4858030ae3c59f5726c0ccba261;p=openembedded-core.git busybox: enable SEAMLESS_XZ by default We have enabled SEAMLESS_GZ and SEAMLESS_BZ2 in defconfig, it's reasonable for us to enable SEAMLESS_XZ as well. Otherwise, we couldn't extract tar.xz file while we could extract tar.gz file. Such situation would be somewhat confusing. Signed-off-by: Chen Qi Signed-off-by: Saul Wold --- diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index f0e63c2a1f..20cd147fa5 100644 --- a/meta/recipes-core/busybox/busybox/defconfig +++ b/meta/recipes-core/busybox/busybox/defconfig @@ -125,7 +125,7 @@ CONFIG_FEATURE_HWIB=y # # Archival Utilities # -# CONFIG_FEATURE_SEAMLESS_XZ is not set +CONFIG_FEATURE_SEAMLESS_XZ=y CONFIG_FEATURE_SEAMLESS_LZMA=y CONFIG_FEATURE_SEAMLESS_BZ2=y CONFIG_FEATURE_SEAMLESS_GZ=y