diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-06-18 19:14:43 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2024-06-18 19:14:43 +0200 |
commit | 4975146dec3460412775ab4a0796676e73abc795 (patch) | |
tree | bf7d3d112b77d5e57b3f8c0d66f56d434e359949 | |
parent | 48fb6ae80a1aa5765ff420877219d8eb35b11396 (diff) |
patches: fix upstream-status
OE-core enabled the picky QA check on Upstream-Status.
commit b7fb91c797ab ("insane: add patch-status to default ERROR_QA")
Change our layers patches according to the used python regex.
strict_status_re = re.compile(r"^Upstream-Status: (Pending|Submitted|Denied|Inappropriate|Backport|Inactive-Upstream)( .+)?$", re.MULTILINE)
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
8 files changed, 8 insertions, 0 deletions
diff --git a/qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch b/qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch index a82dc403..4bb069f5 100644 --- a/qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch +++ b/qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch @@ -1,3 +1,4 @@ +Upstream-Status: Pending --- a/main.cpp 2022-11-16 15:25:11.221100107 +0100 +++ b/main.cpp 2022-11-18 09:30:01.084064039 +0100 @@ -1,5 +1,22 @@ diff --git a/qt5-layer/recipes-qt/qt5/qt3d/0001-qt3d-do-not-set-resources_big.patch b/qt5-layer/recipes-qt/qt5/qt3d/0001-qt3d-do-not-set-resources_big.patch index d2c143fc..225d858f 100644 --- a/qt5-layer/recipes-qt/qt5/qt3d/0001-qt3d-do-not-set-resources_big.patch +++ b/qt5-layer/recipes-qt/qt5/qt3d/0001-qt3d-do-not-set-resources_big.patch @@ -15,6 +15,7 @@ see also: https://bugreports.qt.io/browse/QTBUG-41301?focusedCommentId=255692&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel (the default is now 1 pass and 2 pass needs to be configured in CONFIG with ressource_big) +Upstream-Status: Pending Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> --- examples/qt3d/examples.pri | 2 +- diff --git a/recipes-benchmark/clpeak/clpeak/0001-CMakeLists-add-install-rule.patch b/recipes-benchmark/clpeak/clpeak/0001-CMakeLists-add-install-rule.patch index 68f07623..c6246586 100644 --- a/recipes-benchmark/clpeak/clpeak/0001-CMakeLists-add-install-rule.patch +++ b/recipes-benchmark/clpeak/clpeak/0001-CMakeLists-add-install-rule.patch @@ -3,6 +3,7 @@ From: Max Krummenacher <max.krummenacher@toradex.com> Date: Wed, 17 Oct 2018 09:31:08 +0000 Subject: [PATCH] CMakeLists: add install rule +Upstream-Status: Pending Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> --- CMakeLists.txt | 1 + diff --git a/recipes-graphics/mesa/mesa-demos/0001-xeglgears-drop-usage-of-fooEXT-functions.patch b/recipes-graphics/mesa/mesa-demos/0001-xeglgears-drop-usage-of-fooEXT-functions.patch index 2f5d88b7..0e33c6bb 100644 --- a/recipes-graphics/mesa/mesa-demos/0001-xeglgears-drop-usage-of-fooEXT-functions.patch +++ b/recipes-graphics/mesa/mesa-demos/0001-xeglgears-drop-usage-of-fooEXT-functions.patch @@ -9,6 +9,7 @@ With the Vivante implementation they do not exist. Linking thus fails with: | ...mesa-demos-8.4.0/src/egl/opengl/xeglgears.c:928: undefined reference to `glFramebufferRenderbufferEXT' | ...mesa-demos-8.4.0/src/egl/opengl/xeglgears.c:933: undefined reference to `glCheckFramebufferStatusEXT' +Upstream-Status: Pending Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> --- src/egl/opengl/xeglgears.c | 6 +++--- diff --git a/recipes-graphics/scrot/files/0001-pkgconfig-don-t-include-ldflags.patch b/recipes-graphics/scrot/files/0001-pkgconfig-don-t-include-ldflags.patch index 5590085f..e8a1fd0f 100644 --- a/recipes-graphics/scrot/files/0001-pkgconfig-don-t-include-ldflags.patch +++ b/recipes-graphics/scrot/files/0001-pkgconfig-don-t-include-ldflags.patch @@ -7,6 +7,7 @@ This leaks the cross build environment. Prevents: | ERROR: giblib-1.2.4-r0 do_populate_sysroot: QA Issue: giblib.pc failed sanity test (tmpdir) in path ../giblib/1.2.4-r0/sysroot-destdir/usr/lib/ pkgconfig [pkgconfig] +Upstream-Status: Pending Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> --- giblib.pc.in | 2 +- diff --git a/recipes-graphics/scrot/files/fix-giblib-binconfig-paths.patch b/recipes-graphics/scrot/files/fix-giblib-binconfig-paths.patch index 13b2a812..c28c4e36 100644 --- a/recipes-graphics/scrot/files/fix-giblib-binconfig-paths.patch +++ b/recipes-graphics/scrot/files/fix-giblib-binconfig-paths.patch @@ -1,3 +1,4 @@ +Upstream-Status: Pending --- giblib-1.2.4/giblib-config.in~ 2004-09-04 16:40:40.000000000 +0200 +++ giblib-1.2.4/giblib-config.in 2013-04-24 23:15:55.972080028 +0200 @@ -42,10 +42,10 @@ diff --git a/recipes-graphics/scrot/files/fix-scrot-include-paths.patch b/recipes-graphics/scrot/files/fix-scrot-include-paths.patch index 34768912..b26a05b9 100644 --- a/recipes-graphics/scrot/files/fix-scrot-include-paths.patch +++ b/recipes-graphics/scrot/files/fix-scrot-include-paths.patch @@ -1,3 +1,4 @@ +Upstream-Status: Pending diff -Naur scrot-0.8.orig/Makefile.am scrot-0.8/Makefile.am --- scrot-0.8.orig/Makefile.am 2000-10-29 02:44:22.000000000 +0200 +++ scrot-0.8/Makefile.am 2013-04-24 23:31:31.501090024 +0200 diff --git a/recipes-support/libfm/files/libfm_set_terminal.patch b/recipes-support/libfm/files/libfm_set_terminal.patch index cab33bc0..82dbb5c6 100644 --- a/recipes-support/libfm/files/libfm_set_terminal.patch +++ b/recipes-support/libfm/files/libfm_set_terminal.patch @@ -1,3 +1,4 @@ +Upstream-Status: Pending --- libfm-0.1.17/data/libfm.conf.orig 2013-02-05 13:49:33.394176746 +0100 +++ libfm-0.1.17/data/libfm.conf 2013-02-05 13:50:27.464253338 +0100 @@ -2,6 +2,7 @@ |