]> code.ossystems Code Review - openembedded-core.git/commit
busybox: fix du-k-works test case
authorRoy.Li <rongqing.li@windriver.com>
Mon, 6 Aug 2012 02:50:01 +0000 (10:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Aug 2012 13:06:10 +0000 (14:06 +0100)
commita022fb6b69388f28f3130e71125b64e4c154d504
treeecefc95dd05ab6c21049e4ea28f316dfec90cc14
parent9c304eae0724474902fe2f3150adc6af115af9ba
busybox: fix du-k-works test case

[YOCTO #2896]

The du-k-works test seems to assume that du -k on a directory with two files
totaling 80 kilobytes should report either 80k or 88k. In ext4 filesystm however,
both busybox' du -k and coreutils' du -k reports a size of 84k which causes the
test to fail.

Intergrate the patch from:
http://git.busybox.net/busybox/commit/?id=a5ee090e8651692545514a81a16c6cde3a2dc577

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox-1.19.4/fix-for-spurious-testsuite-failure.patch [new file with mode: 0644]
meta/recipes-core/busybox/busybox_1.19.4.bb