summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.19.4.bb
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-03-14 17:01:00 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 13:03:44 +0000
commitb52bd42b63b3111b538dc05673cb51eafffdfa16 (patch)
tree97bd33646eca9f1b856772a94af1a8244061238f /meta/recipes-core/busybox/busybox_1.19.4.bb
parente556d90ca067e677261a71bb266e379fea0da842 (diff)
downloadpoky-b52bd42b63b3111b538dc05673cb51eafffdfa16.tar.gz
busybox: upgrade to 1.19.4
Removing the patch busybox-1.19.3-getty.patch is because it is already in the upstream. (From OE-Core rev: f03f8eac4c72be0f16468ebd0ee4dd1f07b0563b) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.19.4.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.19.4.bb31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.19.4.bb b/meta/recipes-core/busybox/busybox_1.19.4.bb
new file mode 100644
index 0000000000..dff616de27
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox_1.19.4.bb
@@ -0,0 +1,31 @@
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://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-startup.conf \
23 file://mdev \
24 file://mdev.conf \
25 file://umount.busybox \
26 file://defconfig"
27
28SRC_URI[tarball.md5sum] = "9c0cae5a0379228e7b55e5b29528df8e"
29SRC_URI[tarball.sha256sum] = "9b853406da61ffb59eb488495fe99cbb7fb3dd29a31307fcfa9cf070543710ee"
30
31EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX} SKIP_STRIP=y"