[oe-commits] [openembedded-core] 10/19: e2fsprogs: fix test i_bitmaps failed

git at git.openembedded.org git at git.openembedded.org
Fri Oct 12 07:47:00 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 35baffb28a4598f385a6ab7765427db683146c1b
Author: Changqing Li <changqing.li at windriver.com>
AuthorDate: Thu Oct 11 18:16:18 2018 +0800

    e2fsprogs: fix test i_bitmaps failed
    
    without diffutils, diff from busybox will be used, diff of
    busybox cause diff result different with expect file under test.
    The diff result generated by 2 /usr/bin/diff is different.
    
    change to use diff under diffutils to fix it
    
    Signed-off-by: Changqing Li <changqing.li at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb
index 823d18b..6c65e95 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.44.3.bb
@@ -112,7 +112,7 @@ ALTERNATIVE_LINK_NAME[mkfs.ext2] = "${base_sbindir}/mkfs.ext2"
 ALTERNATIVE_${PN}-tune2fs = "tune2fs"
 ALTERNATIVE_LINK_NAME[tune2fs] = "${base_sbindir}/tune2fs"
 
-RDEPENDS_${PN}-ptest += "${PN} ${PN}-tune2fs coreutils procps bash bzip2"
+RDEPENDS_${PN}-ptest += "${PN} ${PN}-tune2fs coreutils procps bash bzip2 diffutils"
 
 do_compile_ptest() {
 	oe_runmake -C ${B}/tests

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list