busybox.inc: remove dead code

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3890 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-03-03 17:56:00 +00:00
parent 198a63fac5
commit 624549ae4e
1 changed files with 0 additions and 18 deletions

View File

@ -11,24 +11,6 @@ LICENSE = "GPL"
SECTION = "base"
PRIORITY = "required"
SRC_URI = "\
http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
file://busybox-cron \
file://busybox-httpd \
file://busybox-udhcpd \
file://default.script \
file://dhcp-hostname.patch;patch=1 \
file://hwclock.sh \
file://ifupdown-spurious-environ.patch;patch=1 \
file://mount.busybox \
file://syslog \
file://syslog.conf \
file://udhcpscript.patch;patch=1 \
file://umount.busybox \
"
SRC_URI_append_nylon = " file://xargs-double-size.patch;patch=1"
export EXTRA_CFLAGS = "${CFLAGS}"
EXTRA_OEMAKE_append = " CROSS=${HOST_PREFIX}"
PACKAGES =+ "${PN}-httpd ${PN}-udhcpd"