summaryrefslogtreecommitdiffstats
path: root/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.2.pass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.2.pass')
-rw-r--r--meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.2.pass31
1 files changed, 31 insertions, 0 deletions
diff --git a/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.2.pass b/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.2.pass
new file mode 100644
index 0000000000..f84e1265a7
--- /dev/null
+++ b/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.2.pass
@@ -0,0 +1,31 @@
1From 1fbb446d1849b1208012cbdae5d85d228cdbe4a6 Mon Sep 17 00:00:00 2001
2From: First Last <averylongemailaddressthatishardtoread.from@address.com>
3Date: Tue, 29 Aug 2023 13:32:24 -0400
4Subject: [PATCH] selftest-hello: add a summary
5
6This patch should pass the selftests because the author address is in a valid format.
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