summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.18.5.bb
diff options
context:
space:
mode:
authorAnders Darander <anders@chargestorm.se>2011-11-07 10:48:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-02 15:14:00 +0000
commitf142522cf7b401c82da163411a93b29e8b6171ac (patch)
tree36c87489ae54b4b72e953d71ce5914c504c78f16 /meta/recipes-core/busybox/busybox_1.18.5.bb
parent5ff296eb33b00bb8cd500692ddc09c1663232694 (diff)
downloadpoky-f142522cf7b401c82da163411a93b29e8b6171ac.tar.gz
busybox: update to 1.19.3
The updates to patch busybox-udhcpc-no_deconfig.patch is not fully verified. Adds one upstream patch to 1.19.3. (From OE-Core rev: e1504767c39c7ec4e280293d99530aa50bddcd20) Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.18.5.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.18.5.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.18.5.bb b/meta/recipes-core/busybox/busybox_1.18.5.bb
deleted file mode 100644
index 17d583e6e3..0000000000
--- a/meta/recipes-core/busybox/busybox_1.18.5.bb
+++ /dev/null
@@ -1,31 +0,0 @@
1require busybox.inc
2PR = "r2"
3
4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
5 file://udhcpscript.patch \
6 file://udhcpc-fix-nfsroot.patch \
7 file://B921600.patch \
8 file://get_header_tar.patch \
9 file://busybox-appletlib-dependency.patch \
10 file://run-parts.in.usr-bin.patch \
11 file://busybox-udhcpc-no_deconfig.patch \
12 file://find-touchscreen.sh \
13 file://busybox-cron \
14 file://busybox-httpd \
15 file://busybox-udhcpd \
16 file://busybox-udhcpc \
17 file://default.script \
18 file://simple.script \
19 file://hwclock.sh \
20 file://mount.busybox \
21 file://syslog \
22 file://syslog.conf \
23 file://mdev \
24 file://mdev.conf \
25 file://umount.busybox \
26 file://defconfig"
27
28SRC_URI[tarball.md5sum] = "96dd43cc7cee4017a6bf31b7da82a1f5"
29SRC_URI[tarball.sha256sum] = "10954fcd5c48d8a262a3497b16227bf983a05658bf2bf661af2fdeca773f2fc0"
30
31EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"