diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-10-04 14:26:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-04 23:00:55 +0100 |
commit | bc2ac6c370dc3beabcff8bf6fba02fb963024eaf (patch) | |
tree | 740099494c93863e0c4a04cd8e498e13cc246325 /meta/recipes-devtools/e2fsprogs | |
parent | 95969ef3dd184c02c1beceb3e34ca6cfef72cd53 (diff) | |
download | poky-bc2ac6c370dc3beabcff8bf6fba02fb963024eaf.tar.gz |
e2fsprogs: fix stray quote in test configuration
Introduced during the last recipe upgrade and was causing tests to fail.
Fixes [YOCTO #12946]
(From OE-Core rev: 1771cf07c88c27e8cf473b7f1da03db22d94837e)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch b/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch index 64a791dfab..4e6b6292e1 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs/ptest.patch | |||
@@ -1,7 +1,18 @@ | |||
1 | From b8842065ad621a03a971dfd50db862c5bffdeb49 Mon Sep 17 00:00:00 2001 | ||
2 | From: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> | ||
3 | Date: Sat, 18 Apr 2015 17:58:17 +0300 | ||
4 | Subject: [PATCH] e2fsprogs: add ptest | ||
5 | |||
1 | Upstream-Status: Inappropriate | 6 | Upstream-Status: Inappropriate |
2 | 7 | ||
8 | --- | ||
9 | tests/Makefile.in | 4 ++-- | ||
10 | tests/test_config | 32 ++++++++++++++++---------------- | ||
11 | tests/test_script.in | 2 +- | ||
12 | 3 files changed, 19 insertions(+), 19 deletions(-) | ||
13 | |||
3 | diff --git a/tests/Makefile.in b/tests/Makefile.in | 14 | diff --git a/tests/Makefile.in b/tests/Makefile.in |
4 | index 8c4d204..e021af3 100644 | 15 | index 8c4d2048..e021af32 100644 |
5 | --- a/tests/Makefile.in | 16 | --- a/tests/Makefile.in |
6 | +++ b/tests/Makefile.in | 17 | +++ b/tests/Makefile.in |
7 | @@ -19,7 +19,7 @@ test_one: $(srcdir)/test_one.in Makefile mke2fs.conf | 18 | @@ -19,7 +19,7 @@ test_one: $(srcdir)/test_one.in Makefile mke2fs.conf |
@@ -23,7 +34,7 @@ index 8c4d204..e021af3 100644 | |||
23 | @chmod +x-w test_script | 34 | @chmod +x-w test_script |
24 | 35 | ||
25 | diff --git a/tests/test_config b/tests/test_config | 36 | diff --git a/tests/test_config b/tests/test_config |
26 | index 1f146ca..52c453f 100644 | 37 | index 1f146ca2..05125f9c 100644 |
27 | --- a/tests/test_config | 38 | --- a/tests/test_config |
28 | +++ b/tests/test_config | 39 | +++ b/tests/test_config |
29 | @@ -3,16 +3,16 @@ | 40 | @@ -3,16 +3,16 @@ |
@@ -47,7 +58,7 @@ index 1f146ca..52c453f 100644 | |||
47 | +CHATTR="$USE_VALGRIND chattr" | 58 | +CHATTR="$USE_VALGRIND chattr" |
48 | +LSATTR="$USE_VALGRIND lsattr" | 59 | +LSATTR="$USE_VALGRIND lsattr" |
49 | +E2IMAGE="$USE_VALGRIND e2image" | 60 | +E2IMAGE="$USE_VALGRIND e2image" |
50 | +E2IMAGE_EXE=/sbin/e2image" | 61 | +E2IMAGE_EXE="/sbin/e2image" |
51 | +DEBUGFS="$USE_VALGRIND debugfs" | 62 | +DEBUGFS="$USE_VALGRIND debugfs" |
52 | +DEBUGFS_EXE="/sbin/debugfs" | 63 | +DEBUGFS_EXE="/sbin/debugfs" |
53 | TEST_BITS="test_data.tmp" | 64 | TEST_BITS="test_data.tmp" |
@@ -75,7 +86,7 @@ index 1f146ca..52c453f 100644 | |||
75 | LD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss:${LD_LIBRARY_PATH} | 86 | LD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss:${LD_LIBRARY_PATH} |
76 | DYLD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss:${DYLD_LIBRARY_PATH} | 87 | DYLD_LIBRARY_PATH=../lib:../lib/ext2fs:../lib/e2p:../lib/et:../lib/ss:${DYLD_LIBRARY_PATH} |
77 | diff --git a/tests/test_script.in b/tests/test_script.in | 88 | diff --git a/tests/test_script.in b/tests/test_script.in |
78 | index 9959e30..442999d 100644 | 89 | index 9959e308..442999db 100644 |
79 | --- a/tests/test_script.in | 90 | --- a/tests/test_script.in |
80 | +++ b/tests/test_script.in | 91 | +++ b/tests/test_script.in |
81 | @@ -39,7 +39,7 @@ for i; do | 92 | @@ -39,7 +39,7 @@ for i; do |