diff options
author | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-05-26 09:06:24 +0200 |
commit | 65253e1774e2bd10a42ef2a8fb6a205ec452394c (patch) | |
tree | 1e4c1743124bcc8e117a7c8190c980020612741e /recipes/busybox/busybox_1.9.2.bb | |
parent | d3d5978587da59f9778b345de2d33b304dc350fc (diff) | |
parent | 523f22b938703b56a823fa9e9c577869669ddb82 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/busybox/busybox_1.9.2.bb')
-rw-r--r-- | recipes/busybox/busybox_1.9.2.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/busybox/busybox_1.9.2.bb b/recipes/busybox/busybox_1.9.2.bb index 5e8e65a314..065cabf66b 100644 --- a/recipes/busybox/busybox_1.9.2.bb +++ b/recipes/busybox/busybox_1.9.2.bb @@ -2,11 +2,11 @@ require busybox.inc PR = "${INC_PR}.1" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ - file://udhcpscript.patch;patch=1 \ - file://adduser-longops.patch;patch=1 \ - file://sort-z-nul.patch;patch=1;status=upstream \ - file://topmem.patch;patch=1 \ - file://busybox-appletlib-dependency.patch;patch=1 \ + file://udhcpscript.patch \ + file://adduser-longops.patch \ + file://sort-z-nul.patch;status=upstream \ + file://topmem.patch \ + file://busybox-appletlib-dependency.patch \ file://busybox-cron \ file://busybox-httpd \ file://busybox-udhcpd \ |