summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.19.3.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.19.3.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.19.3.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.19.3.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.19.3.bb b/meta/recipes-core/busybox/busybox_1.19.3.bb
new file mode 100644
index 0000000000..7a54789a4b
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox_1.19.3.bb
@@ -0,0 +1,32 @@
1require busybox.inc
2PR = "r0"
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://busybox-1.19.3-getty.patch \
11 file://run-parts.in.usr-bin.patch \
12 file://busybox-udhcpc-no_deconfig.patch \
13 file://find-touchscreen.sh \
14 file://busybox-cron \
15 file://busybox-httpd \
16 file://busybox-udhcpd \
17 file://busybox-udhcpc \
18 file://default.script \
19 file://simple.script \
20 file://hwclock.sh \
21 file://mount.busybox \
22 file://syslog \
23 file://syslog.conf \
24 file://mdev \
25 file://mdev.conf \
26 file://umount.busybox \
27 file://defconfig"
28
29SRC_URI[tarball.md5sum] = "c3938e1ac59602387009bbf1dd1af7f6"
30SRC_URI[tarball.sha256sum] = "a1a9a35732c719ef384f02b6e357c324d8be25bc154af91a48c4264b1e6038f0"
31
32EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"