summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.30.1.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2019-04-17 11:18:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-12 09:13:38 +0100
commit3f28e5ba7878d57a6c7eb475a83f620a5fda852f (patch)
treed405cc2020be13c0b510bdf87171a48a0cb9a914 /meta/recipes-core/busybox/busybox_1.30.1.bb
parent02b5c42daaf520d3cc7584b4d6f161d861461672 (diff)
downloadpoky-3f28e5ba7878d57a6c7eb475a83f620a5fda852f.tar.gz
busybox: fix ptest failure about 'dc'
Fix the following two failure of busybox ptest: FAIL: dc read FAIL: dc read string These two test cases relies on the functionalities enabled by CONFIG_FEATURE_DC_BIG. (From OE-Core rev: fe8ecc3796db9b70e27d5caecc858b82bde790f0) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.30.1.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.30.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.30.1.bb b/meta/recipes-core/busybox/busybox_1.30.1.bb
index 164f3ab3c3..ba76755d74 100644
--- a/meta/recipes-core/busybox/busybox_1.30.1.bb
+++ b/meta/recipes-core/busybox/busybox_1.30.1.bb
@@ -44,6 +44,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
44 file://0001-testsuite-check-uudecode-before-using-it.patch \ 44 file://0001-testsuite-check-uudecode-before-using-it.patch \
45 file://0001-testsuite-use-www.example.org-for-wget-test-cases.patch \ 45 file://0001-testsuite-use-www.example.org-for-wget-test-cases.patch \
46 file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \ 46 file://0001-du-l-works-fix-to-use-145-instead-of-144.patch \
47 file://0001-dc.tests-fix-two-test-case-to-also-depend-on-DC_BIG.patch \
47" 48"
48SRC_URI_append_libc-musl = " file://musl.cfg " 49SRC_URI_append_libc-musl = " file://musl.cfg "
49 50