aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox
diff options
context:
space:
mode:
authorEric BENARD <eric@eukrea.com>2011-05-16 00:58:46 +0000
committerEric Bénard <eric@eukrea.com>2011-05-19 10:43:14 +0200
commit676c4e3225154853f55c25dfdb10887f2e248306 (patch)
treecbb9609ebb48b7f17c56c6c0c01786481cd0f2b3 /recipes/busybox
parentf388a5f3a1fdbf57470a7ee41391cad74f03f7e6 (diff)
downloadopenembedded-676c4e3225154853f55c25dfdb10887f2e248306.tar.gz
busybox-1.18.4: add latest fix
hush: fix misparsing of "... do eval a= ...". Closes 3721 Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/busybox')
-rw-r--r--recipes/busybox/busybox_1.18.4.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/busybox/busybox_1.18.4.bb b/recipes/busybox/busybox_1.18.4.bb
index 0a62d335dc..68a023a457 100644
--- a/recipes/busybox/busybox_1.18.4.bb
+++ b/recipes/busybox/busybox_1.18.4.bb
@@ -1,8 +1,11 @@
require busybox_1.1x.inc
-SRC_URI += "file://fix-iptunnel-location.patch"
+SRC_URI += "file://fix-iptunnel-location.patch \
+ http://busybox.net/downloads/fixes-1.18.4/busybox-1.18.4-hush.patch;name=patch01"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
SRC_URI[md5sum] = "b03c5b46ced732679e525a920a1a62f5"
SRC_URI[sha256sum] = "4d24d37bd6f1bd153e8cf9a984ec2f32f18464f73ca535e2cc2e8be9694097fa"
+SRC_URI[patch01.md5sum] = "a81f2d7d3bdf1a35ab77c4414a530d38"
+SRC_URI[patch01.sha256sum] = "c87e73ad942d53c8a2a5ffe6037c1cdf52d4b20d3f29caae5fffc7a99009b7cb"