summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/procmail
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2023-06-21 18:09:11 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-21 09:15:20 -0700
commitbe8c765c7c4ed48404da8fd8e813c9f3ab5ad415 (patch)
tree45fa8c8906c400a9bc25085ec91588d02fdf5c80 /meta-oe/recipes-support/procmail
parent2393cd93ae1bb706744bae9185f2af74867950b8 (diff)
downloadmeta-openembedded-be8c765c7c4ed48404da8fd8e813c9f3ab5ad415.tar.gz
*.patch: add Upstream-Status to all patches
There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/procmail')
-rw-r--r--meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-compile-errors.patch2
-rw-r--r--meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-man-file.patch2
-rw-r--r--meta-oe/recipes-support/procmail/procmail/from-debian-to-modify-parameters.patch2
-rw-r--r--meta-oe/recipes-support/procmail/procmail/man-file-mailstat.1-from-debian.patch2
4 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-compile-errors.patch b/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-compile-errors.patch
index 8341a8ecde..c1f9ce7eca 100644
--- a/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-compile-errors.patch
+++ b/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-compile-errors.patch
@@ -5,6 +5,8 @@ Subject: [PATCH 1/3] From debian to fix compile errors
5 5
6Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> 6Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
7--- 7---
8Upstream-Status: Pending
9
8 src/Makefile.0 | 7 +++---- 10 src/Makefile.0 | 7 +++----
9 src/autoconf | 64 +++++++++++++------------------------------------------- 11 src/autoconf | 64 +++++++++++++-------------------------------------------
10 src/comsat.c | 65 +++++++++++++++++++-------------------------------------- 12 src/comsat.c | 65 +++++++++++++++++++--------------------------------------
diff --git a/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-man-file.patch b/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-man-file.patch
index 7b3c643b2b..78ac6241d0 100644
--- a/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-man-file.patch
+++ b/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-man-file.patch
@@ -5,6 +5,8 @@ Subject: [PATCH 2/3] From debian to fix man file
5 5
6Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> 6Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
7--- 7---
8Upstream-Status: Pending
9
8 man/procmail.man | 24 +++++++++++++++++------- 10 man/procmail.man | 24 +++++++++++++++++-------
9 man/procmailrc.man | 2 +- 11 man/procmailrc.man | 2 +-
10 2 files changed, 18 insertions(+), 8 deletions(-) 12 2 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/meta-oe/recipes-support/procmail/procmail/from-debian-to-modify-parameters.patch b/meta-oe/recipes-support/procmail/procmail/from-debian-to-modify-parameters.patch
index a94e436703..2bebccc0b2 100644
--- a/meta-oe/recipes-support/procmail/procmail/from-debian-to-modify-parameters.patch
+++ b/meta-oe/recipes-support/procmail/procmail/from-debian-to-modify-parameters.patch
@@ -5,6 +5,8 @@ Subject: [PATCH 3/3] From debian to modify parameters
5 5
6Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> 6Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
7--- 7---
8Upstream-Status: Pending
9
8 Makefile | 16 ++++++++-------- 10 Makefile | 16 ++++++++--------
9 config.h | 13 +++++++------ 11 config.h | 13 +++++++------
10 2 files changed, 15 insertions(+), 14 deletions(-) 12 2 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/meta-oe/recipes-support/procmail/procmail/man-file-mailstat.1-from-debian.patch b/meta-oe/recipes-support/procmail/procmail/man-file-mailstat.1-from-debian.patch
index 46d973e060..72fa27a834 100644
--- a/meta-oe/recipes-support/procmail/procmail/man-file-mailstat.1-from-debian.patch
+++ b/meta-oe/recipes-support/procmail/procmail/man-file-mailstat.1-from-debian.patch
@@ -5,6 +5,8 @@ Subject: [PATCH] man file mailstat.1 from debian
5 5
6Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> 6Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
7--- 7---
8Upstream-Status: Pending
9
8 debian/mailstat.1 | 40 ++++++++++++++++++++++++++++++++++++++++ 10 debian/mailstat.1 | 40 ++++++++++++++++++++++++++++++++++++++++
9 1 file changed, 40 insertions(+) 11 1 file changed, 40 insertions(+)
10 create mode 100644 debian/mailstat.1 12 create mode 100644 debian/mailstat.1