summaryrefslogtreecommitdiffstats
path: root/meta/lib/patchtest/selftest/files/TestMbox.test_author_valid.2.fail
blob: 3e2b81bca187a30e842310538a1d7d3ecb5a7606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
From 1fbb446d1849b1208012cbdae5d85d228cdbe4a6 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@auh.yoctoproject.org>
Date: Tue, 29 Aug 2023 13:32:24 -0400
Subject: [PATCH] selftest-hello: add a summary

This patch should fail the selftests because AUH is an invalid sender.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 .../recipes-test/selftest-hello/selftest-hello_1.0.bb          | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --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
index 547587bef4..491f0a3df7 100644
--- a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
+++ b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb
@@ -1,3 +1,4 @@
+SUMMARY = "A cool sample"
 DESCRIPTION = "Simple helloworld application -- selftest variant"
 SECTION = "examples"
 LICENSE = "MIT"
@@ -16,4 +17,4 @@ do_install() {
 	install -m 0755 helloworld ${D}${bindir}
 }
 
-BBCLASSEXTEND = "native nativesdk"
\ No newline at end of file
+BBCLASSEXTEND = "native nativesdk"
-- 
2.41.0