summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.29.2.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-11-23 10:16:27 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-23 23:35:19 +0000
commite9d3c569aaa61ade41fc6931f1e5c04eb1da53e8 (patch)
treef94f3542af45f7a5d71266e324c8d67cf0180b82 /meta/recipes-core/busybox/busybox_1.29.2.bb
parenta3e7ab01680a90cf3daf724713a29b60bc364fd7 (diff)
downloadpoky-e9d3c569aaa61ade41fc6931f1e5c04eb1da53e8.tar.gz
busybox: check uudecode before using it in test case
Check uudecode before using it in test case to avoid unexpected failure. (From OE-Core rev: 32ff819233024f23af1caa889691ccc3b0dadc50) 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.29.2.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.29.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.29.2.bb b/meta/recipes-core/busybox/busybox_1.29.2.bb
index df3ea5906b..a63fa8213b 100644
--- a/meta/recipes-core/busybox/busybox_1.29.2.bb
+++ b/meta/recipes-core/busybox/busybox_1.29.2.bb
@@ -41,6 +41,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
41 file://rcS \ 41 file://rcS \
42 file://rcK \ 42 file://rcK \
43 file://makefile-libbb-race.patch \ 43 file://makefile-libbb-race.patch \
44 file://0001-testsuite-check-uudecode-before-using-it.patch \
44" 45"
45SRC_URI_append_libc-musl = " file://musl.cfg " 46SRC_URI_append_libc-musl = " file://musl.cfg "
46 47