diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2023-06-21 18:09:11 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-06-21 09:15:20 -0700 |
| commit | be8c765c7c4ed48404da8fd8e813c9f3ab5ad415 (patch) | |
| tree | 45fa8c8906c400a9bc25085ec91588d02fdf5c80 /meta-oe/recipes-connectivity/wvdial/wvstreams | |
| parent | 2393cd93ae1bb706744bae9185f2af74867950b8 (diff) | |
| download | meta-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-connectivity/wvdial/wvstreams')
13 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Check-for-limits.h-during-configure.patch b/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Check-for-limits.h-during-configure.patch index b092ba2fce..42f3e42757 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Check-for-limits.h-during-configure.patch +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-Check-for-limits.h-during-configure.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH 1/5] Check for limits.h during configure | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | configure.ac | 2 ++ | 10 | configure.ac | 2 ++ |
| 9 | 1 file changed, 2 insertions(+) | 11 | 1 file changed, 2 insertions(+) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-build-fix-parallel-make.patch b/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-build-fix-parallel-make.patch index 6bc34331d6..954c3d9fca 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-build-fix-parallel-make.patch +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/0001-build-fix-parallel-make.patch | |||
| @@ -7,6 +7,8 @@ Imported from Gentoo | |||
| 7 | 7 | ||
| 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 9 | --- | 9 | --- |
| 10 | Upstream-Status: Pending | ||
| 11 | |||
| 10 | Makefile | 15 +++++++++++++-- | 12 | Makefile | 15 +++++++++++++-- |
| 11 | wvrules-posix.mk | 7 +++++-- | 13 | wvrules-posix.mk | 7 +++++-- |
| 12 | 2 files changed, 18 insertions(+), 4 deletions(-) | 14 | 2 files changed, 18 insertions(+), 4 deletions(-) |
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/0002-wvrules.mk-Use-_DEFAULT_SOURCE.patch b/meta-oe/recipes-connectivity/wvdial/wvstreams/0002-wvrules.mk-Use-_DEFAULT_SOURCE.patch index 59f70e380d..5b7135c3f3 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams/0002-wvrules.mk-Use-_DEFAULT_SOURCE.patch +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/0002-wvrules.mk-Use-_DEFAULT_SOURCE.patch | |||
| @@ -8,6 +8,8 @@ warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" | |||
| 8 | 8 | ||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 10 | --- | 10 | --- |
| 11 | Upstream-Status: Pending | ||
| 12 | |||
| 11 | wvrules.mk | 2 +- | 13 | wvrules.mk | 2 +- |
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 13 | 15 | ||
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/0003-wvtask-Check-for-HAVE_LIBC_STACK_END-only-on-glibc-s.patch b/meta-oe/recipes-connectivity/wvdial/wvstreams/0003-wvtask-Check-for-HAVE_LIBC_STACK_END-only-on-glibc-s.patch index f9304197ae..856c2460b4 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams/0003-wvtask-Check-for-HAVE_LIBC_STACK_END-only-on-glibc-s.patch +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/0003-wvtask-Check-for-HAVE_LIBC_STACK_END-only-on-glibc-s.patch | |||
| @@ -6,6 +6,8 @@ Subject: [PATCH 3/5] wvtask: Check for HAVE_LIBC_STACK_END only on glibc | |||
| 6 | 6 | ||
| 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 8 | --- | 8 | --- |
| 9 | Upstream-Status: Pending | ||
| 10 | |||
| 9 | utils/wvtask.cc | 2 +- | 11 | utils/wvtask.cc | 2 +- |
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) | 12 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 11 | 13 | ||
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/0004-wvcrash-Replace-use-of-basename-API.patch b/meta-oe/recipes-connectivity/wvdial/wvstreams/0004-wvcrash-Replace-use-of-basename-API.patch index 6f3fbffbdf..f960c98622 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams/0004-wvcrash-Replace-use-of-basename-API.patch +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/0004-wvcrash-Replace-use-of-basename-API.patch | |||
| @@ -7,6 +7,8 @@ musl does not have this API | |||
| 7 | 7 | ||
| 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 9 | --- | 9 | --- |
| 10 | Upstream-Status: Pending | ||
| 11 | |||
| 10 | utils/wvcrash.cc | 2 +- | 12 | utils/wvcrash.cc | 2 +- |
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 12 | 14 | ||
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/0005-check-for-libexecinfo-during-configure.patch b/meta-oe/recipes-connectivity/wvdial/wvstreams/0005-check-for-libexecinfo-during-configure.patch index 25e9ee2369..508007c0ea 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams/0005-check-for-libexecinfo-during-configure.patch +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/0005-check-for-libexecinfo-during-configure.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH 5/5] check for libexecinfo during configure | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 6 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | configure.ac | 6 ++++++ | 10 | configure.ac | 6 ++++++ |
| 9 | 1 file changed, 6 insertions(+) | 11 | 1 file changed, 6 insertions(+) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/04_signed_request.diff b/meta-oe/recipes-connectivity/wvdial/wvstreams/04_signed_request.diff index 5ab633bc3d..50f3f72cd4 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams/04_signed_request.diff +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/04_signed_request.diff | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Index: wvstreams-4.6/crypto/wvx509.cc | 3 | Index: wvstreams-4.6/crypto/wvx509.cc |
| 2 | =================================================================== | 4 | =================================================================== |
| 3 | --- wvstreams-4.6.orig/crypto/wvx509.cc 2009-07-29 11:58:16.000000000 -0400 | 5 | --- wvstreams-4.6.orig/crypto/wvx509.cc 2009-07-29 11:58:16.000000000 -0400 |
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/05_gcc.diff b/meta-oe/recipes-connectivity/wvdial/wvstreams/05_gcc.diff index 616843d4ae..6b31f2e10f 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams/05_gcc.diff +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/05_gcc.diff | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Index: wvstreams-4.6.1/ipstreams/wvunixdgsocket.cc | 3 | Index: wvstreams-4.6.1/ipstreams/wvunixdgsocket.cc |
| 2 | =================================================================== | 4 | =================================================================== |
| 3 | --- wvstreams-4.6.1.orig/ipstreams/wvunixdgsocket.cc 2011-05-20 00:02:38.391136584 +0200 | 5 | --- wvstreams-4.6.1.orig/ipstreams/wvunixdgsocket.cc 2011-05-20 00:02:38.391136584 +0200 |
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff b/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff index a75067a108..7b05e468a9 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/06_gcc-4.7.diff | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Description: Fix FTBFS with gcc-4.7 | 3 | Description: Fix FTBFS with gcc-4.7 |
| 2 | Small header include change. This is borderlinde cosmetic, but still needed | 4 | Small header include change. This is borderlinde cosmetic, but still needed |
| 3 | to prevent the FTBFS. | 5 | to prevent the FTBFS. |
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/07_buildflags.diff b/meta-oe/recipes-connectivity/wvdial/wvstreams/07_buildflags.diff index ec99dcd36a..bd08d81c37 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams/07_buildflags.diff +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/07_buildflags.diff | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Index: b/gen-cc | 3 | Index: b/gen-cc |
| 2 | =================================================================== | 4 | =================================================================== |
| 3 | --- a/gen-cc | 5 | --- a/gen-cc |
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/argp.patch b/meta-oe/recipes-connectivity/wvdial/wvstreams/argp.patch index e857213637..ed6e8599e1 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams/argp.patch +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/argp.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Check for argp_parse in libargp and then in libc before using internal version | 3 | Check for argp_parse in libargp and then in libc before using internal version |
| 2 | 4 | ||
| 3 | Index: wvstreams-4.6.1/configure.ac | 5 | Index: wvstreams-4.6.1/configure.ac |
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/gcc-6.patch b/meta-oe/recipes-connectivity/wvdial/wvstreams/gcc-6.patch index b084887ba7..899eeb9212 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams/gcc-6.patch +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/gcc-6.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Description: Fix compilation with gcc-6 | 3 | Description: Fix compilation with gcc-6 |
| 2 | Author: Gert Wollny <gw.fossdev@gmail.com> | 4 | Author: Gert Wollny <gw.fossdev@gmail.com> |
| 3 | Last-Updated: 2016-07-26 | 5 | Last-Updated: 2016-07-26 |
diff --git a/meta-oe/recipes-connectivity/wvdial/wvstreams/openssl-buildfix.patch b/meta-oe/recipes-connectivity/wvdial/wvstreams/openssl-buildfix.patch index 1c7005c2fe..7e372d391d 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvstreams/openssl-buildfix.patch +++ b/meta-oe/recipes-connectivity/wvdial/wvstreams/openssl-buildfix.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Index: wvstreams-4.6.1/crypto/wvx509.cc | 3 | Index: wvstreams-4.6.1/crypto/wvx509.cc |
| 2 | =================================================================== | 4 | =================================================================== |
| 3 | --- wvstreams-4.6.1.orig/crypto/wvx509.cc | 5 | --- wvstreams-4.6.1.orig/crypto/wvx509.cc |
