summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-07-05 10:29:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-05 15:44:13 +0100
commit131e5e7e8fc497bb2c77cfb3e52eb201d2aaf3d0 (patch)
treecde6580df91d24345c12bac7b171e2d0d35d8d17 /meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch
parent0463e5c173fed7f081760dea6e8f1bbe4cdbb2e8 (diff)
downloadpoky-131e5e7e8fc497bb2c77cfb3e52eb201d2aaf3d0.tar.gz
busybox: upgrade to stable 1.21.1
Merged or backported patches are dropped. The wget_dl_dir_fix.patch was submitted more than 1 year ago, it's about the -P option behavior, and it's not accepted, so I dropped this patch too. (From OE-Core rev: a2f31a6a6accb8eee2084cb39edb8e9af4b4189f) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch')
-rw-r--r--meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch b/meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch
deleted file mode 100644
index b75eaacd29..0000000000
--- a/meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch
+++ /dev/null
@@ -1,27 +0,0 @@
1Backport the patch from:
2http://git.busybox.net/busybox/commit/?id=a5ee090e8651692545514a81a16c6cde3a2dc577
3
4From a5ee090e8651692545514a81a16c6cde3a2dc577 Mon Sep 17 00:00:00 2001
5From: Denys Vlasenko <vda.linux@googlemail.com>
6Date: Thu, 10 May 2012 19:26:37 +0200
7Subject: [PATCH] fix for spurious testsuite failure
8
9Upstream-Status: Backport
10Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
11---
12 testsuite/du/du-k-works | 1 +
13 1 files changed, 1 insertions(+), 0 deletions(-)
14
15diff --git a/testsuite/du/du-k-works b/testsuite/du/du-k-works
16index 229a948..36dcaa8 100644
17--- a/testsuite/du/du-k-works
18+++ b/testsuite/du/du-k-works
19@@ -3,4 +3,5 @@ cd du.testdir
20 dd if=/dev/zero of=file1 bs=1k count=64 2>/dev/null
21 dd if=/dev/zero of=file2 bs=1k count=16 2>/dev/null
22 test x"`busybox du -k .`" = x"80 ." \
23+ -o x"`busybox du -k .`" = x"84 ." \
24 -o x"`busybox du -k .`" = x"88 ."
25--
261.7.4.1
27