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 | |
| 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')
28 files changed, 56 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/ace/files/ace_config.patch b/meta-oe/recipes-connectivity/ace/files/ace_config.patch index 1b8e218658..c820e46522 100644 --- a/meta-oe/recipes-connectivity/ace/files/ace_config.patch +++ b/meta-oe/recipes-connectivity/ace/files/ace_config.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -ruN ACE_wrappers1/ace/config.h ACE_wrappers/ace/config.h | 3 | diff -ruN ACE_wrappers1/ace/config.h ACE_wrappers/ace/config.h |
| 2 | --- ACE_wrappers1/ace/config.h 1970-01-01 02:00:00.000000000 +0200 | 4 | --- ACE_wrappers1/ace/config.h 1970-01-01 02:00:00.000000000 +0200 |
| 3 | +++ ACE_wrappers/ace/config.h 2019-01-10 13:36:52.698012477 +0200 | 5 | +++ ACE_wrappers/ace/config.h 2019-01-10 13:36:52.698012477 +0200 |
diff --git a/meta-oe/recipes-connectivity/gattlib/files/dbus-avoid-strange-chars-from-the-build-dir.patch b/meta-oe/recipes-connectivity/gattlib/files/dbus-avoid-strange-chars-from-the-build-dir.patch index 96e4f8d6fa..7319280ca4 100644 --- a/meta-oe/recipes-connectivity/gattlib/files/dbus-avoid-strange-chars-from-the-build-dir.patch +++ b/meta-oe/recipes-connectivity/gattlib/files/dbus-avoid-strange-chars-from-the-build-dir.patch | |||
| @@ -14,6 +14,8 @@ the normal include guards and request "#pragma once" instead. | |||
| 14 | 14 | ||
| 15 | Signed-off-by: Peter Rosin <peda@axentia.se> | 15 | Signed-off-by: Peter Rosin <peda@axentia.se> |
| 16 | --- | 16 | --- |
| 17 | Upstream-Status: Pending | ||
| 18 | |||
| 17 | dbus/CMakeLists.txt | 12 ++++++------ | 19 | dbus/CMakeLists.txt | 12 ++++++------ |
| 18 | 1 file changed, 6 insertions(+), 6 deletions(-) | 20 | 1 file changed, 6 insertions(+), 6 deletions(-) |
| 19 | 21 | ||
diff --git a/meta-oe/recipes-connectivity/ifplugd/ifplugd/Fix-build-with-musl.patch b/meta-oe/recipes-connectivity/ifplugd/ifplugd/Fix-build-with-musl.patch index 35665bd3f2..7dc0067304 100644 --- a/meta-oe/recipes-connectivity/ifplugd/ifplugd/Fix-build-with-musl.patch +++ b/meta-oe/recipes-connectivity/ifplugd/ifplugd/Fix-build-with-musl.patch | |||
| @@ -6,6 +6,8 @@ Organization: O.S. Systems Software LTDA. | |||
| 6 | 6 | ||
| 7 | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> | 7 | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> |
| 8 | --- | 8 | --- |
| 9 | Upstream-Status: Pending | ||
| 10 | |||
| 9 | src/ethtool-local.h | 6 +++--- | 11 | src/ethtool-local.h | 6 +++--- |
| 10 | 1 file changed, 3 insertions(+), 3 deletions(-) | 12 | 1 file changed, 3 insertions(+), 3 deletions(-) |
| 11 | 13 | ||
diff --git a/meta-oe/recipes-connectivity/libnet/libnet/0001-Use-standard-int64_t-instead-of-__int64_t-for-mingw-.patch b/meta-oe/recipes-connectivity/libnet/libnet/0001-Use-standard-int64_t-instead-of-__int64_t-for-mingw-.patch index f1c607dd8a..a32414bdf6 100644 --- a/meta-oe/recipes-connectivity/libnet/libnet/0001-Use-standard-int64_t-instead-of-__int64_t-for-mingw-.patch +++ b/meta-oe/recipes-connectivity/libnet/libnet/0001-Use-standard-int64_t-instead-of-__int64_t-for-mingw-.patch | |||
| @@ -6,6 +6,8 @@ Subject: [PATCH] Use standard int64_t instead of __int64_t for mingw cross | |||
| 6 | 6 | ||
| 7 | Signed-off-by: Joachim Nilsson <troglobit@gmail.com> | 7 | Signed-off-by: Joachim Nilsson <troglobit@gmail.com> |
| 8 | --- | 8 | --- |
| 9 | Upstream-Status: Pending | ||
| 10 | |||
| 9 | include/libnet/libnet-structures.h | 6 +++--- | 11 | include/libnet/libnet-structures.h | 6 +++--- |
| 10 | 1 file changed, 3 insertions(+), 3 deletions(-) | 12 | 1 file changed, 3 insertions(+), 3 deletions(-) |
| 11 | 13 | ||
diff --git a/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/04-use-pkg-config-for-gnutls.patch b/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/04-use-pkg-config-for-gnutls.patch index 20f388e890..0fc87abd09 100644 --- a/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/04-use-pkg-config-for-gnutls.patch +++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/04-use-pkg-config-for-gnutls.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Description: use pkg-config to detect gnutls | 3 | Description: use pkg-config to detect gnutls |
| 2 | Debian: http://bugs.debian.org/529835 | 4 | Debian: http://bugs.debian.org/529835 |
| 3 | Origin: http://groups.google.com/group/loudmouth-dev/browse_thread/thread/3f78255837048daf# | 5 | Origin: http://groups.google.com/group/loudmouth-dev/browse_thread/thread/3f78255837048daf# |
diff --git a/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/glib-2.32.patch b/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/glib-2.32.patch index b6c9422e8c..921aded943 100644 --- a/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/glib-2.32.patch +++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth-1.4.3/glib-2.32.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | --- loudmouth-1.4.3.orig/loudmouth/lm-error.c 2008-10-29 21:48:15.000000000 +0100 | 3 | --- loudmouth-1.4.3.orig/loudmouth/lm-error.c 2008-10-29 21:48:15.000000000 +0100 |
| 2 | +++ loudmouth-1.4.3/loudmouth/lm-error.c 2012-05-06 08:27:07.455739440 +0200 | 4 | +++ loudmouth-1.4.3/loudmouth/lm-error.c 2012-05-06 08:27:07.455739440 +0200 |
| 3 | @@ -19,7 +19,6 @@ | 5 | @@ -19,7 +19,6 @@ |
diff --git a/meta-oe/recipes-connectivity/obexftp/obexftp/0001-apps-CMakeLists.txt-Explicitly-link-libbfb-and-libmu.patch b/meta-oe/recipes-connectivity/obexftp/obexftp/0001-apps-CMakeLists.txt-Explicitly-link-libbfb-and-libmu.patch index 1f6de87c8d..7a19b6172f 100644 --- a/meta-oe/recipes-connectivity/obexftp/obexftp/0001-apps-CMakeLists.txt-Explicitly-link-libbfb-and-libmu.patch +++ b/meta-oe/recipes-connectivity/obexftp/obexftp/0001-apps-CMakeLists.txt-Explicitly-link-libbfb-and-libmu.patch | |||
| @@ -9,6 +9,8 @@ they are required to be added to link line explicitly. | |||
| 9 | 9 | ||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 11 | --- | 11 | --- |
| 12 | Upstream-Status: Pending | ||
| 13 | |||
| 12 | apps/CMakeLists.txt | 13 +++++++++++-- | 14 | apps/CMakeLists.txt | 13 +++++++++++-- |
| 13 | 1 file changed, 11 insertions(+), 2 deletions(-) | 15 | 1 file changed, 11 insertions(+), 2 deletions(-) |
| 14 | 16 | ||
diff --git a/meta-oe/recipes-connectivity/obexftp/obexftp/make_fuse_swig_optional.patch b/meta-oe/recipes-connectivity/obexftp/obexftp/make_fuse_swig_optional.patch index 84b143bf51..25f2a7d9e7 100644 --- a/meta-oe/recipes-connectivity/obexftp/obexftp/make_fuse_swig_optional.patch +++ b/meta-oe/recipes-connectivity/obexftp/obexftp/make_fuse_swig_optional.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Index: obexftp-0.24.2-Source/CMakeLists.txt | 3 | Index: obexftp-0.24.2-Source/CMakeLists.txt |
| 2 | =================================================================== | 4 | =================================================================== |
| 3 | --- obexftp-0.24.2-Source.orig/CMakeLists.txt | 5 | --- obexftp-0.24.2-Source.orig/CMakeLists.txt |
diff --git a/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp/0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch b/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp/0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch index 7cf9a8b121..2436b36f2d 100644 --- a/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp/0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch +++ b/meta-oe/recipes-connectivity/paho-mqtt-cpp/paho-mqtt-cpp/0001-cmake-Use-CMAKE_INSTALL_LIBDIR-and-CMAKE_INSTALL_BIN.patch | |||
| @@ -7,6 +7,8 @@ This ensures the install paths are not hardcoded. | |||
| 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 | cmake/CMakeLists.txt | 4 ++-- | 12 | cmake/CMakeLists.txt | 4 ++-- |
| 11 | src/samples/CMakeLists.txt | 4 ++-- | 13 | src/samples/CMakeLists.txt | 4 ++-- |
| 12 | 2 files changed, 4 insertions(+), 4 deletions(-) | 14 | 2 files changed, 4 insertions(+), 4 deletions(-) |
diff --git a/meta-oe/recipes-connectivity/rfkill/rfkill/0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch b/meta-oe/recipes-connectivity/rfkill/rfkill/0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch index c6f60d0ede..89a7d6f34a 100644 --- a/meta-oe/recipes-connectivity/rfkill/rfkill/0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch +++ b/meta-oe/recipes-connectivity/rfkill/rfkill/0001-rfkill-makefile-don-t-use-t-the-OE-install-wrapper-d.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH] rfkill makefile: don't use -t, the OE install wrapper dislikes | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | 6 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | Makefile | 4 ++-- | 10 | Makefile | 4 ++-- |
| 9 | 1 files changed, 2 insertions(+), 2 deletions(-) | 11 | 1 files changed, 2 insertions(+), 2 deletions(-) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-connectivity/rfkill/rfkill/dont.call.git.rev-parse.on.parent.dir.patch b/meta-oe/recipes-connectivity/rfkill/rfkill/dont.call.git.rev-parse.on.parent.dir.patch index 2b83689127..020419ea8a 100644 --- a/meta-oe/recipes-connectivity/rfkill/rfkill/dont.call.git.rev-parse.on.parent.dir.patch +++ b/meta-oe/recipes-connectivity/rfkill/rfkill/dont.call.git.rev-parse.on.parent.dir.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | When WORKDIR is included in some other git checkout, version.sh calls git rev-parse | 3 | When WORKDIR is included in some other git checkout, version.sh calls git rev-parse |
| 2 | and it returns some description from that upper git checkout even when rfkill is | 4 | and it returns some description from that upper git checkout even when rfkill is |
| 3 | being built from release tarball. | 5 | being built from release tarball. |
diff --git a/meta-oe/recipes-connectivity/smstools3/smstools3/scripts_no_bash.patch b/meta-oe/recipes-connectivity/smstools3/smstools3/scripts_no_bash.patch index 49b4d1ddac..e287ae5e73 100644 --- a/meta-oe/recipes-connectivity/smstools3/smstools3/scripts_no_bash.patch +++ b/meta-oe/recipes-connectivity/smstools3/smstools3/scripts_no_bash.patch | |||
| @@ -3,6 +3,8 @@ From: Bill Randle <bill.randle@gmail.com> | |||
| 3 | Date: Sun, 31 Dec 2017 09:08:23 -0800 | 3 | Date: Sun, 31 Dec 2017 09:08:23 -0800 |
| 4 | 4 | ||
| 5 | --- | 5 | --- |
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 6 | scripts/sendsms | 2 +- | 8 | scripts/sendsms | 2 +- |
| 7 | scripts/sms2html | 2 +- | 9 | scripts/sms2html | 2 +- |
| 8 | scripts/sms2unicode | 2 +- | 10 | scripts/sms2unicode | 2 +- |
diff --git a/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath.patch b/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath.patch index e1d79d3327..db829744d3 100644 --- a/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath.patch +++ b/meta-oe/recipes-connectivity/smstools3/smstools3/sms_binpath.patch | |||
| @@ -3,6 +3,8 @@ From: Kai Ulrich <kaiu@gmx.de> | |||
| 3 | Date: Wed, 18 Mar 2015 11:20:53 +0100 | 3 | Date: Wed, 18 Mar 2015 11:20:53 +0100 |
| 4 | 4 | ||
| 5 | --- | 5 | --- |
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 6 | scripts/sms3 | 4 ++-- | 8 | scripts/sms3 | 4 ++-- |
| 7 | 1 file changed, 2 insertions(+), 2 deletions(-) | 9 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 8 | 10 | ||
diff --git a/meta-oe/recipes-connectivity/wifi-test-suite/files/0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch b/meta-oe/recipes-connectivity/wifi-test-suite/files/0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch index a51302a0cb..cfa46ff496 100644 --- a/meta-oe/recipes-connectivity/wifi-test-suite/files/0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch +++ b/meta-oe/recipes-connectivity/wifi-test-suite/files/0003-fix-path-to-usr-sbin-for-script-and-make-script-for-.patch | |||
| @@ -6,6 +6,8 @@ Subject: [PATCH 3/3] fix path to /usr/sbin for script and make script for | |||
| 6 | 6 | ||
| 7 | Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> | 7 | Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> |
| 8 | --- | 8 | --- |
| 9 | Upstream-Status: Pending | ||
| 10 | |||
| 9 | lib/wfa_cs.c | 4 ++-- | 11 | lib/wfa_cs.c | 4 ++-- |
| 10 | scripts/dev_send_frame | 2 +- | 12 | scripts/dev_send_frame | 2 +- |
| 11 | scripts/sta_reset_parm | 2 +- | 13 | scripts/sta_reset_parm | 2 +- |
diff --git a/meta-oe/recipes-connectivity/wvdial/wvdial/typo_pon.wvdial.1.patch b/meta-oe/recipes-connectivity/wvdial/wvdial/typo_pon.wvdial.1.patch index eec5a5d646..5f9cf8a31f 100644 --- a/meta-oe/recipes-connectivity/wvdial/wvdial/typo_pon.wvdial.1.patch +++ b/meta-oe/recipes-connectivity/wvdial/wvdial/typo_pon.wvdial.1.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Remove warnings found by lintian | 3 | Remove warnings found by lintian |
| 2 | Last-Update: 2011-01-09 | 4 | Last-Update: 2011-01-09 |
| 3 | Index: wvdial-1.61/pon.wvdial.1 | 5 | Index: wvdial-1.61/pon.wvdial.1 |
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 |
