summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2011-01-19 23:57:29 +0000
committerEric Bénard <eric@eukrea.com>2011-01-19 21:00:25 +0100
commit5c5cca5f75c57b4c7497d790c8d21528596365b7 (patch)
tree066440813b3ba0562e5ee746f438878f982dbe74
parent5f00e31e8526d36bc594e8a46ecf8e4ecce1fbfb (diff)
downloadopenembedded-5c5cca5f75c57b4c7497d790c8d21528596365b7.tar.gz
busybox-1.18.2: add latest fixes
- hush: fix "cmd & <newline>" problem 98c46d10ee81f206f274da312086a3f0533582af - disable automatic selection of FEATURE_SUID 3b5acaa4323bd165077e60098af94ad9750d62fd Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/busybox/busybox_1.18.2.bb8
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/busybox/busybox_1.18.2.bb b/recipes/busybox/busybox_1.18.2.bb
index 71b50c825d..e6d17d3a0e 100644
--- a/recipes/busybox/busybox_1.18.2.bb
+++ b/recipes/busybox/busybox_1.18.2.bb
@@ -1,11 +1,17 @@
require busybox_1.1x.inc
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
SRC_URI += " \
http://busybox.net/downloads/fixes-1.18.2/busybox-1.18.2-modprobe-small.patch;name=patch01 \
+ http://busybox.net/downloads/fixes-1.18.2/busybox-1.18.2-buildsys.patch;name=patch02 \
+ http://busybox.net/downloads/fixes-1.18.2/busybox-1.18.2-hush.patch;name=patch03 \
"
SRC_URI[md5sum] = "69a82091e5710b72db5ce0e14e7c0cd7"
SRC_URI[sha256sum] = "aa7e1cec8cd9c7f4e56098b9e4bb2ab5d593d5a35f766ad9e6a312289bf57080"
SRC_URI[patch01.md5sum] = "dda72eaf33d19d6a0ac78e46e9411cfd"
SRC_URI[patch01.sha256sum] = "ed5d83040414d035138bf484ccd514817342b143baff43ffff6ba556952de7ed"
+SRC_URI[patch02.md5sum] = "c7ae920c8adb767fc35b3a8ca3ad7351"
+SRC_URI[patch02.sha256sum] = "d9398bc5e65b7eff261f20526b6e07d61bef64dd978c92e6317334bfaa135938"
+SRC_URI[patch03.md5sum] = "854045f4b713df759b49945550843acf"
+SRC_URI[patch03.sha256sum] = "b70c4406307942f38b2c8d94675b7ca7db8ba0351ae916f838d04856b5aad33f"