diff options
author | Richard Tollerton <rich.tollerton@ni.com> | 2014-08-22 16:30:50 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 23:01:35 +0100 |
commit | 11a772b3297ef36f3ebc4b67c9477022352d1c55 (patch) | |
tree | 6e57704f3facd7df5aab4f84d9e351e67630e1bf /meta | |
parent | b33c678e2a5d42138a15b69802c5ddd109cb3b55 (diff) | |
download | openembedded-core-11a772b3297ef36f3ebc4b67c9477022352d1c55.tar.gz openembedded-core-11a772b3297ef36f3ebc4b67c9477022352d1c55.tar.bz2 openembedded-core-11a772b3297ef36f3ebc4b67c9477022352d1c55.zip |
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@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/busybox/busybox/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig index 35f1026d65..8394067bed 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 |