From: Andy Ross <[email protected]> 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.
Signed-off-by: Andy Ross <[email protected]> Signed-off-by: Richard Purdie <[email protected]> [trini: Import ef7e123 from openembedded-core, so just a defconfig change] Signed-off-by: Tom Rini <[email protected]> --- .../recipes-core/busybox/busybox/defconfig | 4 ++-- .../recipes-core/busybox/busybox_1.20.2.bbappend | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-arago-distro/recipes-core/busybox/busybox/defconfig b/meta-arago-distro/recipes-core/busybox/busybox/defconfig index adafe0b..a54c32d 100644 --- a/meta-arago-distro/recipes-core/busybox/busybox/defconfig +++ b/meta-arago-distro/recipes-core/busybox/busybox/defconfig @@ -264,8 +264,8 @@ CONFIG_SORT=y CONFIG_FEATURE_SORT_BIG=y # CONFIG_SPLIT is not set # CONFIG_FEATURE_SPLIT_FANCY is not set -# CONFIG_STAT is not set -# CONFIG_FEATURE_STAT_FORMAT is not set +CONFIG_STAT=y +CONFIG_FEATURE_STAT_FORMAT=y CONFIG_STTY=y # CONFIG_SUM is not set CONFIG_SYNC=y diff --git a/meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend b/meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend index be174ef..d3ff409 100644 --- a/meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend +++ b/meta-arago-distro/recipes-core/busybox/busybox_1.20.2.bbappend @@ -1,7 +1,7 @@ # look for files in this layer first FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PR_append = "-arago9" +PR_append = "-arago10" SRC_URI += " \ file://inetd \ -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
