From e79933e2fc68570066eca66f0b599d259b7a1731 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 31 May 2024 08:18:48 -0400 Subject: [PATCH] selftest-hello: remove helloworld.c This should pass the test_src_uri_left_files selftest. Signed-off-by: Trevor Gamblin --- .../recipes-test/selftest-hello/files/helloworld.c | 8 -------- .../recipes-test/selftest-hello/selftest-hello_1.0.bb | 2 -- 2 files changed, 10 deletions(-) delete mode 100644 meta-selftest/recipes-test/selftest-hello/files/helloworld.c diff --git a/meta-selftest/recipes-test/selftest-hello/files/helloworld.c b/meta-selftest/recipes-test/selftest-hello/files/helloworld.c deleted file mode 100644 index fc7169b7b83..00000000000 --- a/meta-selftest/recipes-test/selftest-hello/files/helloworld.c +++ /dev/null @@ -1,8 +0,0 @@ -#include - -int main(void) -{ - printf("Hello world!\n"); - - return 0; -} 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 --- 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" -SRC_URI = "file://helloworld.c" - S = "${WORKDIR}/sources" UNPACKDIR = "${S}" -- 2.45.1