diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-15 11:02:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-18 11:16:35 +0100 |
commit | a8a01d2d19edb864b3dff2e91e37566c957b69a2 (patch) | |
tree | b70500e35186ddb7f9d4a4607ed8ea6da6aeb0d5 /meta/lib/patchtest | |
parent | c0e65493c328d92eda897eed43b75a1b9d46d728 (diff) | |
download | poky-a8a01d2d19edb864b3dff2e91e37566c957b69a2.tar.gz |
patchtest: update testdata for selftest
The test-patch for test_src_uri_left_files selftest got out of date.
This patch updates it to make it apply on the repo again.
(From OE-Core rev: 64f1c284256852093027e494c64f1cbe63999e27)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/patchtest')
-rw-r--r-- | meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.fail | 9 | ||||
-rw-r--r-- | meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.pass | 7 |
2 files changed, 5 insertions, 11 deletions
diff --git a/meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.fail b/meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.fail index 0a402d0a3e..13e1a75a66 100644 --- a/meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.fail +++ b/meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.fail | |||
@@ -11,7 +11,7 @@ Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> | |||
11 | 1 file changed, 2 deletions(-) | 11 | 1 file changed, 2 deletions(-) |
12 | 12 | ||
13 | diff --git a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb | 13 | diff --git a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb |
14 | index 2dc352d479e..e95270adaeb 100644 | 14 | index 0ffe7308ba..bd8f4245a2 100644 |
15 | --- a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb | 15 | --- a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb |
16 | +++ b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb | 16 | +++ b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb |
17 | @@ -3,8 +3,6 @@ SECTION = "examples" | 17 | @@ -3,8 +3,6 @@ SECTION = "examples" |
@@ -20,9 +20,6 @@ index 2dc352d479e..e95270adaeb 100644 | |||
20 | 20 | ||
21 | -SRC_URI = "file://helloworld.c" | 21 | -SRC_URI = "file://helloworld.c" |
22 | - | 22 | - |
23 | S = "${WORKDIR}/sources" | 23 | S = "${UNPACKDIR}" |
24 | UNPACKDIR = "${S}" | ||
25 | 24 | ||
26 | -- | 25 | do_compile() { |
27 | 2.45.1 | ||
28 | |||
diff --git a/meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.pass b/meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.pass index a675c028d0..c06580f054 100644 --- a/meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.pass +++ b/meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.pass | |||
@@ -36,9 +36,6 @@ index 2dc352d479e..e95270adaeb 100644 | |||
36 | 36 | ||
37 | -SRC_URI = "file://helloworld.c" | 37 | -SRC_URI = "file://helloworld.c" |
38 | - | 38 | - |
39 | S = "${WORKDIR}/sources" | 39 | S = "${UNPACKDIR}" |
40 | UNPACKDIR = "${S}" | ||
41 | 40 | ||
42 | -- | 41 | do_compile() { |
43 | 2.45.1 | ||
44 | |||