summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox/0001-dc.tests-fix-two-test-case-to-also-depend-on-DC_BIG.patch
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2019-07-02 10:06:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-03 17:00:57 +0100
commit70146ea8a1c45b04f77dbf871e5a18a4e0364ee4 (patch)
treefc202628d28c742607e7a8550e75e9b67df3c60c /meta/recipes-core/busybox/busybox/0001-dc.tests-fix-two-test-case-to-also-depend-on-DC_BIG.patch
parentb52d58b8bb81f5053b9fa8b79a137c37d6ef6fb3 (diff)
downloadpoky-70146ea8a1c45b04f77dbf871e5a18a4e0364ee4.tar.gz
busybox: 1.30.1 -> 1.31.0
- update to last stable version 1.31.0 - remove and refresh already merged patches (From OE-Core rev: 1654e8a6ec53799ce55302dfc075d4b1bd5a6cc0) 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-dc.tests-fix-two-test-case-to-also-depend-on-DC_BIG.patch')
-rw-r--r--meta/recipes-core/busybox/busybox/0001-dc.tests-fix-two-test-case-to-also-depend-on-DC_BIG.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/meta/recipes-core/busybox/busybox/0001-dc.tests-fix-two-test-case-to-also-depend-on-DC_BIG.patch b/meta/recipes-core/busybox/busybox/0001-dc.tests-fix-two-test-case-to-also-depend-on-DC_BIG.patch
deleted file mode 100644
index d22db4a663..0000000000
--- a/meta/recipes-core/busybox/busybox/0001-dc.tests-fix-two-test-case-to-also-depend-on-DC_BIG.patch
+++ /dev/null
@@ -1,39 +0,0 @@
1From a4e03fbb4d82f91069d96005405f89c45b8fd157 Mon Sep 17 00:00:00 2001
2From: Chen Qi <Qi.Chen@windriver.com>
3Date: Wed, 17 Apr 2019 09:24:37 +0800
4Subject: [PATCH] dc.tests: fix two test case to also depend on DC_BIG
5
6Upstream-Status: Submitted [http://lists.busybox.net/pipermail/busybox/2019-April/087205.html]
7
8Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
9---
10 testsuite/dc.tests | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13diff --git a/testsuite/dc.tests b/testsuite/dc.tests
14index 1708a48..8c3af41 100755
15--- a/testsuite/dc.tests
16+++ b/testsuite/dc.tests
17@@ -41,6 +41,9 @@ testing "dc complex without spaces (multiple args)" \
18 "16\n" \
19 "" ""
20
21+optional FEATURE_DC_BIG
22+# All tests below depend on FEATURE_DC_BIG
23+
24 testing "dc read" \
25 "dc -finput" \
26 "2\n9\n1\n" \
27@@ -51,9 +54,6 @@ testing "dc read string" \
28 "2\nstr\n1\n" \
29 "1?2\nf" "[str]\n"
30
31-optional FEATURE_DC_BIG
32-# All tests below depend on FEATURE_DC_BIG
33-
34 testing "dc '>a' (conditional execute string) 1" \
35 "dc" \
36 "1\n9\n" \
37--
382.7.4
39