summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.21.1.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2013-10-31 16:16:28 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 11:09:05 +0000
commit660304f1bde59cd6bf799211a75586c3a4a92797 (patch)
tree308840df7a1ac65be09f8880ac68790fd98d9dee /meta/recipes-core/busybox/busybox_1.21.1.bb
parentfa911713d23e4af30abbcb5cfa32f03e90b1d4b2 (diff)
downloadpoky-660304f1bde59cd6bf799211a75586c3a4a92797.tar.gz
busybox: fix sed auto insert newline testcase
backport the patch from busybox upstream to fix the auto insert newline issue. busybox defect: https://bugs.busybox.net/show_bug.cgi?id=6584 (From OE-Core rev: db00fa405c025c61844df2e9589fe635fc5df0e2) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.21.1.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.21.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.21.1.bb b/meta/recipes-core/busybox/busybox_1.21.1.bb
index 85d3208974..8b91e6329d 100644
--- a/meta/recipes-core/busybox/busybox_1.21.1.bb
+++ b/meta/recipes-core/busybox/busybox_1.21.1.bb
@@ -32,7 +32,9 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
32 file://inetd.conf \ 32 file://inetd.conf \
33 file://inetd \ 33 file://inetd \
34 file://login-utilities.cfg \ 34 file://login-utilities.cfg \
35 file://busybox-list-suid-and-non-suid-app-configs.patch" 35 file://busybox-list-suid-and-non-suid-app-configs.patch \
36 file://busybox-sed-fix-sed-clusternewline-testcase.patch \
37"
36 38
37SRC_URI[tarball.md5sum] = "795394f83903b5eec6567d51eebb417e" 39SRC_URI[tarball.md5sum] = "795394f83903b5eec6567d51eebb417e"
38SRC_URI[tarball.sha256sum] = "cd5be0912ec856110ae12c76c3ec9cd5cba1df45b5a9da2b095b8284d1481303" 40SRC_URI[tarball.sha256sum] = "cd5be0912ec856110ae12c76c3ec9cd5cba1df45b5a9da2b095b8284d1481303"