blob: 3e2b81bca187a30e842310538a1d7d3ecb5a7606 [file] [log] [blame]
Andrew Geissler220dafd2023-10-04 10:18:08 -05001From 1fbb446d1849b1208012cbdae5d85d228cdbe4a6 Mon Sep 17 00:00:00 2001
2From: Upgrade Helper <auh@auh.yoctoproject.org>
3Date: Tue, 29 Aug 2023 13:32:24 -0400
4Subject: [PATCH] selftest-hello: add a summary
5
6This patch should fail the selftests because AUH is an invalid sender.
7
8Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
9---
10 .../recipes-test/selftest-hello/selftest-hello_1.0.bb | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13diff --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
14index 547587bef4..491f0a3df7 100644
15--- a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
16+++ b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
17@@ -1,3 +1,4 @@
18+SUMMARY = "A cool sample"
19 DESCRIPTION = "Simple helloworld application -- selftest variant"
20 SECTION = "examples"
21 LICENSE = "MIT"
22@@ -16,4 +17,4 @@ do_install() {
23 install -m 0755 helloworld ${D}${bindir}
24 }
25
26-BBCLASSEXTEND = "native nativesdk"
27\ No newline at end of file
28+BBCLASSEXTEND = "native nativesdk"
29--
302.41.0
31