mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
438a5dd5e0
Move SRC_URI to git as there's no tarball for 1.6.3. Fix failing tests when busybox is providing `head`. Pull in reproducibility fix from Arch Linux. Remove autoconf inherit as this is a simple Makefile package. Add manpages support via inherit so man-db is updated. Add missing ptest dependencies. Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
28 lines
1006 B
Diff
28 lines
1006 B
Diff
From 714542f009860e1652bc06d05ab939290374a114 Mon Sep 17 00:00:00 2001
|
|
From: Alex Kiernan <alex.kiernan@gmail.com>
|
|
Date: Thu, 26 Jan 2023 08:27:12 +0000
|
|
Subject: [PATCH 1/2] tests: builtin_trusted: Failure command is `failed`
|
|
|
|
Upstream-Status: Pending
|
|
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
|
|
---
|
|
tests/features/builtin_trusted/runtest.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/features/builtin_trusted/runtest.sh b/tests/features/builtin_trusted/runtest.sh
|
|
index 27910b5fa8e7..437f5ad1d6b2 100644
|
|
--- a/tests/features/builtin_trusted/runtest.sh
|
|
+++ b/tests/features/builtin_trusted/runtest.sh
|
|
@@ -24,7 +24,7 @@ id_key --to=blk %:.blacklist
|
|
# There should be at least one built-in trusted key for module signing.
|
|
list_keyring $btk
|
|
expect_keyring_rlist bkeys
|
|
-if [ `echo $bkeys | wc -w` = 0 ]; then fail; fi
|
|
+if [ `echo $bkeys | wc -w` = 0 ]; then failed; fi
|
|
|
|
# Check we can't add random keys to those keyrings
|
|
marker "TRY ADDING USER KEYS"
|
|
--
|
|
2.39.0
|
|
|