blob: 33940adffce51d0f9c2ff472da62b8285a6d628a [file] [log] [blame]
Andrew Geissler220dafd2023-10-04 10:18:08 -05001From 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