summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.20.2.bb
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.bb
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.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.20.2.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.20.2.bb b/meta/recipes-core/busybox/busybox_1.20.2.bb
index 3814dcfa6b..4c0946af1f 100644
--- a/meta/recipes-core/busybox/busybox_1.20.2.bb
+++ b/meta/recipes-core/busybox/busybox_1.20.2.bb
@@ -1,5 +1,5 @@
1require busybox.inc 1require busybox.inc
2PR = "r2" 2PR = "r3"
3 3
4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ 4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
5 file://B921600.patch \ 5 file://B921600.patch \
@@ -26,7 +26,8 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
26 file://defconfig \ 26 file://defconfig \
27 file://busybox-mkfs-minix-tests_bigendian.patch \ 27 file://busybox-mkfs-minix-tests_bigendian.patch \
28 file://fix-for-spurious-testsuite-failure.patch \ 28 file://fix-for-spurious-testsuite-failure.patch \
29 file://busybox-1.20.2-kernel_ver.patch" 29 file://busybox-1.20.2-kernel_ver.patch \
30 file://stat-usr-bin.patch"
30 31
31SRC_URI[tarball.md5sum] = "e025414bc6cd79579cc7a32a45d3ae1c" 32SRC_URI[tarball.md5sum] = "e025414bc6cd79579cc7a32a45d3ae1c"
32SRC_URI[tarball.sha256sum] = "eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882" 33SRC_URI[tarball.sha256sum] = "eb13ff01dae5618ead2ef6f92ba879e9e0390f9583bd545d8789d27cf39b6882"