]> code.ossystems Code Review - openembedded-core.git/commit
busybox: fix du-l-works test case
authorChen Qi <Qi.Chen@windriver.com>
Fri, 23 Nov 2018 02:16:29 +0000 (10:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Nov 2018 23:32:10 +0000 (23:32 +0000)
commit4818223ca4d64ee9501250cb866c23630eafa2fa
tree775903eff138bd51a014cd966025024dda4c521e
parent914960f06f035b82834e4b5313f7d3a5879220ae
busybox: fix du-l-works test case

64 + 64 + 16 = 144K
144 + sizeof_a_directory >= 145
So fix to use 145 instead of 144.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox/0001-du-l-works-fix-to-use-145-instead-of-144.patch [new file with mode: 0644]
meta/recipes-core/busybox/busybox_1.29.2.bb