diff options
author | Qing He <qing.he@intel.com> | 2011-04-25 14:06:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-04 00:50:55 +0100 |
commit | bb92a1852e17232c07658eef013f243ca6780563 (patch) | |
tree | 39dcf0bbe2cd73318cb7ff6ff6107de41003f3d9 /meta/recipes-core/busybox/busybox_1.18.4.bb | |
parent | 7b26788c52136eb6a95507758936756b3dfcbaa4 (diff) | |
download | openembedded-core-bb92a1852e17232c07658eef013f243ca6780563.tar.gz openembedded-core-bb92a1852e17232c07658eef013f243ca6780563.tar.bz2 openembedded-core-bb92a1852e17232c07658eef013f243ca6780563.zip |
busybox: upgrade to version 1.18.4
from version 1.17.3
- remove make-382-fix since it's upstreamed
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.18.4.bb')
-rw-r--r-- | meta/recipes-core/busybox/busybox_1.18.4.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.18.4.bb b/meta/recipes-core/busybox/busybox_1.18.4.bb new file mode 100644 index 0000000000..696a4db09b --- /dev/null +++ b/meta/recipes-core/busybox/busybox_1.18.4.bb @@ -0,0 +1,29 @@ +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://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://umount.busybox \ + file://defconfig" + +SRC_URI[tarball.md5sum] = "b03c5b46ced732679e525a920a1a62f5" +SRC_URI[tarball.sha256sum] = "4d24d37bd6f1bd153e8cf9a984ec2f32f18464f73ca535e2cc2e8be9694097fa" + +EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}" |