summaryrefslogtreecommitdiffstats
path: root/meta/lib/patchtest/selftest/files/TestMetadata.test_src_uri_left_files.pass
blob: a675c028d0f34ab4485c808994835cc0c24b443d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
From e79933e2fc68570066eca66f0b599d259b7a1731 Mon Sep 17 00:00:00 2001
From: Trevor Gamblin <tgamblin@baylibre.com>
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 <tgamblin@baylibre.com>
---
 .../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 <stdio.h>
-
-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