summaryrefslogtreecommitdiffstats
path: root/meta/packages/busybox/busybox_1.9.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/busybox/busybox_1.9.1.bb')
-rw-r--r--meta/packages/busybox/busybox_1.9.1.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/packages/busybox/busybox_1.9.1.bb b/meta/packages/busybox/busybox_1.9.1.bb
deleted file mode 100644
index 26b73530f5..0000000000
--- a/meta/packages/busybox/busybox_1.9.1.bb
+++ /dev/null
@@ -1,30 +0,0 @@
1require busybox.inc
2PR = "r10"
3
4SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
5 http://busybox.net/downloads/fixes-1.9.1/busybox-1.9.1-lineedit.patch;patch=1 \
6 file://udhcpscript.patch;patch=1 \
7 file://adduser-longops.patch;patch=1 \
8 file://sort-z-nul.patch;patch=1;status=upstream \
9 file://busybox-cron \
10 file://busybox-httpd \
11 file://busybox-udhcpd \
12 file://default.script \
13 file://hwclock.sh \
14 file://mount.busybox \
15 file://syslog \
16 file://syslog.conf \
17 file://umount.busybox \
18 file://defconfig"
19
20EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}"
21
22do_configure () {
23 install -m 0644 ${WORKDIR}/defconfig ${S}/.config
24 cml1_do_configure
25}
26
27#
28# libbb/appletlib.c:38:27: error: applet_tables.h: No such file or directory
29#
30PARALLEL_MAKE = ""