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-04-23 23:30:20 +0100
commitb765109769d61704a9e9dafb238e126d6e0a4df8 (patch)
tree975abe23c504c29adeb2a1d41e9e0ead944d4af2 /meta/recipes-core/busybox/busybox_1.30.1.bb
parent66ecad10aea3b8b1e66ecbb495be6142aa638371 (diff)
downloadpoky-b765109769d61704a9e9dafb238e126d6e0a4df8.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: 7880a7102dea7ab928790d3f571f293ea993af2d) Signed-off-by: Chen Qi <Qi.Chen@windriver.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