From d48585caf9cf13c06eabc068b3c3a17a3f92636d Mon Sep 17 00:00:00 2001 From: Radu Moisan Date: Wed, 22 Aug 2012 12:22:22 +0300 Subject: busybox: Upgrade to upstream 1.20.2 Updated defconfig file from generated .config Disabled CONFIG_LSOF,CONFIG_CROSS_COMPILER_PREFIX, and CONFIG_EXTRA_CFLAGS for backwards compatibility. Added busybox-1.20.2-kernel_ver.patch from upstream. (From OE-Core rev: e5f2cc805509a23e160c6f05e6776d6d32e3ce98) Signed-off-by: Radu Moisan Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../fix-for-spurious-testsuite-failure.patch | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch (limited to 'meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch') 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 new file mode 100644 index 0000000000..b75eaacd29 --- /dev/null +++ b/meta/recipes-core/busybox/busybox-1.20.2/fix-for-spurious-testsuite-failure.patch @@ -0,0 +1,27 @@ +Backport the patch from: +http://git.busybox.net/busybox/commit/?id=a5ee090e8651692545514a81a16c6cde3a2dc577 + +From a5ee090e8651692545514a81a16c6cde3a2dc577 Mon Sep 17 00:00:00 2001 +From: Denys Vlasenko +Date: Thu, 10 May 2012 19:26:37 +0200 +Subject: [PATCH] fix for spurious testsuite failure + +Upstream-Status: Backport +Signed-off-by: Denys Vlasenko +--- + testsuite/du/du-k-works | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +diff --git a/testsuite/du/du-k-works b/testsuite/du/du-k-works +index 229a948..36dcaa8 100644 +--- a/testsuite/du/du-k-works ++++ b/testsuite/du/du-k-works +@@ -3,4 +3,5 @@ cd du.testdir + dd if=/dev/zero of=file1 bs=1k count=64 2>/dev/null + dd if=/dev/zero of=file2 bs=1k count=16 2>/dev/null + test x"`busybox du -k .`" = x"80 ." \ ++ -o x"`busybox du -k .`" = x"84 ." \ + -o x"`busybox du -k .`" = x"88 ." +-- +1.7.4.1 + -- cgit v1.2.3-54-g00ecf