diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-06-25 13:54:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2005-06-25 13:54:38 +0000 |
commit | 0a66549e90d67ac57c8c68ea0f6e53b0bb5fb7fc (patch) | |
tree | 830353218494a73303c152cca2157cafc94b6ace /packages/busybox | |
parent | d7c24d00230e6c4ba546cdd6ae52f383831aaad2 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/06/25 15:54:07+02:00 uni-frankfurt.de!mickeyl
busybox: back out the CELF patch since it breaks the return behaviour of 'test'#
BKrev: 42bd621en8xpNP2j1y7noNxCet13-g
Diffstat (limited to 'packages/busybox')
-rw-r--r-- | packages/busybox/busybox_1.00.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/busybox/busybox_1.00.bb b/packages/busybox/busybox_1.00.bb index 5588306f70..baeb1117df 100644 --- a/packages/busybox/busybox_1.00.bb +++ b/packages/busybox/busybox_1.00.bb @@ -10,7 +10,7 @@ HOMEPAGE = "http://www.busybox.net" LICENSE = "GPL" SECTION = "base" PRIORITY = "required" -PR = "r25" +PR = "r26" SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://add-getkey-applet.patch;patch=1 \ @@ -25,7 +25,6 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ file://below.patch;patch=1 \ file://fbset.patch;patch=1 \ file://mount-all-type.patch;patch=1 \ - file://celf-ash-builtins.patch;patch=1 \ file://dhcp-hostname.patch;patch=1 \ file://gzip-spurious-const.patch;patch=1 \ file://ifupdown-spurious-environ.patch;patch=1 \ |