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
committerSaul Wold <sgw@linux.intel.com>2013-10-31 23:57:04 -0700
commitdb00fa405c025c61844df2e9589fe635fc5df0e2 (patch)
treef33833e56dc85fa42c896aec59dd61dd24ac6bd3 /meta/recipes-core/busybox/busybox_1.21.1.bb
parentb8e6b73d4ef6aa957bfcae299f754c2dcb702b84 (diff)
downloadopenembedded-core-contrib-db00fa405c025c61844df2e9589fe635fc5df0e2.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 Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 \
file://inetd.conf \
file://inetd \
file://login-utilities.cfg \
- file://busybox-list-suid-and-non-suid-app-configs.patch"
+ file://busybox-list-suid-and-non-suid-app-configs.patch \
+ file://busybox-sed-fix-sed-clusternewline-testcase.patch \
+"
SRC_URI[tarball.md5sum] = "795394f83903b5eec6567d51eebb417e"
SRC_URI[tarball.sha256sum] = "cd5be0912ec856110ae12c76c3ec9cd5cba1df45b5a9da2b095b8284d1481303"