From: Gyorgy Sarvari Date: Mon, 15 Sep 2025 09:02:08 +0000 (+0200) Subject: patchtest: update testdata for selftest X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64f1c284256852093027e494c64f1cbe63999e27;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Gyorgy Sarvari Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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 0a402d0a3e9..13e1a75a662 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 1 file changed, 2 deletions(-) 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 -index 2dc352d479e..e95270adaeb 100644 +index 0ffe7308ba..bd8f4245a2 100644 --- a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb +++ b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb @@ -3,8 +3,6 @@ SECTION = "examples" @@ -20,9 +20,6 @@ index 2dc352d479e..e95270adaeb 100644 -SRC_URI = "file://helloworld.c" - - S = "${WORKDIR}/sources" - UNPACKDIR = "${S}" + S = "${UNPACKDIR}" --- -2.45.1 - + do_compile() { 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 a675c028d0f..c06580f0548 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 -SRC_URI = "file://helloworld.c" - - S = "${WORKDIR}/sources" - UNPACKDIR = "${S}" + S = "${UNPACKDIR}" --- -2.45.1 - + do_compile() {