summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.17.3.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2011-04-25 14:06:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-04 00:54:42 +0100
commita29b96e3828ecf8a4915856d1e6733a97cd4b89f (patch)
tree119531cc1adc53b34ea119b1e7a1483d3288dcb9 /meta/recipes-core/busybox/busybox_1.17.3.bb
parentb9e63d96addd5fa1d69877e9a58e6ea92482e19b (diff)
downloadpoky-a29b96e3828ecf8a4915856d1e6733a97cd4b89f.tar.gz
busybox: upgrade to version 1.18.4
from version 1.17.3 - remove make-382-fix since it's upstreamed (From OE-Core rev: bb92a1852e17232c07658eef013f243ca6780563) Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.17.3.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.17.3.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.17.3.bb b/meta/recipes-core/busybox/busybox_1.17.3.bb
deleted file mode 100644
index 28342feaf0..0000000000
--- a/meta/recipes-core/busybox/busybox_1.17.3.bb
+++ /dev/null
@@ -1,30 +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://make-382-fix.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://umount.busybox \
25 file://defconfig"
26
27SRC_URI[tarball.md5sum] = "a2ce1a951571da8c6e0eaf75b1acef60"
28SRC_URI[tarball.sha256sum] = "de2f0274f61a068d75ad33861e0982e99c6b625681460ce420222371c3511ff2"
29
30EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}"