[oe-commits] Mike Westerhof : SlugOS: busybox - update defconfig to re-enable the z and j options for tar

GIT User account git at amethyst.openembedded.net
Sat Feb 14 03:47:05 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a6173871bf3cd35d3606b0df8fb4e69c4898fcb0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a6173871bf3cd35d3606b0df8fb4e69c4898fcb0

Author: Mike Westerhof <mwester at dls.net>
Date:   Fri Feb 13 21:43:22 2009 -0600

SlugOS: busybox - update defconfig to re-enable the z and j options for tar

---

 packages/busybox/busybox-1.13.2/slugos/defconfig |   10 +++++-----
 packages/busybox/busybox_1.13.2.bb               |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/packages/busybox/busybox-1.13.2/slugos/defconfig b/packages/busybox/busybox-1.13.2/slugos/defconfig
index 67c7a98..fd89ef6 100644
--- a/packages/busybox/busybox-1.13.2/slugos/defconfig
+++ b/packages/busybox/busybox-1.13.2/slugos/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Busybox version: 1.13.2
-# Sun Jan 18 16:45:58 2009
+# Fri Feb 13 21:35:37 2009
 #
 CONFIG_HAVE_DOT_CONFIG=y
 
@@ -101,9 +101,9 @@ CONFIG_IOCTL_HEX2STR_ERROR=y
 # Archival Utilities
 #
 # CONFIG_FEATURE_SEAMLESS_LZMA is not set
-# CONFIG_FEATURE_SEAMLESS_BZ2 is not set
-# CONFIG_FEATURE_SEAMLESS_GZ is not set
-# CONFIG_FEATURE_SEAMLESS_Z is not set
+CONFIG_FEATURE_SEAMLESS_BZ2=y
+CONFIG_FEATURE_SEAMLESS_GZ=y
+CONFIG_FEATURE_SEAMLESS_Z=y
 CONFIG_AR=y
 CONFIG_FEATURE_AR_LONG_FILENAMES=y
 CONFIG_BUNZIP2=y
@@ -119,7 +119,7 @@ CONFIG_GZIP=y
 # CONFIG_RPM is not set
 CONFIG_TAR=y
 CONFIG_FEATURE_TAR_CREATE=y
-# CONFIG_FEATURE_TAR_AUTODETECT is not set
+CONFIG_FEATURE_TAR_AUTODETECT=y
 CONFIG_FEATURE_TAR_FROM=y
 CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY=y
 # CONFIG_FEATURE_TAR_OLDSUN_COMPATIBILITY is not set
diff --git a/packages/busybox/busybox_1.13.2.bb b/packages/busybox/busybox_1.13.2.bb
index cafcf98..e8f37a0 100644
--- a/packages/busybox/busybox_1.13.2.bb
+++ b/packages/busybox/busybox_1.13.2.bb
@@ -1,5 +1,5 @@
 require busybox.inc
-PR = "r14"
+PR = "r15"
 
 SRC_URI = "\
   http://www.busybox.net/downloads/busybox-${PV}.tar.gz \





More information about the Openembedded-commits mailing list