mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
e2fsprogs: 1.44.2 -> 1.44.3
Rebased ptest.patch. (From OE-Core rev: 59dfd8246358f32bc5e43fc845c0c685aa4cd428) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4fa55a22ca
commit
6954a0f55a
@@ -1,10 +1,10 @@
|
||||
Upstream-Status: Inappropriate
|
||||
|
||||
Index: git/tests/Makefile.in
|
||||
===================================================================
|
||||
--- git.orig/tests/Makefile.in
|
||||
+++ git/tests/Makefile.in
|
||||
@@ -18,7 +18,7 @@ test_one: $(srcdir)/test_one.in Makefile
|
||||
diff --git a/tests/Makefile.in b/tests/Makefile.in
|
||||
index 8c4d204..e021af3 100644
|
||||
--- a/tests/Makefile.in
|
||||
+++ b/tests/Makefile.in
|
||||
@@ -19,7 +19,7 @@ test_one: $(srcdir)/test_one.in Makefile mke2fs.conf
|
||||
@echo "#!/bin/sh" > test_one
|
||||
@echo "HTREE=y" >> test_one
|
||||
@echo "QUOTA=y" >> test_one
|
||||
@@ -13,20 +13,20 @@ Index: git/tests/Makefile.in
|
||||
@echo "DIFF_OPTS=@UNI_DIFF_OPTS@" >> test_one
|
||||
@echo "SIZEOF_TIME_T=@SIZEOF_TIME_T@" >> test_one
|
||||
@echo "DD=@DD@" >>test_one
|
||||
@@ -28,7 +28,7 @@ test_one: $(srcdir)/test_one.in Makefile
|
||||
test_script: test_one test_script.in Makefile mke2fs.conf
|
||||
@@ -30,7 +30,7 @@ test_script: test_one test_script.in Makefile mke2fs.conf
|
||||
@echo "Creating test_script..."
|
||||
@[ -f test_script ] && chmod u+w test_script || true
|
||||
@echo "#!/bin/sh" > test_script
|
||||
- @echo "SRCDIR=@srcdir@" >> test_script
|
||||
+ @echo "SRCDIR=${prefix}${libdir}/e2fsprogs/ptest/test" >> test_script
|
||||
@cat $(srcdir)/test_script.in >> test_script
|
||||
@chmod +x test_script
|
||||
@chmod +x-w test_script
|
||||
|
||||
Index: git/tests/test_config
|
||||
===================================================================
|
||||
--- git.orig/tests/test_config
|
||||
+++ git/tests/test_config
|
||||
@@ -3,24 +3,24 @@
|
||||
diff --git a/tests/test_config b/tests/test_config
|
||||
index 1f146ca..52c453f 100644
|
||||
--- a/tests/test_config
|
||||
+++ b/tests/test_config
|
||||
@@ -3,16 +3,16 @@
|
||||
#
|
||||
|
||||
unset LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME PAGER
|
||||
@@ -40,8 +40,6 @@ Index: git/tests/test_config
|
||||
-E2IMAGE_EXE="../misc/e2image"
|
||||
-DEBUGFS="$USE_VALGRIND ../debugfs/debugfs"
|
||||
-DEBUGFS_EXE="../debugfs/debugfs"
|
||||
-TEST_BITS="../debugfs/debugfs"
|
||||
-RESIZE2FS_EXE="../resize/resize2fs"
|
||||
+FSCK="$USE_VALGRIND e2fsck"
|
||||
+MKE2FS="$USE_VALGRIND mke2fs"
|
||||
+DUMPE2FS="$USE_VALGRIND dumpe2fs"
|
||||
@@ -49,28 +47,37 @@ Index: git/tests/test_config
|
||||
+CHATTR="$USE_VALGRIND chattr"
|
||||
+LSATTR="$USE_VALGRIND lsattr"
|
||||
+E2IMAGE="$USE_VALGRIND e2image"
|
||||
+E2IMAGE_EXE="/sbin/e2image"
|
||||
+E2IMAGE_EXE=/sbin/e2image"
|
||||
+DEBUGFS="$USE_VALGRIND debugfs"
|
||||
+DEBUGFS_EXE="/sbin/debugfs"
|
||||
+TEST_BITS="/sbin/debugfs"
|
||||
TEST_BITS="test_data.tmp"
|
||||
if [ ! -s $TEST_BITS ]; then
|
||||
# create a non-sparse test file if possible, since debugfs may be
|
||||
@@ -21,14 +21,14 @@ if [ ! -s $TEST_BITS ]; then
|
||||
dd if=/dev/urandom of=$TEST_BITS bs=128k count=1 > /dev/null 2>&1 ||
|
||||
TEST_BITS="$DEFBUGFS_EXE"
|
||||
fi
|
||||
-RESIZE2FS_EXE="../resize/resize2fs"
|
||||
+RESIZE2FS_EXE="/sbin/resize2fs"
|
||||
RESIZE2FS="$USE_VALGRIND $RESIZE2FS_EXE"
|
||||
-E2UNDO_EXE="../misc/e2undo"
|
||||
+E2UNDO_EXE="/sbin/e2undo"
|
||||
E2UNDO="$USE_VALGRIND $E2UNDO_EXE"
|
||||
-E2MMPSTATUS="$USE_VALGRIND ../misc/dumpe2fs -m"
|
||||
-TEST_REL=../tests/progs/test_rel
|
||||
-TEST_ICOUNT=../tests/progs/test_icount
|
||||
-CRCSUM=../tests/progs/crcsum
|
||||
+E2MMPSTATUS="$USE_VALGRIND dumpe2fs -m"
|
||||
+TEST_REL=./progs/test_rel
|
||||
+TEST_ICOUNT=./progs/test_icount
|
||||
+CRCSUM=./progs/crcsum
|
||||
CLEAN_OUTPUT="sed -f $cmd_dir/filter.sed"
|
||||
LD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss:${LD_LIBRARY_PATH}
|
||||
DYLD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss:${DYLD_LIBRARY_PATH}
|
||||
Index: git/tests/test_script.in
|
||||
===================================================================
|
||||
--- git.orig/tests/test_script.in
|
||||
+++ git/tests/test_script.in
|
||||
diff --git a/tests/test_script.in b/tests/test_script.in
|
||||
index 9959e30..442999d 100644
|
||||
--- a/tests/test_script.in
|
||||
+++ b/tests/test_script.in
|
||||
@@ -39,7 +39,7 @@ for i; do
|
||||
done
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ SRC_URI_append_class-native = " file://e2fsprogs-fix-missing-check-for-permissio
|
||||
file://quiet-debugfs.patch \
|
||||
"
|
||||
|
||||
SRCREV = "7b9ea51db3be8972c7a17de25be179b18fc9fcde"
|
||||
SRCREV = "85e53f42f98d5334914de01e972e9ed44bccd0a5"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+\.\d+(\.\d+)*)$"
|
||||
|
||||
EXTRA_OECONF += "--libdir=${base_libdir} --sbindir=${base_sbindir} \
|
||||
Reference in New Issue
Block a user