[oe-commits] Richard Tollerton : busybox: enable `tar -m`

git at git.openembedded.org git at git.openembedded.org
Sat Aug 23 12:31:18 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: da1a4c4045b97c881cf8348237c6087d0892612a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=da1a4c4045b97c881cf8348237c6087d0892612a

Author: Richard Tollerton <rich.tollerton at ni.com>
Date:   Fri Aug 22 16:30:50 2014 -0500

busybox: enable `tar -m`

CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y is needed for the commit
"udev-cache: strip timestamps on extract". Enabling this flag increases
the size of busybox by 0 bytes on x86.

Signed-off-by: Richard Tollerton <rich.tollerton at ni.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 35f1026..8394067 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -159,7 +159,7 @@ CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y
 # CONFIG_FEATURE_TAR_LONG_OPTIONS is not set
 # CONFIG_FEATURE_TAR_TO_COMMAND is not set
 # CONFIG_FEATURE_TAR_UNAME_GNAME is not set
-# CONFIG_FEATURE_TAR_NOPRESERVE_TIME is not set
+CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y
 # CONFIG_FEATURE_TAR_SELINUX is not set
 # CONFIG_UNCOMPRESS is not set
 # CONFIG_UNLZMA is not set



More information about the Openembedded-commits mailing list