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