summaryrefslogtreecommitdiffstats
path: root/meta/lib/patchtest/selftest/files/TestMbox.test_mbox_format.pass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/patchtest/selftest/files/TestMbox.test_mbox_format.pass')
-rw-r--r--meta/lib/patchtest/selftest/files/TestMbox.test_mbox_format.pass33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta/lib/patchtest/selftest/files/TestMbox.test_mbox_format.pass b/meta/lib/patchtest/selftest/files/TestMbox.test_mbox_format.pass
new file mode 100644
index 0000000000..33940adffc
--- /dev/null
+++ b/meta/lib/patchtest/selftest/files/TestMbox.test_mbox_format.pass
@@ -0,0 +1,33 @@
1From d12db4cfa913b0e7a4b5bd858d3019acc53ce426 Mon Sep 17 00:00:00 2001
2From: Trevor Gamblin <tgamblin@baylibre.com>
3Date: Wed, 30 Aug 2023 12:15:00 -0400
4Subject: [PATCH] selftest-hello: upgrade 1.0 -> 1.1
5
6Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
7---
8 .../{selftest-hello_1.0.bb => selftest-hello_1.1.bb} | 3 ++-
9 1 file changed, 2 insertions(+), 1 deletion(-)
10 rename meta-selftest/recipes-test/selftest-hello/{selftest-hello_1.0.bb => selftest-hello_1.1.bb} (88%)
11
12diff --git a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.1.bb
13similarity index 88%
14rename from meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
15rename to meta-selftest/recipes-test/selftest-hello/selftest-hello_1.1.bb
16index 547587bef4..acc388ec2c 100644
17--- a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
18+++ b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.1.bb
19@@ -1,3 +1,4 @@
20+SUMMARY = "Hello!"
21 DESCRIPTION = "Simple helloworld application -- selftest variant"
22 SECTION = "examples"
23 LICENSE = "MIT"
24@@ -16,4 +17,4 @@ do_install() {
25 install -m 0755 helloworld ${D}${bindir}
26 }
27
28-BBCLASSEXTEND = "native nativesdk"
29\ No newline at end of file
30+BBCLASSEXTEND = "native nativesdk"
31--
322.41.0
33