From e70adddc0d9aa28491728d9d9bf6db12ab8a00ab Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 18 Jun 2024 18:04:02 +0200 Subject: patches: fix upstream-status OE-core enabled the picky QA check on Upstream-Status. commit b7fb91c797ab ("insane: add patch-status to default ERROR_QA") Add missing upstream-status respectively fix unknown 'unknown' state. strict_status_re = re.compile(r"^Upstream-Status: (Pending|Submitted|Denied|Inappropriate|Backport|Inactive-Upstream)( .+)?$", re.MULTILINE) Signed-off-by: Max Krummenacher (cherry picked from commit bbaaa2981cc3cc024bd3c43e729b871802c817d2) --- .../openembedded-layer/recipes-devtools/luajit/luajit/ppc-fixplt.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dynamic-layers/openembedded-layer') diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/luajit/luajit/ppc-fixplt.patch b/dynamic-layers/openembedded-layer/recipes-devtools/luajit/luajit/ppc-fixplt.patch index b9f17f4e3..a576f917a 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/luajit/luajit/ppc-fixplt.patch +++ b/dynamic-layers/openembedded-layer/recipes-devtools/luajit/luajit/ppc-fixplt.patch @@ -1,5 +1,4 @@ -Upstream-Status: Unknown - +Upstream-Status: Pending Signed-off-by: Khem Raj libluajit is having symbols that can't be -- cgit v1.2.3-54-g00ecf