aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2019-02-17 20:19:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-18 10:33:08 +0000
commit11b46b846899b294c496c94659c0c3cef35e0557 (patch)
tree7b72ae39234ac56fc8d3e2a375bfa27de83a1b42 /meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch
parentc118705f1d4c8f4f04a7ba517b74c90829fdd81b (diff)
downloadopenembedded-core-contrib-11b46b846899b294c496c94659c0c3cef35e0557.tar.gz
busybox: 1.29.3 -> 1.30.1
- update to last stable version 1.30.1 - remove and refresh already merged patches - re-generate defconfig Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch')
-rw-r--r--meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch b/meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch
index 2d9856fb61..25472f0bbd 100644
--- a/meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch
+++ b/meta/recipes-core/busybox/busybox/0001-testsuite-check-uudecode-before-using-it.patch
@@ -35,11 +35,11 @@ index af53de9..3b45ece 100755
rm foo.zip
# File containing some damaged encrypted stream
--optional FEATURE_UNZIP_CDF
-+optional FEATURE_UNZIP_CDF UUDECODE
+-optional FEATURE_UNZIP_CDF CONFIG_UNICODE_SUPPORT
++optional FEATURE_UNZIP_CDF CONFIG_UNICODE_SUPPORT UUDECODE
testing "unzip (bad archive)" "uudecode; unzip bad.zip 2>&1; echo \$?" \
"Archive: bad.zip
- inflating: ]3j½r«IK-%Ix
+ inflating: ]3j½r«I??K-%Ix
--
2.7.4