summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox-1.20.2/defconfig
diff options
context:
space:
mode:
authorAndy Ross <andy.ross@windriver.com>2012-09-18 14:38:44 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-27 09:47:07 +0100
commit2e24eb2cb733f6b96c51b99de4b3194d701dd4c5 (patch)
tree5ba090a13d7ff195a74ce80d9b5f40fd50fb5551 /meta/recipes-core/busybox/busybox-1.20.2/defconfig
parent4b40886d4c3ef80f9dcb2e8d4fd807d0039e79f6 (diff)
downloadpoky-2e24eb2cb733f6b96c51b99de4b3194d701dd4c5.tar.gz
busybox: add /usr/bin/stat applet
The busybox defconfig lacks a stat tool, the functionality of which cannot be reproduced in a way accessible to a shell script running in a minimal configuration. Enable, and modify the installation path to /usr/bin/stat to match the coreutils tool for proper alternatives handling. (From OE-Core rev: ef7e1239b95dbef4e461007d6d0612c27a7919ec) Signed-off-by: Andy Ross <andy.ross@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox-1.20.2/defconfig')
-rw-r--r--meta/recipes-core/busybox/busybox-1.20.2/defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/busybox/busybox-1.20.2/defconfig b/meta/recipes-core/busybox/busybox-1.20.2/defconfig
index dff07f179a..b39234fb7d 100644
--- a/meta/recipes-core/busybox/busybox-1.20.2/defconfig
+++ b/meta/recipes-core/busybox/busybox-1.20.2/defconfig
@@ -270,8 +270,8 @@ CONFIG_SORT=y
270CONFIG_FEATURE_SORT_BIG=y 270CONFIG_FEATURE_SORT_BIG=y
271# CONFIG_SPLIT is not set 271# CONFIG_SPLIT is not set
272# CONFIG_FEATURE_SPLIT_FANCY is not set 272# CONFIG_FEATURE_SPLIT_FANCY is not set
273# CONFIG_STAT is not set 273CONFIG_STAT=y
274# CONFIG_FEATURE_STAT_FORMAT is not set 274CONFIG_FEATURE_STAT_FORMAT=y
275CONFIG_STTY=y 275CONFIG_STTY=y
276# CONFIG_SUM is not set 276# CONFIG_SUM is not set
277CONFIG_SYNC=y 277CONFIG_SYNC=y