summaryrefslogtreecommitdiff
path: root/meta/recipes-core/busybox/busybox_1.16.2.bb
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-11-17 10:51:45 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-11-18 13:30:26 -0800
commitaaa29fff393dc7ed460713ef45b9654b1d2c623e (patch)
treedb575bfb3a35aa52e389bfe68ca7a4df3722d294 /meta/recipes-core/busybox/busybox_1.16.2.bb
parent07b8765e0d691e17fd3c5feb64259cee47b03a1a (diff)
downloadopenembedded-core-aaa29fff393dc7ed460713ef45b9654b1d2c623e.tar.gz
openembedded-core-aaa29fff393dc7ed460713ef45b9654b1d2c623e.tar.bz2
openembedded-core-aaa29fff393dc7ed460713ef45b9654b1d2c623e.tar.xz
openembedded-core-aaa29fff393dc7ed460713ef45b9654b1d2c623e.zip
busybox: upgrade to version 1.17.3
from 1.16.2 update license info: add checksum and change gplv2+ to gplv2 Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.16.2.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.16.2.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.16.2.bb b/meta/recipes-core/busybox/busybox_1.16.2.bb
deleted file mode 100644
index 6e535027f..000000000
--- a/meta/recipes-core/busybox/busybox_1.16.2.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-require busybox.inc
-PR = "r3"
-
-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://make-382-fix.patch \
- file://find-touchscreen.sh \
- file://busybox-cron \
- file://busybox-httpd \
- file://busybox-udhcpd \
- file://default.script \
- file://simple.script \
- file://hwclock.sh \
- file://mount.busybox \
- file://syslog \
- file://syslog.conf \
- file://umount.busybox \
- file://defconfig"
-
-EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}"