summaryrefslogtreecommitdiffstats
path: root/meta/packages/busybox/busybox_1.9.1.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-03-03 17:51:29 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-03-03 17:51:29 +0000
commit198a63fac56201ee520d94bf8345036e4927fce6 (patch)
treecf8acd5a45d75baa7b3e5828f47787aec287cb65 /meta/packages/busybox/busybox_1.9.1.bb
parent6314103003cef434c29d2133769195daf5cc9309 (diff)
downloadpoky-198a63fac56201ee520d94bf8345036e4927fce6.tar.gz
busybox: update from 1.8.2 to 1.9.1 (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3889 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/busybox/busybox_1.9.1.bb')
-rw-r--r--meta/packages/busybox/busybox_1.9.1.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/packages/busybox/busybox_1.9.1.bb b/meta/packages/busybox/busybox_1.9.1.bb
new file mode 100644
index 0000000000..cec4af8d59
--- /dev/null
+++ b/meta/packages/busybox/busybox_1.9.1.bb
@@ -0,0 +1,25 @@
1require busybox.inc
2PR = "r4"
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}