summaryrefslogtreecommitdiff
path: root/recipes-graphics/scrot
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-06-18 19:14:43 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2024-06-18 19:14:43 +0200
commit4975146dec3460412775ab4a0796676e73abc795 (patch)
treebf7d3d112b77d5e57b3f8c0d66f56d434e359949 /recipes-graphics/scrot
parent48fb6ae80a1aa5765ff420877219d8eb35b11396 (diff)
patches: fix upstream-statusHEADmaster
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>
Diffstat (limited to 'recipes-graphics/scrot')
-rw-r--r--recipes-graphics/scrot/files/0001-pkgconfig-don-t-include-ldflags.patch1
-rw-r--r--recipes-graphics/scrot/files/fix-giblib-binconfig-paths.patch1
-rw-r--r--recipes-graphics/scrot/files/fix-scrot-include-paths.patch1
3 files changed, 3 insertions, 0 deletions
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 5590085..e8a1fd0 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 13b2a81..c28c4e3 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 3476891..b26a05b 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