summaryrefslogtreecommitdiff
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:08:42 +0000
commite1504767c39c7ec4e280293d99530aa50bddcd20 (patch)
treebe30bdaa3a3da186a9327488329dbdd67cde22e4 /meta/recipes-core/busybox/busybox_1.19.3.bb
parent67c0878c31b564a53b176b135b1a58155a2b5f4e (diff)
downloadopenembedded-core-e1504767c39c7ec4e280293d99530aa50bddcd20.tar.gz
openembedded-core-e1504767c39c7ec4e280293d99530aa50bddcd20.tar.bz2
openembedded-core-e1504767c39c7ec4e280293d99530aa50bddcd20.tar.xz
openembedded-core-e1504767c39c7ec4e280293d99530aa50bddcd20.zip
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. Signed-off-by: Anders Darander <anders@chargestorm.se>
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 000000000..7a54789a4
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox_1.19.3.bb
@@ -0,0 +1,32 @@
+require busybox.inc
+PR = "r0"
+
+SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
+ file://udhcpscript.patch \
+ file://udhcpc-fix-nfsroot.patch \
+ file://B921600.patch \
+ file://get_header_tar.patch \
+ file://busybox-appletlib-dependency.patch \
+ file://busybox-1.19.3-getty.patch \
+ file://run-parts.in.usr-bin.patch \
+ file://busybox-udhcpc-no_deconfig.patch \
+ file://find-touchscreen.sh \
+ file://busybox-cron \
+ file://busybox-httpd \
+ file://busybox-udhcpd \
+ file://busybox-udhcpc \
+ file://default.script \
+ file://simple.script \
+ file://hwclock.sh \
+ file://mount.busybox \
+ file://syslog \
+ file://syslog.conf \
+ file://mdev \
+ file://mdev.conf \
+ file://umount.busybox \
+ file://defconfig"
+
+SRC_URI[tarball.md5sum] = "c3938e1ac59602387009bbf1dd1af7f6"
+SRC_URI[tarball.sha256sum] = "a1a9a35732c719ef384f02b6e357c324d8be25bc154af91a48c4264b1e6038f0"
+
+EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"