diff options
author | Stanislav Brabec <utx@penguin.cz> | 2008-02-19 22:59:18 +0000 |
---|---|---|
committer | Stanislav Brabec <utx@penguin.cz> | 2008-02-19 22:59:18 +0000 |
commit | 62adfb2470ab84c106ad6fe4e169620f1477beb0 (patch) | |
tree | 592aad5f9bda6ad3f993e151ddf9e9795b5a5436 /packages/busybox/busybox_1.9.1.bb | |
parent | 74a532e4bc5f8b037d050a0a1fb66ea35eeac1ec (diff) | |
parent | 2999625c9793012541dee694ef993d35e630af1f (diff) |
merge of '9a5df4f82194968b8ea8a94d7effc5bf61c1e650'
and 'cb1970d64a9cdb9559e137f509557905fbc174b5'
Diffstat (limited to 'packages/busybox/busybox_1.9.1.bb')
-rw-r--r-- | packages/busybox/busybox_1.9.1.bb | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/packages/busybox/busybox_1.9.1.bb b/packages/busybox/busybox_1.9.1.bb index 237f6a6dac..3f8184fcc0 100644 --- a/packages/busybox/busybox_1.9.1.bb +++ b/packages/busybox/busybox_1.9.1.bb @@ -2,6 +2,10 @@ require busybox.inc PR = "r2" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ + http://busybox.net/downloads/fixes-1.9.1/busybox-1.9.1-lineedit.patch;patch=1 \ + file://udhcpscript.patch;patch=1 \ + file://adduser-longops.patch;patch=1 \ + file://sort-z-nul.patch;patch=1;status=upstream \ file://busybox-cron \ file://busybox-httpd \ file://busybox-udhcpd \ @@ -10,17 +14,12 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://mount.busybox \ file://syslog \ file://syslog.conf \ - file://udhcpscript.patch;patch=1 \ - file://adduser-longops.patch;patch=1 \ - file://sort-z-nul.patch;patch=1;status=upstream \ file://umount.busybox \ - file://run_parts.c \ file://defconfig" EXTRA_OEMAKE += "V=1 ARCH=${TARGET_ARCH} CROSS_COMPILE=${TARGET_PREFIX}" do_configure () { - cp ${WORKDIR}/run_parts.c ${S}/debianutils/ install -m 0644 ${WORKDIR}/defconfig ${S}/.config cml1_do_configure } |