From 442e2e7da5fe5fe7097f8799a479f98d36e60ef3 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sat, 9 Nov 2013 02:21:41 -0500 Subject: e2fsprogs: fix tests/f_extent_oobounds tests/f_extent_oobounds runs debugfs from the system, not from the source tree, and if the system's debugfs doesn't have the extent_open command it fails silently. Use $DEBUGFS and $MKE2FS to get the in-tree executables for this test, just like other test scripts do. (Build machines which run make check shouldn't need to have e2fsprogs installed, and we should be testing just-built versions of the tools anyway) This patch is from: http://www.spinics.net/lists/linux-ext4/msg38880.html Eric Sandeen had sent it to the linux-ext4 mailing list, but haven't been merge by now. [YOCTO #5511] (From OE-Core rev: 22465cef87b4b1685b3b131751eaf528503b264c) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.8.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.8.bb') diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.8.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.8.bb index 154b864c12..22ad925fe2 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.8.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.8.bb @@ -8,6 +8,7 @@ SRC_URI += "file://acinclude.m4 \ file://fix-icache.patch \ file://debugfs-extent-header.patch \ file://populate-extfs.sh \ + file://e2fsprogs-fix-tests-f_extent_oobounds.patch \ " SRC_URI[md5sum] = "8ef664b6eb698aa6b733df59b17b9ed4" -- cgit v1.2.3-54-g00ecf