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-extended | |
| 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-extended')
89 files changed, 178 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/bitwise/files/0001-makefile.am-Fix-build-when-build-dir-is-not-same-as-.patch b/meta-oe/recipes-extended/bitwise/files/0001-makefile.am-Fix-build-when-build-dir-is-not-same-as-.patch index ad3f0bb1fd..76d12f9cd8 100644 --- a/meta-oe/recipes-extended/bitwise/files/0001-makefile.am-Fix-build-when-build-dir-is-not-same-as-.patch +++ b/meta-oe/recipes-extended/bitwise/files/0001-makefile.am-Fix-build-when-build-dir-is-not-same-as-.patch | |||
| @@ -8,6 +8,8 @@ This ensures right include paths are added to compiler | |||
| 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 | Makefile.am | 2 +- | 13 | Makefile.am | 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-extended/cfengine/cfengine/0001-Fixed-with-libxml2-no-case-in-configure.ac.patch b/meta-oe/recipes-extended/cfengine/cfengine/0001-Fixed-with-libxml2-no-case-in-configure.ac.patch index 01d470b833..78f36bde45 100644 --- a/meta-oe/recipes-extended/cfengine/cfengine/0001-Fixed-with-libxml2-no-case-in-configure.ac.patch +++ b/meta-oe/recipes-extended/cfengine/cfengine/0001-Fixed-with-libxml2-no-case-in-configure.ac.patch | |||
| @@ -8,6 +8,8 @@ The CF3_WITH_LIBRARY and AC_CHECK_HEADERS were moved to outside of the check for | |||
| 8 | Ticket: CFE-4023 | 8 | Ticket: CFE-4023 |
| 9 | Changelog: title | 9 | Changelog: title |
| 10 | --- | 10 | --- |
| 11 | Upstream-Status: Pending | ||
| 12 | |||
| 11 | configure.ac | 21 +++++++++++---------- | 13 | configure.ac | 21 +++++++++++---------- |
| 12 | libntech/configure.ac | 21 +++++++++++---------- | 14 | libntech/configure.ac | 21 +++++++++++---------- |
| 13 | 2 files changed, 22 insertions(+), 20 deletions(-) | 15 | 2 files changed, 22 insertions(+), 20 deletions(-) |
diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-Fix-error.patch b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-Fix-error.patch index d1a303cf4f..1d8013be6f 100644 --- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-Fix-error.patch +++ b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-Fix-error.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH] Fix error | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> | 6 | Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | swig/python/CMakeLists.txt | 2 +- | 10 | swig/python/CMakeLists.txt | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-fix-the-build-error-when-python-3.0.patch b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-fix-the-build-error-when-python-3.0.patch index 0d6f029e4c..5d5652a5f2 100644 --- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-fix-the-build-error-when-python-3.0.patch +++ b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings/0001-fix-the-build-error-when-python-3.0.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH] fix Xthe build error when python>3.0 | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> | 6 | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | src/target_python.c | 7 ++++++- | 10 | src/target_python.c | 7 ++++++- |
| 9 | 1 file changed, 6 insertions(+), 1 deletion(-) | 11 | 1 file changed, 6 insertions(+), 1 deletion(-) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-extended/collectd/collectd/0001-configure-Check-for-Wno-error-format-truncation-comp.patch b/meta-oe/recipes-extended/collectd/collectd/0001-configure-Check-for-Wno-error-format-truncation-comp.patch index 8d31e12f94..f42461e322 100644 --- a/meta-oe/recipes-extended/collectd/collectd/0001-configure-Check-for-Wno-error-format-truncation-comp.patch +++ b/meta-oe/recipes-extended/collectd/collectd/0001-configure-Check-for-Wno-error-format-truncation-comp.patch | |||
| @@ -14,6 +14,8 @@ client.c:834:23: error: '%s' directive output may be truncated writing up to 102 | |||
| 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 15 | 15 | ||
| 16 | --- | 16 | --- |
| 17 | Upstream-Status: Pending | ||
| 18 | |||
| 17 | configure.ac | 1 + | 19 | configure.ac | 1 + |
| 18 | m4/ax_check_compile_flag.m4 | 74 +++++++++++++++++++++++++++++++++++++ | 20 | m4/ax_check_compile_flag.m4 | 74 +++++++++++++++++++++++++++++++++++++ |
| 19 | 2 files changed, 75 insertions(+) | 21 | 2 files changed, 75 insertions(+) |
diff --git a/meta-oe/recipes-extended/collectd/collectd/0005-Disable-new-gcc8-warnings.patch b/meta-oe/recipes-extended/collectd/collectd/0005-Disable-new-gcc8-warnings.patch index 13510cdea0..459bbd4e5a 100644 --- a/meta-oe/recipes-extended/collectd/collectd/0005-Disable-new-gcc8-warnings.patch +++ b/meta-oe/recipes-extended/collectd/collectd/0005-Disable-new-gcc8-warnings.patch | |||
| @@ -9,6 +9,8 @@ already in place | |||
| 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 10 | 10 | ||
| 11 | --- | 11 | --- |
| 12 | Upstream-Status: Pending | ||
| 13 | |||
| 12 | src/libcollectdclient/network_parse.c | 7 +++++++ | 14 | src/libcollectdclient/network_parse.c | 7 +++++++ |
| 13 | src/write_sensu.c | 7 +++++++ | 15 | src/write_sensu.c | 7 +++++++ |
| 14 | 2 files changed, 14 insertions(+) | 16 | 2 files changed, 14 insertions(+) |
diff --git a/meta-oe/recipes-extended/collectd/collectd/no-gcrypt-badpath.patch b/meta-oe/recipes-extended/collectd/collectd/no-gcrypt-badpath.patch index f12b16cb91..409f8dea02 100644 --- a/meta-oe/recipes-extended/collectd/collectd/no-gcrypt-badpath.patch +++ b/meta-oe/recipes-extended/collectd/collectd/no-gcrypt-badpath.patch | |||
| @@ -3,6 +3,8 @@ From: Paul Eggleton <paul.eggleton@linux.intel.com> | |||
| 3 | Date: Mon, 22 Apr 2013 16:28:16 +0000 | 3 | Date: Mon, 22 Apr 2013 16:28:16 +0000 |
| 4 | 4 | ||
| 5 | --- | 5 | --- |
| 6 | Upstream-Status: Pending | ||
| 7 | |||
| 6 | configure.ac | 8 ++++---- | 8 | configure.ac | 8 ++++---- |
| 7 | 1 file changed, 4 insertions(+), 4 deletions(-) | 9 | 1 file changed, 4 insertions(+), 4 deletions(-) |
| 8 | 10 | ||
diff --git a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/481.patch b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/481.patch index a3f2b2f9e5..52d9de2fd7 100644 --- a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/481.patch +++ b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/481.patch | |||
| @@ -24,6 +24,8 @@ In file included from /usr/include/string.h:535, | |||
| 24 | from dlt-daemon-2.18.9/tests/gtest_dlt_daemon_multiple_files_logging.cpp:27: | 24 | from dlt-daemon-2.18.9/tests/gtest_dlt_daemon_multiple_files_logging.cpp:27: |
| 25 | In function ‘strncpy’, | 25 | In function ‘strncpy’, |
| 26 | --- | 26 | --- |
| 27 | Upstream-Status: Pending | ||
| 28 | |||
| 27 | tests/gtest_dlt_daemon_multiple_files_logging.cpp | 4 ++-- | 29 | tests/gtest_dlt_daemon_multiple_files_logging.cpp | 4 ++-- |
| 28 | 1 file changed, 2 insertions(+), 2 deletions(-) | 30 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 29 | 31 | ||
diff --git a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/482.patch b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/482.patch index a4c18779c9..7c9e222b35 100644 --- a/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/482.patch +++ b/meta-oe/recipes-extended/dlt-daemon/dlt-daemon/482.patch | |||
| @@ -11,6 +11,8 @@ cd dlt-daemon-2.18.9/obj-x86_64-linux-gnu/tests && /usr/bin/cmake -E cmake_link_ | |||
| 11 | /usr/bin/c++ -g -O2 -ffile-prefix-map=dlt-daemon-2.18.9=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -isystem /include -std=gnu++0x -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -flto=auto -Wl,-z,relro -rdynamic CMakeFiles/gtest_dlt_daemon_gateway.dir/gtest_dlt_daemon_gateway.cpp.o CMakeFiles/gtest_dlt_daemon_gateway.dir/__/systemd/3rdparty/sd-daemon.c.o -o gtest_dlt_daemon_gateway -Wl,-rpath,dlt-daemon-2.18.9/obj-x86_64-linux-gnu/src/daemon ../src/daemon/libdlt_daemon.so /usr/lib/x86_64-linux-gnu/libgtest.a /usr/lib/x86_64-linux-gnu/libgtest_main.a -lrt /usr/lib/x86_64-linux-gnu/libgtest.a | 11 | /usr/bin/c++ -g -O2 -ffile-prefix-map=dlt-daemon-2.18.9=. -flto=auto -ffat-lto-objects -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -isystem /include -std=gnu++0x -Wl,-Bsymbolic-functions -flto=auto -ffat-lto-objects -flto=auto -Wl,-z,relro -rdynamic CMakeFiles/gtest_dlt_daemon_gateway.dir/gtest_dlt_daemon_gateway.cpp.o CMakeFiles/gtest_dlt_daemon_gateway.dir/__/systemd/3rdparty/sd-daemon.c.o -o gtest_dlt_daemon_gateway -Wl,-rpath,dlt-daemon-2.18.9/obj-x86_64-linux-gnu/src/daemon ../src/daemon/libdlt_daemon.so /usr/lib/x86_64-linux-gnu/libgtest.a /usr/lib/x86_64-linux-gnu/libgtest_main.a -lrt /usr/lib/x86_64-linux-gnu/libgtest.a |
| 12 | /usr/bin/ld: ../src/daemon/libdlt_daemon.so: undefined reference to `sd_listen_fds_with_names' | 12 | /usr/bin/ld: ../src/daemon/libdlt_daemon.so: undefined reference to `sd_listen_fds_with_names' |
| 13 | --- | 13 | --- |
| 14 | Upstream-Status: Pending | ||
| 15 | |||
| 14 | tests/CMakeLists.txt | 10 +++++++++- | 16 | tests/CMakeLists.txt | 10 +++++++++- |
| 15 | 1 file changed, 9 insertions(+), 1 deletion(-) | 17 | 1 file changed, 9 insertions(+), 1 deletion(-) |
| 16 | 18 | ||
diff --git a/meta-oe/recipes-extended/etcd/etcd/0001-test_lib.sh-remove-gobin-requirement-during-build.patch b/meta-oe/recipes-extended/etcd/etcd/0001-test_lib.sh-remove-gobin-requirement-during-build.patch index a6a31d2308..f0d9c2936a 100644 --- a/meta-oe/recipes-extended/etcd/etcd/0001-test_lib.sh-remove-gobin-requirement-during-build.patch +++ b/meta-oe/recipes-extended/etcd/etcd/0001-test_lib.sh-remove-gobin-requirement-during-build.patch | |||
| @@ -15,6 +15,8 @@ optional test cases). | |||
| 15 | 15 | ||
| 16 | Signed-off-by: Andrew Geissler <geissonator@yahoo.com> | 16 | Signed-off-by: Andrew Geissler <geissonator@yahoo.com> |
| 17 | --- | 17 | --- |
| 18 | Upstream-Status: Pending | ||
| 19 | |||
| 18 | scripts/test_lib.sh | 8 ++++++-- | 20 | scripts/test_lib.sh | 8 ++++++-- |
| 19 | 1 file changed, 6 insertions(+), 2 deletions(-) | 21 | 1 file changed, 6 insertions(+), 2 deletions(-) |
| 20 | 22 | ||
diff --git a/meta-oe/recipes-extended/etcd/etcd/0001-xxhash-bump-to-v2.1.2.patch b/meta-oe/recipes-extended/etcd/etcd/0001-xxhash-bump-to-v2.1.2.patch index 2893258264..c897fe17cd 100644 --- a/meta-oe/recipes-extended/etcd/etcd/0001-xxhash-bump-to-v2.1.2.patch +++ b/meta-oe/recipes-extended/etcd/etcd/0001-xxhash-bump-to-v2.1.2.patch | |||
| @@ -18,6 +18,8 @@ the etcd v3.5 release tag. | |||
| 18 | 18 | ||
| 19 | Signed-off-by: Andrew Geissler <geissonator@yahoo.com> | 19 | Signed-off-by: Andrew Geissler <geissonator@yahoo.com> |
| 20 | --- | 20 | --- |
| 21 | Upstream-Status: Pending | ||
| 22 | |||
| 21 | client/v3/go.mod | 2 +- | 23 | client/v3/go.mod | 2 +- |
| 22 | client/v3/go.sum | 2 ++ | 24 | client/v3/go.sum | 2 ++ |
| 23 | etcdctl/go.mod | 2 +- | 25 | etcdctl/go.mod | 2 +- |
diff --git a/meta-oe/recipes-extended/flatpak/flatpak/0001-flatpak-pc-add-pc_sysrootdir.patch b/meta-oe/recipes-extended/flatpak/flatpak/0001-flatpak-pc-add-pc_sysrootdir.patch index 99e9cd23b1..c1f2cca5c6 100644 --- a/meta-oe/recipes-extended/flatpak/flatpak/0001-flatpak-pc-add-pc_sysrootdir.patch +++ b/meta-oe/recipes-extended/flatpak/flatpak/0001-flatpak-pc-add-pc_sysrootdir.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH] flatpak.pc: add pc_sysrootdir | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Markus Volk <f_l_k@t-online.de> | 6 | Signed-off-by: Markus Volk <f_l_k@t-online.de> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | meson.build | 2 +- | 10 | meson.build | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0002-chunkio-Link-with-fts-library-with-musl.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0002-chunkio-Link-with-fts-library-with-musl.patch index 4ffb20d9ca..bdcc534964 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit/0002-chunkio-Link-with-fts-library-with-musl.patch +++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0002-chunkio-Link-with-fts-library-with-musl.patch | |||
| @@ -8,6 +8,8 @@ cio_utils.c:(.text+0x64): undefined reference to `fts_read' | |||
| 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 | lib/chunkio/src/CMakeLists.txt | 1 + | 13 | lib/chunkio/src/CMakeLists.txt | 1 + |
| 12 | 1 file changed, 1 insertion(+) | 14 | 1 file changed, 1 insertion(+) |
| 13 | 15 | ||
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch index 4358b2a512..425b838b78 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit/0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch +++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0002-flb_info.h.in-Do-not-hardcode-compilation-directorie.patch | |||
| @@ -8,6 +8,8 @@ reproducible and contaminates it with host builder paths. Instead | |||
| 8 | make it take CMAKE_DEBUG_SRCDIR that can be set to a known | 8 | make it take CMAKE_DEBUG_SRCDIR that can be set to a known |
| 9 | reproducible value | 9 | reproducible value |
| 10 | --- | 10 | --- |
| 11 | Upstream-Status: Pending | ||
| 12 | |||
| 11 | include/fluent-bit/flb_info.h.in | 2 +- | 13 | include/fluent-bit/flb_info.h.in | 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-extended/fluentbit/fluentbit/0002-mbedtls-Remove-unused-variable.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0002-mbedtls-Remove-unused-variable.patch index d4451bcaef..d911420df2 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit/0002-mbedtls-Remove-unused-variable.patch +++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0002-mbedtls-Remove-unused-variable.patch | |||
| @@ -8,6 +8,8 @@ library/bignum.c:1395:29: error: variable 't' set but not used [-Werror,-Wunused | |||
| 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 | lib/mbedtls-2.28.0/library/bignum.c | 4 +--- | 13 | lib/mbedtls-2.28.0/library/bignum.c | 4 +--- |
| 12 | 1 file changed, 1 insertion(+), 3 deletions(-) | 14 | 1 file changed, 1 insertion(+), 3 deletions(-) |
| 13 | 15 | ||
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Disable-documentation-warning-as-error-with-.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Disable-documentation-warning-as-error-with-.patch index 2d7b4efda7..473ebaf7d4 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Disable-documentation-warning-as-error-with-.patch +++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0003-mbedtls-Disable-documentation-warning-as-error-with-.patch | |||
| @@ -9,6 +9,8 @@ treat them as errors | |||
| 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 | lib/mbedtls-2.28.0/CMakeLists.txt | 2 +- | 14 | lib/mbedtls-2.28.0/CMakeLists.txt | 2 +- |
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 14 | 16 | ||
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0004-Use-correct-type-to-store-return-from-flb_kv_item_cr.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0004-Use-correct-type-to-store-return-from-flb_kv_item_cr.patch index 224b8ccf1b..bd4276193d 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit/0004-Use-correct-type-to-store-return-from-flb_kv_item_cr.patch +++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0004-Use-correct-type-to-store-return-from-flb_kv_item_cr.patch | |||
| @@ -8,6 +8,8 @@ error: incompatible pointer to integer conversion assigning to 'int' from 'struc | |||
| 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 | plugins/out_stackdriver/stackdriver_conf.c | 4 ++-- | 13 | plugins/out_stackdriver/stackdriver_conf.c | 4 ++-- |
| 12 | 1 file changed, 2 insertions(+), 2 deletions(-) | 14 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 13 | 15 | ||
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0005-stackdriver-Fix-return-type-mismatch.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0005-stackdriver-Fix-return-type-mismatch.patch index cdbbb6b2c1..f023ab5732 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit/0005-stackdriver-Fix-return-type-mismatch.patch +++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0005-stackdriver-Fix-return-type-mismatch.patch | |||
| @@ -10,6 +10,8 @@ error: incompatible integer to pointer conversion returning 'int' from a functio | |||
| 10 | 10 | ||
| 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 12 | --- | 12 | --- |
| 13 | Upstream-Status: Pending | ||
| 14 | |||
| 13 | plugins/out_stackdriver/stackdriver.c | 2 +- | 15 | plugins/out_stackdriver/stackdriver.c | 2 +- |
| 14 | 1 file changed, 1 insertion(+), 1 deletion(-) | 16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 15 | 17 | ||
diff --git a/meta-oe/recipes-extended/fluentbit/fluentbit/0006-monkey-Fix-TLS-detection-testcase.patch b/meta-oe/recipes-extended/fluentbit/fluentbit/0006-monkey-Fix-TLS-detection-testcase.patch index eef1a56ba7..c3f2574d26 100644 --- a/meta-oe/recipes-extended/fluentbit/fluentbit/0006-monkey-Fix-TLS-detection-testcase.patch +++ b/meta-oe/recipes-extended/fluentbit/fluentbit/0006-monkey-Fix-TLS-detection-testcase.patch | |||
| @@ -13,6 +13,8 @@ error: call to undeclared function '__tls_get_addr'; ISO C99 and later do not su | |||
| 13 | 13 | ||
| 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 15 | --- | 15 | --- |
| 16 | Upstream-Status: Pending | ||
| 17 | |||
| 16 | lib/monkey/CMakeLists.txt | 2 ++ | 18 | lib/monkey/CMakeLists.txt | 2 ++ |
| 17 | 1 file changed, 2 insertions(+) | 19 | 1 file changed, 2 insertions(+) |
| 18 | 20 | ||
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot/0003-Use-native-tools-to-build-docs.patch b/meta-oe/recipes-extended/gnuplot/gnuplot/0003-Use-native-tools-to-build-docs.patch index c2d2f7f3f0..7a7e550349 100644 --- a/meta-oe/recipes-extended/gnuplot/gnuplot/0003-Use-native-tools-to-build-docs.patch +++ b/meta-oe/recipes-extended/gnuplot/gnuplot/0003-Use-native-tools-to-build-docs.patch | |||
| @@ -14,6 +14,8 @@ Content-Transfer-Encoding: 8bit | |||
| 14 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | 14 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> |
| 15 | 15 | ||
| 16 | --- | 16 | --- |
| 17 | Upstream-Status: Pending | ||
| 18 | |||
| 17 | docs/Makefile.am | 22 +++++++++++----------- | 19 | docs/Makefile.am | 22 +++++++++++----------- |
| 18 | 1 file changed, 11 insertions(+), 11 deletions(-) | 20 | 1 file changed, 11 insertions(+), 11 deletions(-) |
| 19 | 21 | ||
diff --git a/meta-oe/recipes-extended/hplip/hplip/0001-Fix-installing-ipp-usb-quirk.patch b/meta-oe/recipes-extended/hplip/hplip/0001-Fix-installing-ipp-usb-quirk.patch index 71ed697221..d45db1b2e3 100644 --- a/meta-oe/recipes-extended/hplip/hplip/0001-Fix-installing-ipp-usb-quirk.patch +++ b/meta-oe/recipes-extended/hplip/hplip/0001-Fix-installing-ipp-usb-quirk.patch | |||
| @@ -12,6 +12,8 @@ Use $(DESTDIR) as installation prefix for | |||
| 12 | 12 | ||
| 13 | Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> | 13 | Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> |
| 14 | --- | 14 | --- |
| 15 | Upstream-Status: Pending | ||
| 16 | |||
| 15 | Makefile.am | 7 +++---- | 17 | Makefile.am | 7 +++---- |
| 16 | 1 file changed, 3 insertions(+), 4 deletions(-) | 18 | 1 file changed, 3 insertions(+), 4 deletions(-) |
| 17 | 19 | ||
diff --git a/meta-oe/recipes-extended/hplip/hplip/0003-pserror.c-Define-column-to-be-int-explcitly.patch b/meta-oe/recipes-extended/hplip/hplip/0003-pserror.c-Define-column-to-be-int-explcitly.patch index 78325ac8d6..bf93c222ea 100644 --- a/meta-oe/recipes-extended/hplip/hplip/0003-pserror.c-Define-column-to-be-int-explcitly.patch +++ b/meta-oe/recipes-extended/hplip/hplip/0003-pserror.c-Define-column-to-be-int-explcitly.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH 3/4] pserror.c: Define column to be int explcitly | |||
| 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 | prnt/hpps/pserror.c | 2 +- | 10 | prnt/hpps/pserror.c | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-extended/hplip/hplip/0004-Define-missing-prototype-for-functions.patch b/meta-oe/recipes-extended/hplip/hplip/0004-Define-missing-prototype-for-functions.patch index 276d025785..7223bf939e 100644 --- a/meta-oe/recipes-extended/hplip/hplip/0004-Define-missing-prototype-for-functions.patch +++ b/meta-oe/recipes-extended/hplip/hplip/0004-Define-missing-prototype-for-functions.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH 4/4] Define missing prototype for functions | |||
| 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 | prnt/cupsext/cupsext.c | 1 + | 10 | prnt/cupsext/cupsext.c | 1 + |
| 9 | protocol/hp_ipp.c | 4 ++-- | 11 | protocol/hp_ipp.c | 4 ++-- |
| 10 | 2 files changed, 3 insertions(+), 2 deletions(-) | 12 | 2 files changed, 3 insertions(+), 2 deletions(-) |
diff --git a/meta-oe/recipes-extended/hplip/hplip/0005-hp_ipp.c-Add-printf-format-to-snprintf-calls.patch b/meta-oe/recipes-extended/hplip/hplip/0005-hp_ipp.c-Add-printf-format-to-snprintf-calls.patch index d844e49ad3..ac0ff81e6f 100644 --- a/meta-oe/recipes-extended/hplip/hplip/0005-hp_ipp.c-Add-printf-format-to-snprintf-calls.patch +++ b/meta-oe/recipes-extended/hplip/hplip/0005-hp_ipp.c-Add-printf-format-to-snprintf-calls.patch | |||
| @@ -7,6 +7,8 @@ Avoid -Wformat warnings | |||
| 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 | protocol/hp_ipp.c | 14 +++++++------- | 12 | protocol/hp_ipp.c | 14 +++++++------- |
| 11 | 1 file changed, 7 insertions(+), 7 deletions(-) | 13 | 1 file changed, 7 insertions(+), 7 deletions(-) |
| 12 | 14 | ||
diff --git a/meta-oe/recipes-extended/hplip/hplip/0006-Workaround-patch-for-missing-Python3-transition-of-t.patch b/meta-oe/recipes-extended/hplip/hplip/0006-Workaround-patch-for-missing-Python3-transition-of-t.patch index 5d78bb3bbb..194deb8b81 100644 --- a/meta-oe/recipes-extended/hplip/hplip/0006-Workaround-patch-for-missing-Python3-transition-of-t.patch +++ b/meta-oe/recipes-extended/hplip/hplip/0006-Workaround-patch-for-missing-Python3-transition-of-t.patch | |||
| @@ -9,6 +9,8 @@ Subject: Workaround patch for missing Python3 transition of the old | |||
| 9 | proper solution in the next upstream release of HPLIP (see LP: #1275353) | 9 | proper solution in the next upstream release of HPLIP (see LP: #1275353) |
| 10 | 10 | ||
| 11 | --- | 11 | --- |
| 12 | Upstream-Status: Pending | ||
| 13 | |||
| 12 | pcard/pcardext/pcardext.c | 59 +++++++++++++++++++++++++++++++++++++---------- | 14 | pcard/pcardext/pcardext.c | 59 +++++++++++++++++++++++++++++++++++++---------- |
| 13 | pcard/photocard.py | 2 +- | 15 | pcard/photocard.py | 2 +- |
| 14 | unload.py | 5 ++++ | 16 | unload.py | 5 ++++ |
diff --git a/meta-oe/recipes-extended/hplip/hplip/030-replace_unsafe_memcpy_with_memmove.patch b/meta-oe/recipes-extended/hplip/hplip/030-replace_unsafe_memcpy_with_memmove.patch index 2babb2b67a..e8ca8b2d6c 100644 --- a/meta-oe/recipes-extended/hplip/hplip/030-replace_unsafe_memcpy_with_memmove.patch +++ b/meta-oe/recipes-extended/hplip/hplip/030-replace_unsafe_memcpy_with_memmove.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | https://bugs.launchpad.net/hplip/+bug/1672256 | 3 | https://bugs.launchpad.net/hplip/+bug/1672256 |
| 2 | 4 | ||
| 3 | memcpy should never be used with overlapping memory regions | 5 | memcpy should never be used with overlapping memory regions |
diff --git a/meta-oe/recipes-extended/hplip/hplip/050-fix-glibcisms.patch b/meta-oe/recipes-extended/hplip/hplip/050-fix-glibcisms.patch index e020bd4642..93fdcf4bfd 100644 --- a/meta-oe/recipes-extended/hplip/hplip/050-fix-glibcisms.patch +++ b/meta-oe/recipes-extended/hplip/hplip/050-fix-glibcisms.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff --git a/scan/sane/OrbliteScan/LinuxCommon.h b/scan/sane/OrbliteScan/LinuxCommon.h | 3 | diff --git a/scan/sane/OrbliteScan/LinuxCommon.h b/scan/sane/OrbliteScan/LinuxCommon.h |
| 2 | index 6605dd9..55c7110 100644 | 4 | index 6605dd9..55c7110 100644 |
| 3 | --- a/scan/sane/OrbliteScan/LinuxCommon.h | 5 | --- a/scan/sane/OrbliteScan/LinuxCommon.h |
diff --git a/meta-oe/recipes-extended/hplip/hplip/600-fix.patch b/meta-oe/recipes-extended/hplip/hplip/600-fix.patch index 91a5035ae9..cddc5e0065 100644 --- a/meta-oe/recipes-extended/hplip/hplip/600-fix.patch +++ b/meta-oe/recipes-extended/hplip/hplip/600-fix.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | --- a/configure.in | 3 | --- a/configure.in |
| 2 | +++ b/configure.in | 4 | +++ b/configure.in |
| 3 | @@ -254,7 +254,6 @@ if test "$class_driver" = "yes"; then | 5 | @@ -254,7 +254,6 @@ if test "$class_driver" = "yes"; then |
diff --git a/meta-oe/recipes-extended/hplip/hplip/configure.patch b/meta-oe/recipes-extended/hplip/hplip/configure.patch index a6e61a47ca..0e0fd47fa1 100644 --- a/meta-oe/recipes-extended/hplip/hplip/configure.patch +++ b/meta-oe/recipes-extended/hplip/hplip/configure.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | --- a/configure.in | 3 | --- a/configure.in |
| 2 | +++ b/configure.in | 4 | +++ b/configure.in |
| 3 | @@ -30,7 +30,7 @@ | 5 | @@ -30,7 +30,7 @@ |
diff --git a/meta-oe/recipes-extended/hplip/hplip/hplip-3.19.6-fix-return.patch b/meta-oe/recipes-extended/hplip/hplip/hplip-3.19.6-fix-return.patch index 67546b07dc..45b25c5e76 100644 --- a/meta-oe/recipes-extended/hplip/hplip/hplip-3.19.6-fix-return.patch +++ b/meta-oe/recipes-extended/hplip/hplip/hplip-3.19.6-fix-return.patch | |||
| @@ -4,6 +4,8 @@ Date: Wed, 14 Aug 2019 15:47:38 -0700 | |||
| 4 | Subject: [PATCH] Fixing invalid return in void function | 4 | Subject: [PATCH] Fixing invalid return in void function |
| 5 | 5 | ||
| 6 | --- | 6 | --- |
| 7 | Upstream-Status: Pending | ||
| 8 | |||
| 7 | prnt/hpps/hppsfilter.c | 2 +- | 9 | prnt/hpps/hppsfilter.c | 2 +- |
| 8 | 1 file changed, 1 insertion(+), 1 deletion(-) | 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 9 | 11 | ||
diff --git a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch index 40a064307e..2671111b79 100644 --- a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch +++ b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/0001-CMakeLists.txt-fix-lib64-can-not-be-shiped-in-64bit-.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH] CMakeLists.txt: fix lib64 can not be shiped in 64bit target | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> | 6 | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | CMakeLists.txt | 7 ------- | 10 | CMakeLists.txt | 7 ------- |
| 9 | 1 file changed, 7 deletions(-) | 11 | 1 file changed, 7 deletions(-) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/0001-drop-including-rpath-cmake-module.patch b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/0001-drop-including-rpath-cmake-module.patch index 342017bedc..293706d889 100644 --- a/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/0001-drop-including-rpath-cmake-module.patch +++ b/meta-oe/recipes-extended/konkretcmpi/konkretcmpi/0001-drop-including-rpath-cmake-module.patch | |||
| @@ -8,6 +8,8 @@ Fixes cross compilation QA errors e.g. | |||
| 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 | src/konkret/CMakeLists.txt | 1 - | 13 | src/konkret/CMakeLists.txt | 1 - |
| 12 | src/program/CMakeLists.txt | 1 - | 14 | src/program/CMakeLists.txt | 1 - |
| 13 | 2 files changed, 2 deletions(-) | 15 | 2 files changed, 2 deletions(-) |
diff --git a/meta-oe/recipes-extended/libcec/libcec/0001-Remove-buggy-test-confusing-host-and-target.patch b/meta-oe/recipes-extended/libcec/libcec/0001-Remove-buggy-test-confusing-host-and-target.patch index 7c29e15e20..07277f7064 100644 --- a/meta-oe/recipes-extended/libcec/libcec/0001-Remove-buggy-test-confusing-host-and-target.patch +++ b/meta-oe/recipes-extended/libcec/libcec/0001-Remove-buggy-test-confusing-host-and-target.patch | |||
| @@ -4,6 +4,8 @@ Date: Mon, 7 Sep 2020 18:17:21 +0200 | |||
| 4 | Subject: [PATCH] Remove buggy test confusing host and target | 4 | Subject: [PATCH] Remove buggy test confusing host and target |
| 5 | 5 | ||
| 6 | --- | 6 | --- |
| 7 | Upstream-Status: Pending | ||
| 8 | |||
| 7 | src/libcec/cmake/CheckPlatformSupport.cmake | 8 -------- | 9 | src/libcec/cmake/CheckPlatformSupport.cmake | 8 -------- |
| 8 | 1 file changed, 8 deletions(-) | 10 | 1 file changed, 8 deletions(-) |
| 9 | 11 | ||
diff --git a/meta-oe/recipes-extended/libexecinfo/libexecinfo/0001-makefile-Fix-build-on-linux.patch b/meta-oe/recipes-extended/libexecinfo/libexecinfo/0001-makefile-Fix-build-on-linux.patch index f1863f14b3..b37b1aa2a6 100644 --- a/meta-oe/recipes-extended/libexecinfo/libexecinfo/0001-makefile-Fix-build-on-linux.patch +++ b/meta-oe/recipes-extended/libexecinfo/libexecinfo/0001-makefile-Fix-build-on-linux.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH 1/2] makefile: Fix build on linux | |||
| 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 | Makefile | 33 +++++++++++++++++---------------- | 10 | Makefile | 33 +++++++++++++++++---------------- |
| 9 | 1 file changed, 17 insertions(+), 16 deletions(-) | 11 | 1 file changed, 17 insertions(+), 16 deletions(-) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-extended/libexecinfo/libexecinfo/0002-execinfo-Fix-compiler-errors-found-with-newer-gcc-cl.patch b/meta-oe/recipes-extended/libexecinfo/libexecinfo/0002-execinfo-Fix-compiler-errors-found-with-newer-gcc-cl.patch index 423b670823..34fd98aaba 100644 --- a/meta-oe/recipes-extended/libexecinfo/libexecinfo/0002-execinfo-Fix-compiler-errors-found-with-newer-gcc-cl.patch +++ b/meta-oe/recipes-extended/libexecinfo/libexecinfo/0002-execinfo-Fix-compiler-errors-found-with-newer-gcc-cl.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH 2/2] execinfo: Fix compiler errors found with newer gcc/clang | |||
| 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 | execinfo.c | 19 +++++++++++-------- | 10 | execinfo.c | 19 +++++++++++-------- |
| 9 | 1 file changed, 11 insertions(+), 8 deletions(-) | 11 | 1 file changed, 11 insertions(+), 8 deletions(-) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-extended/libgxim/libgxim/0001-Use-AM_CPPFLAGS-instead-of-INCLUDES.patch b/meta-oe/recipes-extended/libgxim/libgxim/0001-Use-AM_CPPFLAGS-instead-of-INCLUDES.patch index 41e07f39f1..393571c313 100644 --- a/meta-oe/recipes-extended/libgxim/libgxim/0001-Use-AM_CPPFLAGS-instead-of-INCLUDES.patch +++ b/meta-oe/recipes-extended/libgxim/libgxim/0001-Use-AM_CPPFLAGS-instead-of-INCLUDES.patch | |||
| @@ -4,6 +4,8 @@ Date: Mon, 13 May 2013 16:05:32 +0900 | |||
| 4 | Subject: [PATCH 1/3] Use AM_CPPFLAGS instead of INCLUDES | 4 | Subject: [PATCH 1/3] Use AM_CPPFLAGS instead of INCLUDES |
| 5 | 5 | ||
| 6 | --- | 6 | --- |
| 7 | Upstream-Status: Pending | ||
| 8 | |||
| 7 | docs/reference/Makefile.am | 2 +- | 9 | docs/reference/Makefile.am | 2 +- |
| 8 | libgxim/Makefile.am | 2 +- | 10 | libgxim/Makefile.am | 2 +- |
| 9 | tests/Makefile.am | 2 +- | 11 | tests/Makefile.am | 2 +- |
diff --git a/meta-oe/recipes-extended/libgxim/libgxim/0002-Update-autotools-macro.patch b/meta-oe/recipes-extended/libgxim/libgxim/0002-Update-autotools-macro.patch index 808203b6ef..01233f0a1f 100644 --- a/meta-oe/recipes-extended/libgxim/libgxim/0002-Update-autotools-macro.patch +++ b/meta-oe/recipes-extended/libgxim/libgxim/0002-Update-autotools-macro.patch | |||
| @@ -4,6 +4,8 @@ Date: Wed, 22 Jan 2014 18:59:32 +0900 | |||
| 4 | Subject: [PATCH 2/3] Update autotools macro | 4 | Subject: [PATCH 2/3] Update autotools macro |
| 5 | 5 | ||
| 6 | --- | 6 | --- |
| 7 | Upstream-Status: Pending | ||
| 8 | |||
| 7 | configure.ac | 6 ++++-- | 9 | configure.ac | 6 ++++-- |
| 8 | 1 file changed, 4 insertions(+), 2 deletions(-) | 10 | 1 file changed, 4 insertions(+), 2 deletions(-) |
| 9 | 11 | ||
diff --git a/meta-oe/recipes-extended/libgxim/libgxim/0003-Add-format-string-qualifier-to-fix-potential-securit.patch b/meta-oe/recipes-extended/libgxim/libgxim/0003-Add-format-string-qualifier-to-fix-potential-securit.patch index cb21e1ef44..98bbde08a2 100644 --- a/meta-oe/recipes-extended/libgxim/libgxim/0003-Add-format-string-qualifier-to-fix-potential-securit.patch +++ b/meta-oe/recipes-extended/libgxim/libgxim/0003-Add-format-string-qualifier-to-fix-potential-securit.patch | |||
| @@ -9,6 +9,8 @@ libgxim/gximprotocol10.c:2076:66: error: format string is not a string literal ( | |||
| 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 | libgxim/gximprotocol10.c | 2 +- | 14 | libgxim/gximprotocol10.c | 2 +- |
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 14 | 16 | ||
diff --git a/meta-oe/recipes-extended/libgxim/libgxim/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch b/meta-oe/recipes-extended/libgxim/libgxim/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch index 3d293b473e..f2603d1399 100644 --- a/meta-oe/recipes-extended/libgxim/libgxim/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch +++ b/meta-oe/recipes-extended/libgxim/libgxim/multi-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | multi-line ACLOCAL_AMFLAGS isn't supported by autoreconf. | 3 | multi-line ACLOCAL_AMFLAGS isn't supported by autoreconf. |
| 2 | It will cause configure error as follow. | 4 | It will cause configure error as follow. |
| 3 | 5 | ||
diff --git a/meta-oe/recipes-extended/libleak/libleak/0001-respect-environment-variables.patch b/meta-oe/recipes-extended/libleak/libleak/0001-respect-environment-variables.patch index 979fd323ae..800ddd9507 100644 --- a/meta-oe/recipes-extended/libleak/libleak/0001-respect-environment-variables.patch +++ b/meta-oe/recipes-extended/libleak/libleak/0001-respect-environment-variables.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH] respect environment variables | |||
| 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 | Makefile | 4 ++-- | 10 | Makefile | 4 ++-- |
| 9 | 1 file changed, 2 insertions(+), 2 deletions(-) | 11 | 1 file changed, 2 insertions(+), 2 deletions(-) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile/configure.patch b/meta-oe/recipes-extended/liblockfile/liblockfile/configure.patch index 56f2d05eb5..2bdf96e639 100644 --- a/meta-oe/recipes-extended/liblockfile/liblockfile/configure.patch +++ b/meta-oe/recipes-extended/liblockfile/liblockfile/configure.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH] Update patch for 1.17 | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 6 | Signed-off-by: Changqing Li <changqing.li@windriver.com> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | configure.ac | 8 +++++--- | 10 | configure.ac | 8 +++++--- |
| 9 | 1 file changed, 5 insertions(+), 3 deletions(-) | 11 | 1 file changed, 5 insertions(+), 3 deletions(-) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-extended/libmodbus/libmodbus/Fix-float-endianness-issue-on-big-endian-arch.patch b/meta-oe/recipes-extended/libmodbus/libmodbus/Fix-float-endianness-issue-on-big-endian-arch.patch index 5372a23b6a..e7fbb0389f 100644 --- a/meta-oe/recipes-extended/libmodbus/libmodbus/Fix-float-endianness-issue-on-big-endian-arch.patch +++ b/meta-oe/recipes-extended/libmodbus/libmodbus/Fix-float-endianness-issue-on-big-endian-arch.patch | |||
| @@ -9,6 +9,8 @@ This patch was modified from rm5248 [1] | |||
| 9 | [1] https://github.com/synexxus/libmodbus/commit/a511768e7fe7ec52d7bae1d9ae04e33f87a59627 | 9 | [1] https://github.com/synexxus/libmodbus/commit/a511768e7fe7ec52d7bae1d9ae04e33f87a59627 |
| 10 | 10 | ||
| 11 | --- | 11 | --- |
| 12 | Upstream-Status: Pending | ||
| 13 | |||
| 12 | src/modbus-data.c | 110 ++++++++++++++++++++++++++++++++++++++--------- | 14 | src/modbus-data.c | 110 ++++++++++++++++++++++++++++++++++++++--------- |
| 13 | tests/unit-test-client.c | 22 ++++++---- | 15 | tests/unit-test-client.c | 22 ++++++---- |
| 14 | tests/unit-test.h.in | 41 ++++++++++++++++-- | 16 | tests/unit-test.h.in | 41 ++++++++++++++++-- |
diff --git a/meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-intoverflow.patch b/meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-intoverflow.patch index 50d915c010..4e7cd8887a 100644 --- a/meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-intoverflow.patch +++ b/meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-intoverflow.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | http://cvs.fedoraproject.org/viewvc/devel/libwmf/libwmf-0.2.8.4-intoverflow.patch?view=log | 3 | http://cvs.fedoraproject.org/viewvc/devel/libwmf/libwmf-0.2.8.4-intoverflow.patch?view=log |
| 2 | 4 | ||
| 3 | CVE-2006-3376 libwmf integer overflow | 5 | CVE-2006-3376 libwmf integer overflow |
diff --git a/meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-useafterfree.patch b/meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-useafterfree.patch index 4d2d285641..9a8cbcb508 100644 --- a/meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-useafterfree.patch +++ b/meta-oe/recipes-extended/libwmf/libwmf/libwmf-0.2.8.4-useafterfree.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | 3 | ||
| 2 | http://cvs.fedoraproject.org/viewvc/devel/libwmf/libwmf-0.2.8.4-useafterfree.patch?view=log | 4 | http://cvs.fedoraproject.org/viewvc/devel/libwmf/libwmf-0.2.8.4-useafterfree.patch?view=log |
| 3 | Resolves: CVE-2009-1364 | 5 | Resolves: CVE-2009-1364 |
diff --git a/meta-oe/recipes-extended/libx86-1/libx86-1.1/libx86-mmap-offset.patch b/meta-oe/recipes-extended/libx86-1/libx86-1.1/libx86-mmap-offset.patch index 843acc8868..1c120c04b9 100644 --- a/meta-oe/recipes-extended/libx86-1/libx86-1.1/libx86-mmap-offset.patch +++ b/meta-oe/recipes-extended/libx86-1/libx86-1.1/libx86-mmap-offset.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Upstream-Statue: Pending | 3 | Upstream-Statue: Pending |
| 2 | [from ftp://195.220.108.108/linux/fedora/linux/development/rawhide/source/SRPMS/l/libx86-1.1-21.fc23.src.rpm] | 4 | [from ftp://195.220.108.108/linux/fedora/linux/development/rawhide/source/SRPMS/l/libx86-1.1-21.fc23.src.rpm] |
| 3 | 5 | ||
diff --git a/meta-oe/recipes-extended/md5deep/files/wrong-variable-expansion.patch b/meta-oe/recipes-extended/md5deep/files/wrong-variable-expansion.patch index 73c6cb126a..b637d81e9e 100644 --- a/meta-oe/recipes-extended/md5deep/files/wrong-variable-expansion.patch +++ b/meta-oe/recipes-extended/md5deep/files/wrong-variable-expansion.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Index: git/configure.ac | 3 | Index: git/configure.ac |
| 2 | =================================================================== | 4 | =================================================================== |
| 3 | --- git.orig/configure.ac | 5 | --- git.orig/configure.ac |
diff --git a/meta-oe/recipes-extended/minifi-cpp/files/fix-libressl-avoid-BSWAP-assembly-for-ARM-v6.patch b/meta-oe/recipes-extended/minifi-cpp/files/fix-libressl-avoid-BSWAP-assembly-for-ARM-v6.patch index d0febfd534..a7dc35ae57 100644 --- a/meta-oe/recipes-extended/minifi-cpp/files/fix-libressl-avoid-BSWAP-assembly-for-ARM-v6.patch +++ b/meta-oe/recipes-extended/minifi-cpp/files/fix-libressl-avoid-BSWAP-assembly-for-ARM-v6.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -urN -x .git orig/thirdparty/libressl/avoid-BSWAP-assembly-for-ARM-v6.patch patched/thirdparty/libressl/avoid-BSWAP-assembly-for-ARM-v6.patch | 3 | diff -urN -x .git orig/thirdparty/libressl/avoid-BSWAP-assembly-for-ARM-v6.patch patched/thirdparty/libressl/avoid-BSWAP-assembly-for-ARM-v6.patch |
| 2 | --- orig/thirdparty/libressl/avoid-BSWAP-assembly-for-ARM-v6.patch 1970-01-01 09:00:00.000000000 +0900 | 4 | --- orig/thirdparty/libressl/avoid-BSWAP-assembly-for-ARM-v6.patch 1970-01-01 09:00:00.000000000 +0900 |
| 3 | +++ patched/thirdparty/libressl/avoid-BSWAP-assembly-for-ARM-v6.patch 2020-08-07 23:14:46.196764271 +0900 | 5 | +++ patched/thirdparty/libressl/avoid-BSWAP-assembly-for-ARM-v6.patch 2020-08-07 23:14:46.196764271 +0900 |
diff --git a/meta-oe/recipes-extended/minifi-cpp/files/fix-libressl-compile.patch b/meta-oe/recipes-extended/minifi-cpp/files/fix-libressl-compile.patch index 84b8c8cb0e..32bcfbd2b9 100644 --- a/meta-oe/recipes-extended/minifi-cpp/files/fix-libressl-compile.patch +++ b/meta-oe/recipes-extended/minifi-cpp/files/fix-libressl-compile.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -urN -x .git orig/cmake/LibreSSL.cmake patched/cmake/LibreSSL.cmake | 3 | diff -urN -x .git orig/cmake/LibreSSL.cmake patched/cmake/LibreSSL.cmake |
| 2 | --- orig/cmake/LibreSSL.cmake 2020-08-07 21:58:34.660773928 +0900 | 4 | --- orig/cmake/LibreSSL.cmake 2020-08-07 21:58:34.660773928 +0900 |
| 3 | +++ patched/cmake/LibreSSL.cmake 2020-08-07 22:51:18.620767245 +0900 | 5 | +++ patched/cmake/LibreSSL.cmake 2020-08-07 22:51:18.620767245 +0900 |
diff --git a/meta-oe/recipes-extended/minifi-cpp/files/fix-minifi-compile.patch b/meta-oe/recipes-extended/minifi-cpp/files/fix-minifi-compile.patch index 9653ba3426..d5b4449b82 100644 --- a/meta-oe/recipes-extended/minifi-cpp/files/fix-minifi-compile.patch +++ b/meta-oe/recipes-extended/minifi-cpp/files/fix-minifi-compile.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -urN -x .git orig/CMakeLists.txt patched/CMakeLists.txt | 3 | diff -urN -x .git orig/CMakeLists.txt patched/CMakeLists.txt |
| 2 | --- orig/CMakeLists.txt 2020-08-07 21:58:34.656773928 +0900 | 4 | --- orig/CMakeLists.txt 2020-08-07 21:58:34.656773928 +0900 |
| 3 | +++ patched/CMakeLists.txt 2020-08-10 15:08:31.800278357 +0900 | 5 | +++ patched/CMakeLists.txt 2020-08-10 15:08:31.800278357 +0900 |
diff --git a/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-compile.patch b/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-compile.patch index 42e1e583c3..903e72e07b 100644 --- a/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-compile.patch +++ b/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-compile.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -urN -x .git orig/cmake/BundledOSSPUUID.cmake patched/cmake/BundledOSSPUUID.cmake | 3 | diff -urN -x .git orig/cmake/BundledOSSPUUID.cmake patched/cmake/BundledOSSPUUID.cmake |
| 2 | --- orig/cmake/BundledOSSPUUID.cmake 2020-08-07 21:58:34.660773928 +0900 | 4 | --- orig/cmake/BundledOSSPUUID.cmake 2020-08-07 21:58:34.660773928 +0900 |
| 3 | +++ patched/cmake/BundledOSSPUUID.cmake 2020-08-07 22:05:57.404772993 +0900 | 5 | +++ patched/cmake/BundledOSSPUUID.cmake 2020-08-07 22:05:57.404772993 +0900 |
diff --git a/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-cross-compile.patch b/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-cross-compile.patch index dc354d9ac7..add1f6f2d5 100644 --- a/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-cross-compile.patch +++ b/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-cross-compile.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -urN -x .git orig/thirdparty/ossp-uuid/ossp-uuid-cross-compile-fix.patch patched/thirdparty/ossp-uuid/ossp-uuid-cross-compile-fix.patch | 3 | diff -urN -x .git orig/thirdparty/ossp-uuid/ossp-uuid-cross-compile-fix.patch patched/thirdparty/ossp-uuid/ossp-uuid-cross-compile-fix.patch |
| 2 | --- orig/thirdparty/ossp-uuid/ossp-uuid-cross-compile-fix.patch 1970-01-01 09:00:00.000000000 +0900 | 4 | --- orig/thirdparty/ossp-uuid/ossp-uuid-cross-compile-fix.patch 1970-01-01 09:00:00.000000000 +0900 |
| 3 | +++ patched/thirdparty/ossp-uuid/ossp-uuid-cross-compile-fix.patch 2020-08-07 22:28:04.396770190 +0900 | 5 | +++ patched/thirdparty/ossp-uuid/ossp-uuid-cross-compile-fix.patch 2020-08-07 22:28:04.396770190 +0900 |
diff --git a/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-musl-compile.patch b/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-musl-compile.patch index 7caf848eb5..f8ba89dc3c 100644 --- a/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-musl-compile.patch +++ b/meta-oe/recipes-extended/minifi-cpp/files/fix-osspuuid-musl-compile.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -urN -x .git orig/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch patched/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch | 3 | diff -urN -x .git orig/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch patched/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch |
| 2 | --- orig/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch 1970-01-01 09:00:00.000000000 +0900 | 4 | --- orig/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch 1970-01-01 09:00:00.000000000 +0900 |
| 3 | +++ patched/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch 2020-08-07 11:22:49.344854508 +0900 | 5 | +++ patched/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch 2020-08-07 11:22:49.344854508 +0900 |
diff --git a/meta-oe/recipes-extended/minifi-cpp/files/fix-rocksdb-cross-compile.patch b/meta-oe/recipes-extended/minifi-cpp/files/fix-rocksdb-cross-compile.patch index 8c5db7c9e3..0a3194da94 100644 --- a/meta-oe/recipes-extended/minifi-cpp/files/fix-rocksdb-cross-compile.patch +++ b/meta-oe/recipes-extended/minifi-cpp/files/fix-rocksdb-cross-compile.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -urN orig/thirdparty/rocksdb/CMakeLists.txt patched/thirdparty/rocksdb/CMakeLists.txt | 3 | diff -urN orig/thirdparty/rocksdb/CMakeLists.txt patched/thirdparty/rocksdb/CMakeLists.txt |
| 2 | --- orig/thirdparty/rocksdb/CMakeLists.txt 2020-07-28 11:39:40.254677515 +0900 | 4 | --- orig/thirdparty/rocksdb/CMakeLists.txt 2020-07-28 11:39:40.254677515 +0900 |
| 3 | +++ patched/thirdparty/rocksdb/CMakeLists.txt 2020-07-28 11:51:11.898676054 +0900 | 5 | +++ patched/thirdparty/rocksdb/CMakeLists.txt 2020-07-28 11:51:11.898676054 +0900 |
diff --git a/meta-oe/recipes-extended/minifi-cpp/files/remove_const_due_to_std_lock_guard.patch b/meta-oe/recipes-extended/minifi-cpp/files/remove_const_due_to_std_lock_guard.patch index 2d66576f6e..365dec9d44 100644 --- a/meta-oe/recipes-extended/minifi-cpp/files/remove_const_due_to_std_lock_guard.patch +++ b/meta-oe/recipes-extended/minifi-cpp/files/remove_const_due_to_std_lock_guard.patch | |||
| @@ -20,6 +20,8 @@ Compiling this on FreeBSD with CLang fails due to: | |||
| 20 | 1 error generated. | 20 | 1 error generated. |
| 21 | ``` | 21 | ``` |
| 22 | --- | 22 | --- |
| 23 | Upstream-Status: Pending | ||
| 24 | |||
| 23 | thirdparty/rocksdb/util/channel.h | 2 +- | 25 | thirdparty/rocksdb/util/channel.h | 2 +- |
| 24 | 1 file changed, 1 insertion(+), 1 deletion(-) | 26 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 25 | 27 | ||
diff --git a/meta-oe/recipes-extended/mozjs/mozjs-102/fix-musl-build.patch b/meta-oe/recipes-extended/mozjs/mozjs-102/fix-musl-build.patch index f847979ea2..6905282eb7 100644 --- a/meta-oe/recipes-extended/mozjs/mozjs-102/fix-musl-build.patch +++ b/meta-oe/recipes-extended/mozjs/mozjs-102/fix-musl-build.patch | |||
| @@ -8,6 +8,8 @@ Reason: mozjs60 miscompiles on musl if built with HAVE_THREAD_TLS_KEYWORD: | |||
| 8 | https://github.com/void-linux/void-packages/issues/2598 | 8 | https://github.com/void-linux/void-packages/issues/2598 |
| 9 | 9 | ||
| 10 | --- | 10 | --- |
| 11 | Upstream-Status: Pending | ||
| 12 | |||
| 11 | js/src/old-configure.in | 3 +++ | 13 | js/src/old-configure.in | 3 +++ |
| 12 | 1 file changed, 3 insertions(+) | 14 | 1 file changed, 3 insertions(+) |
| 13 | 15 | ||
diff --git a/meta-oe/recipes-extended/mraa/mraa/0001-cmake-Use-a-regular-expression-to-match-x86-architec.patch b/meta-oe/recipes-extended/mraa/mraa/0001-cmake-Use-a-regular-expression-to-match-x86-architec.patch index 0cae02f061..dedb4adf9b 100644 --- a/meta-oe/recipes-extended/mraa/mraa/0001-cmake-Use-a-regular-expression-to-match-x86-architec.patch +++ b/meta-oe/recipes-extended/mraa/mraa/0001-cmake-Use-a-regular-expression-to-match-x86-architec.patch | |||
| @@ -13,6 +13,8 @@ So using a wildcard helps in using any x86 arch | |||
| 13 | 13 | ||
| 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 14 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 15 | --- | 15 | --- |
| 16 | Upstream-Status: Pending | ||
| 17 | |||
| 16 | CMakeLists.txt | 3 +-- | 18 | CMakeLists.txt | 3 +-- |
| 17 | 1 file changed, 1 insertion(+), 2 deletions(-) | 19 | 1 file changed, 1 insertion(+), 2 deletions(-) |
| 18 | 20 | ||
diff --git a/meta-oe/recipes-extended/nicstat/nicstat/0001-nicstat.c-Do-not-define-uint64_t-and-uint32_t.patch b/meta-oe/recipes-extended/nicstat/nicstat/0001-nicstat.c-Do-not-define-uint64_t-and-uint32_t.patch index a208f97eb2..78e3176e89 100644 --- a/meta-oe/recipes-extended/nicstat/nicstat/0001-nicstat.c-Do-not-define-uint64_t-and-uint32_t.patch +++ b/meta-oe/recipes-extended/nicstat/nicstat/0001-nicstat.c-Do-not-define-uint64_t-and-uint32_t.patch | |||
| @@ -8,6 +8,8 @@ Use the defines from platform | |||
| 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 9 | 9 | ||
| 10 | --- | 10 | --- |
| 11 | Upstream-Status: Pending | ||
| 12 | |||
| 11 | nicstat.c | 3 +-- | 13 | nicstat.c | 3 +-- |
| 12 | 1 file changed, 1 insertion(+), 2 deletions(-) | 14 | 1 file changed, 1 insertion(+), 2 deletions(-) |
| 13 | 15 | ||
diff --git a/meta-oe/recipes-extended/openwsman/openwsman/0001-lock.c-Define-PTHREAD_MUTEX_RECURSIVE_NP-if-undefine.patch b/meta-oe/recipes-extended/openwsman/openwsman/0001-lock.c-Define-PTHREAD_MUTEX_RECURSIVE_NP-if-undefine.patch index 7823fde7a0..0e2349e303 100644 --- a/meta-oe/recipes-extended/openwsman/openwsman/0001-lock.c-Define-PTHREAD_MUTEX_RECURSIVE_NP-if-undefine.patch +++ b/meta-oe/recipes-extended/openwsman/openwsman/0001-lock.c-Define-PTHREAD_MUTEX_RECURSIVE_NP-if-undefine.patch | |||
| @@ -8,6 +8,8 @@ checking for OS | |||
| 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 | src/lib/u/lock.c | 2 +- | 13 | src/lib/u/lock.c | 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-extended/openwsman/openwsman/libssl-is-required-if-eventint-supported.patch b/meta-oe/recipes-extended/openwsman/openwsman/libssl-is-required-if-eventint-supported.patch index bd540e37c1..71f3d90a81 100644 --- a/meta-oe/recipes-extended/openwsman/openwsman/libssl-is-required-if-eventint-supported.patch +++ b/meta-oe/recipes-extended/openwsman/openwsman/libssl-is-required-if-eventint-supported.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | libssl is required by wsman_client_transport if ENABLE_EVENTING_SUPPORT enabled. | 3 | libssl is required by wsman_client_transport if ENABLE_EVENTING_SUPPORT enabled. |
| 2 | 4 | ||
| 3 | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> | 5 | Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> |
diff --git a/meta-oe/recipes-extended/rarpd/rarpd/0001-rarpd.8-add-man-file.patch b/meta-oe/recipes-extended/rarpd/rarpd/0001-rarpd.8-add-man-file.patch index 77c75b4a27..05483aa3eb 100644 --- a/meta-oe/recipes-extended/rarpd/rarpd/0001-rarpd.8-add-man-file.patch +++ b/meta-oe/recipes-extended/rarpd/rarpd/0001-rarpd.8-add-man-file.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH 1/5] rarpd.8 : add man file | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> | 6 | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | rarpd.8 | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | 10 | rarpd.8 | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| 9 | 1 file changed, 69 insertions(+) | 11 | 1 file changed, 69 insertions(+) |
| 10 | create mode 100644 rarpd.8 | 12 | create mode 100644 rarpd.8 |
diff --git a/meta-oe/recipes-extended/rarpd/rarpd/0002-Makefile-modify-compile-parameters.patch b/meta-oe/recipes-extended/rarpd/rarpd/0002-Makefile-modify-compile-parameters.patch index 0b3ebc468f..54b8e8181d 100644 --- a/meta-oe/recipes-extended/rarpd/rarpd/0002-Makefile-modify-compile-parameters.patch +++ b/meta-oe/recipes-extended/rarpd/rarpd/0002-Makefile-modify-compile-parameters.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH 2/5] Makefile : modify compile parameters | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> | 6 | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | Makefile | 2 +- | 10 | Makefile | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-extended/rarpd/rarpd/0003-rarpd.c-bug-fix.patch b/meta-oe/recipes-extended/rarpd/rarpd/0003-rarpd.c-bug-fix.patch index 7ce1279090..82655644f0 100644 --- a/meta-oe/recipes-extended/rarpd/rarpd/0003-rarpd.c-bug-fix.patch +++ b/meta-oe/recipes-extended/rarpd/rarpd/0003-rarpd.c-bug-fix.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH 3/5] rarpd.c : bug fix | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> | 6 | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | rarpd.c | 98 +++++++++++++++++++++++++++++++++++++---------------------------- | 10 | rarpd.c | 98 +++++++++++++++++++++++++++++++++++++---------------------------- |
| 9 | 1 file changed, 56 insertions(+), 42 deletions(-) | 11 | 1 file changed, 56 insertions(+), 42 deletions(-) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-extended/rarpd/rarpd/0004-rarpd.init-add-new-init-file.patch b/meta-oe/recipes-extended/rarpd/rarpd/0004-rarpd.init-add-new-init-file.patch index 3ba11ffe55..7a50ca3ce9 100644 --- a/meta-oe/recipes-extended/rarpd/rarpd/0004-rarpd.init-add-new-init-file.patch +++ b/meta-oe/recipes-extended/rarpd/rarpd/0004-rarpd.init-add-new-init-file.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH 4/5] rarpd.init : add new init file | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> | 6 | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | rarpd.init | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | 10 | rarpd.init | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
| 9 | 1 file changed, 96 insertions(+) | 11 | 1 file changed, 96 insertions(+) |
| 10 | create mode 100644 rarpd.init | 12 | create mode 100644 rarpd.init |
diff --git a/meta-oe/recipes-extended/rarpd/rarpd/0005-ethernet.c-remove-it.patch b/meta-oe/recipes-extended/rarpd/rarpd/0005-ethernet.c-remove-it.patch index c77c806127..c651d656af 100644 --- a/meta-oe/recipes-extended/rarpd/rarpd/0005-ethernet.c-remove-it.patch +++ b/meta-oe/recipes-extended/rarpd/rarpd/0005-ethernet.c-remove-it.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH 5/5] ethernet.c : remove it | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> | 6 | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | ethernet.c | 224 ------------------------------------------------------------- | 10 | ethernet.c | 224 ------------------------------------------------------------- |
| 9 | 1 file changed, 224 deletions(-) | 11 | 1 file changed, 224 deletions(-) |
| 10 | delete mode 100644 ethernet.c | 12 | delete mode 100644 ethernet.c |
diff --git a/meta-oe/recipes-extended/redis/redis-7.0.11/hiredis-use-default-CC-if-it-is-set.patch b/meta-oe/recipes-extended/redis/redis-7.0.11/hiredis-use-default-CC-if-it-is-set.patch index 657b0923e2..250fdd0ff4 100644 --- a/meta-oe/recipes-extended/redis/redis-7.0.11/hiredis-use-default-CC-if-it-is-set.patch +++ b/meta-oe/recipes-extended/redis/redis-7.0.11/hiredis-use-default-CC-if-it-is-set.patch | |||
| @@ -18,6 +18,8 @@ Reworked for 6.0.4 | |||
| 18 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | 18 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> |
| 19 | 19 | ||
| 20 | --- | 20 | --- |
| 21 | Upstream-Status: Pending | ||
| 22 | |||
| 21 | deps/hiredis/Makefile | 2 -- | 23 | deps/hiredis/Makefile | 2 -- |
| 22 | 1 file changed, 2 deletions(-) | 24 | 1 file changed, 2 deletions(-) |
| 23 | 25 | ||
diff --git a/meta-oe/recipes-extended/redis/redis-7.0.11/lua-update-Makefile-to-use-environment-build-setting.patch b/meta-oe/recipes-extended/redis/redis-7.0.11/lua-update-Makefile-to-use-environment-build-setting.patch index c6c6fde162..bff07535de 100644 --- a/meta-oe/recipes-extended/redis/redis-7.0.11/lua-update-Makefile-to-use-environment-build-setting.patch +++ b/meta-oe/recipes-extended/redis/redis-7.0.11/lua-update-Makefile-to-use-environment-build-setting.patch | |||
| @@ -16,6 +16,8 @@ updated to work wtih 6.2.1 | |||
| 16 | Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> | 16 | Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> |
| 17 | 17 | ||
| 18 | --- | 18 | --- |
| 19 | Upstream-Status: Pending | ||
| 20 | |||
| 19 | deps/Makefile | 1 - | 21 | deps/Makefile | 1 - |
| 20 | deps/lua/Makefile | 1 - | 22 | deps/lua/Makefile | 1 - |
| 21 | deps/lua/src/Makefile | 16 ++++++---------- | 23 | deps/lua/src/Makefile | 16 ++++++---------- |
diff --git a/meta-oe/recipes-extended/redis/redis-7.0.11/oe-use-libc-malloc.patch b/meta-oe/recipes-extended/redis/redis-7.0.11/oe-use-libc-malloc.patch index bf6d0cf3c1..bf05fc4c50 100644 --- a/meta-oe/recipes-extended/redis/redis-7.0.11/oe-use-libc-malloc.patch +++ b/meta-oe/recipes-extended/redis/redis-7.0.11/oe-use-libc-malloc.patch | |||
| @@ -15,6 +15,8 @@ Update to work with 4.0.8 | |||
| 15 | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> | 15 | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> |
| 16 | 16 | ||
| 17 | --- | 17 | --- |
| 18 | Upstream-Status: Pending | ||
| 19 | |||
| 18 | src/Makefile | 3 ++- | 20 | src/Makefile | 3 ++- |
| 19 | 1 file changed, 2 insertions(+), 1 deletion(-) | 21 | 1 file changed, 2 insertions(+), 1 deletion(-) |
| 20 | 22 | ||
diff --git a/meta-oe/recipes-extended/redis/redis/hiredis-use-default-CC-if-it-is-set.patch b/meta-oe/recipes-extended/redis/redis/hiredis-use-default-CC-if-it-is-set.patch index 878cd36973..d2a1b45e66 100644 --- a/meta-oe/recipes-extended/redis/redis/hiredis-use-default-CC-if-it-is-set.patch +++ b/meta-oe/recipes-extended/redis/redis/hiredis-use-default-CC-if-it-is-set.patch | |||
| @@ -14,6 +14,8 @@ Signed-off-by: Alistair Francis <alistair.francis@wdc.com> | |||
| 14 | Reworked for 6.0.4 | 14 | Reworked for 6.0.4 |
| 15 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | 15 | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> |
| 16 | --- | 16 | --- |
| 17 | Upstream-Status: Pending | ||
| 18 | |||
| 17 | deps/hiredis/Makefile | 2 -- | 19 | deps/hiredis/Makefile | 2 -- |
| 18 | 1 file changed, 2 deletions(-) | 20 | 1 file changed, 2 deletions(-) |
| 19 | 21 | ||
diff --git a/meta-oe/recipes-extended/redis/redis/lua-update-Makefile-to-use-environment-build-setting.patch b/meta-oe/recipes-extended/redis/redis/lua-update-Makefile-to-use-environment-build-setting.patch index 1619e9db35..aade7afd06 100644 --- a/meta-oe/recipes-extended/redis/redis/lua-update-Makefile-to-use-environment-build-setting.patch +++ b/meta-oe/recipes-extended/redis/redis/lua-update-Makefile-to-use-environment-build-setting.patch | |||
| @@ -15,6 +15,8 @@ Signed-off-by: Armin Kuster <akust808@gmail.com> | |||
| 15 | updated to work wtih 6.2.1 | 15 | updated to work wtih 6.2.1 |
| 16 | Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> | 16 | Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> |
| 17 | --- | 17 | --- |
| 18 | Upstream-Status: Pending | ||
| 19 | |||
| 18 | deps/Makefile | 1 - | 20 | deps/Makefile | 1 - |
| 19 | deps/lua/Makefile | 1 - | 21 | deps/lua/Makefile | 1 - |
| 20 | deps/lua/src/Makefile | 16 ++++++---------- | 22 | deps/lua/src/Makefile | 16 ++++++---------- |
diff --git a/meta-oe/recipes-extended/redis/redis/oe-use-libc-malloc.patch b/meta-oe/recipes-extended/redis/redis/oe-use-libc-malloc.patch index a0f66b845e..e76bdbc263 100644 --- a/meta-oe/recipes-extended/redis/redis/oe-use-libc-malloc.patch +++ b/meta-oe/recipes-extended/redis/redis/oe-use-libc-malloc.patch | |||
| @@ -15,6 +15,8 @@ Update to work with 4.0.8 | |||
| 15 | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> | 15 | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> |
| 16 | 16 | ||
| 17 | --- | 17 | --- |
| 18 | Upstream-Status: Pending | ||
| 19 | |||
| 18 | src/Makefile | 3 ++- | 20 | src/Makefile | 3 ++- |
| 19 | 1 file changed, 2 insertions(+), 1 deletion(-) | 21 | 1 file changed, 2 insertions(+), 1 deletion(-) |
| 20 | 22 | ||
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/0001-include-stdint.h-system-header-for-UINT16_MAX.patch b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/0001-include-stdint.h-system-header-for-UINT16_MAX.patch index c2111a2c10..1c93d42f3c 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/0001-include-stdint.h-system-header-for-UINT16_MAX.patch +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/0001-include-stdint.h-system-header-for-UINT16_MAX.patch | |||
| @@ -9,6 +9,8 @@ error: 'UINT16_MAX' undeclared (first use in this function) | |||
| 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 | interopServerProvider.c | 1 + | 14 | interopServerProvider.c | 1 + |
| 13 | 1 file changed, 1 insertion(+) | 15 | 1 file changed, 1 insertion(+) |
| 14 | 16 | ||
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.15-fix-provider-debugging.patch b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.15-fix-provider-debugging.patch index 4fbecaa63f..f21b3b9a5b 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.15-fix-provider-debugging.patch +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.15-fix-provider-debugging.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -up sblim-sfcb-1.4.5/providerDrv.c.orig sblim-sfcb-1.4.5/providerDrv.c | 3 | diff -up sblim-sfcb-1.4.5/providerDrv.c.orig sblim-sfcb-1.4.5/providerDrv.c |
| 2 | --- sblim-sfcb-1.4.5/providerDrv.c.orig 2013-09-04 12:59:22.140813239 +0200 | 4 | --- sblim-sfcb-1.4.5/providerDrv.c.orig 2013-09-04 12:59:22.140813239 +0200 |
| 3 | +++ sblim-sfcb-1.4.5/providerDrv.c 2013-09-04 12:59:40.511870274 +0200 | 5 | +++ sblim-sfcb-1.4.5/providerDrv.c 2013-09-04 12:59:40.511870274 +0200 |
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.16-maxMsgLen.patch b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.16-maxMsgLen.patch index a0dd81653d..941b522b17 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.16-maxMsgLen.patch +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.16-maxMsgLen.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -up sblim-sfcb-1.3.16/sfcb.cfg.pre.in.old sblim-sfcb-1.3.16/sfcb.cfg.pre.in | 3 | diff -up sblim-sfcb-1.3.16/sfcb.cfg.pre.in.old sblim-sfcb-1.3.16/sfcb.cfg.pre.in |
| 2 | --- sblim-sfcb-1.3.16/sfcb.cfg.pre.in.old 2012-06-13 23:21:09.000000000 +0200 | 4 | --- sblim-sfcb-1.3.16/sfcb.cfg.pre.in.old 2012-06-13 23:21:09.000000000 +0200 |
| 3 | +++ sblim-sfcb-1.3.16/sfcb.cfg.pre.in 2013-06-24 15:34:38.881992781 +0200 | 5 | +++ sblim-sfcb-1.3.16/sfcb.cfg.pre.in 2013-06-24 15:34:38.881992781 +0200 |
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.16-multilib-man-cfg.patch b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.16-multilib-man-cfg.patch index c8cece2c20..a175d1b063 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.16-multilib-man-cfg.patch +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.16-multilib-man-cfg.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -up sblim-sfcb-1.3.16/man/sfcbd.1.pre.in.orig sblim-sfcb-1.3.16/man/sfcbd.1.pre.in | 3 | diff -up sblim-sfcb-1.3.16/man/sfcbd.1.pre.in.orig sblim-sfcb-1.3.16/man/sfcbd.1.pre.in |
| 2 | --- sblim-sfcb-1.3.16/man/sfcbd.1.pre.in.orig 2014-02-26 14:05:32.213091734 +0100 | 4 | --- sblim-sfcb-1.3.16/man/sfcbd.1.pre.in.orig 2014-02-26 14:05:32.213091734 +0100 |
| 3 | +++ sblim-sfcb-1.3.16/man/sfcbd.1.pre.in 2014-02-26 15:10:54.476196379 +0100 | 5 | +++ sblim-sfcb-1.3.16/man/sfcbd.1.pre.in 2014-02-26 15:10:54.476196379 +0100 |
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch index 7f95a9da3f..83d4bbcd1e 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.3.9-sfcbrepos-schema-location.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -up sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in.orig sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in | 3 | diff -up sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in.orig sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in |
| 2 | --- sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in.orig 2009-10-13 21:54:13.000000000 +0200 | 4 | --- sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in.orig 2009-10-13 21:54:13.000000000 +0200 |
| 3 | +++ sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in 2010-09-06 14:01:57.294564062 +0200 | 5 | +++ sblim-sfcb-1.3.9/man/sfcbrepos.1.pre.in 2010-09-06 14:01:57.294564062 +0200 |
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.5-service.patch b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.5-service.patch index eaccfa594c..08b9a1403b 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.5-service.patch +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.5-service.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -up sblim-sfcb-1.4.6/Makefile.in.orig sblim-sfcb-1.4.6/Makefile.in | 3 | diff -up sblim-sfcb-1.4.6/Makefile.in.orig sblim-sfcb-1.4.6/Makefile.in |
| 2 | --- sblim-sfcb-1.4.6/Makefile.in.orig 2013-10-07 10:43:34.783228137 +0200 | 4 | --- sblim-sfcb-1.4.6/Makefile.in.orig 2013-10-07 10:43:34.783228137 +0200 |
| 3 | +++ sblim-sfcb-1.4.6/Makefile.in 2013-10-07 10:44:30.178533289 +0200 | 5 | +++ sblim-sfcb-1.4.6/Makefile.in 2013-10-07 10:44:30.178533289 +0200 |
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.8-default-ecdh-curve-name.patch b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.8-default-ecdh-curve-name.patch index 3268d49f43..f11cf925f5 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.8-default-ecdh-curve-name.patch +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.8-default-ecdh-curve-name.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -up sblim-sfcb-1.4.8/control.c.orig sblim-sfcb-1.4.8/control.c | 3 | diff -up sblim-sfcb-1.4.8/control.c.orig sblim-sfcb-1.4.8/control.c |
| 2 | --- sblim-sfcb-1.4.8/control.c.orig 2014-03-27 00:46:28.000000000 +0100 | 4 | --- sblim-sfcb-1.4.8/control.c.orig 2014-03-27 00:46:28.000000000 +0100 |
| 3 | +++ sblim-sfcb-1.4.8/control.c 2014-05-15 12:31:38.304169409 +0200 | 5 | +++ sblim-sfcb-1.4.8/control.c 2014-05-15 12:31:38.304169409 +0200 |
diff --git a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.9-fix-ftbfs.patch b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.9-fix-ftbfs.patch index 9548b3c063..fd2d076b85 100644 --- a/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.9-fix-ftbfs.patch +++ b/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/sblim-sfcb-1.4.9-fix-ftbfs.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | diff -up sblim-sfcb-1.4.9/control.c.orig sblim-sfcb-1.4.9/control.c | 3 | diff -up sblim-sfcb-1.4.9/control.c.orig sblim-sfcb-1.4.9/control.c |
| 2 | --- sblim-sfcb-1.4.9/control.c.orig 2015-07-13 15:06:21.331660336 +0200 | 4 | --- sblim-sfcb-1.4.9/control.c.orig 2015-07-13 15:06:21.331660336 +0200 |
| 3 | +++ sblim-sfcb-1.4.9/control.c 2015-07-13 15:08:38.031308917 +0200 | 5 | +++ sblim-sfcb-1.4.9/control.c 2015-07-13 15:08:38.031308917 +0200 |
diff --git a/meta-oe/recipes-extended/scsirastools/scsirastools/mdadm.patch b/meta-oe/recipes-extended/scsirastools/scsirastools/mdadm.patch index 6edda08cdf..3dc9d4766c 100644 --- a/meta-oe/recipes-extended/scsirastools/scsirastools/mdadm.patch +++ b/meta-oe/recipes-extended/scsirastools/scsirastools/mdadm.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | --- mdadm.d/mdadm-1.3.0/mdadm.h.org 2017-06-20 00:35:55.366978372 -0700 | 3 | --- mdadm.d/mdadm-1.3.0/mdadm.h.org 2017-06-20 00:35:55.366978372 -0700 |
| 2 | +++ mdadm.d/mdadm-1.3.0/mdadm.h 2017-06-20 00:36:41.244363348 -0700 | 4 | +++ mdadm.d/mdadm-1.3.0/mdadm.h 2017-06-20 00:36:41.244363348 -0700 |
| 3 | @@ -29,8 +29,9 @@ | 5 | @@ -29,8 +29,9 @@ |
diff --git a/meta-oe/recipes-extended/scsirastools/scsirastools/print-format.patch b/meta-oe/recipes-extended/scsirastools/scsirastools/print-format.patch index ac81780582..4494ae1eef 100644 --- a/meta-oe/recipes-extended/scsirastools/scsirastools/print-format.patch +++ b/meta-oe/recipes-extended/scsirastools/scsirastools/print-format.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Index: scsirastools-1.6.6/src/sgcommon.c | 3 | Index: scsirastools-1.6.6/src/sgcommon.c |
| 2 | =================================================================== | 4 | =================================================================== |
| 3 | --- scsirastools-1.6.6.orig/src/sgcommon.c | 5 | --- scsirastools-1.6.6.orig/src/sgcommon.c |
diff --git a/meta-oe/recipes-extended/sedutil/files/0001-Fix-build-on-big-endian-architectures.patch b/meta-oe/recipes-extended/sedutil/files/0001-Fix-build-on-big-endian-architectures.patch index 7351197e4f..0b78d238bb 100644 --- a/meta-oe/recipes-extended/sedutil/files/0001-Fix-build-on-big-endian-architectures.patch +++ b/meta-oe/recipes-extended/sedutil/files/0001-Fix-build-on-big-endian-architectures.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH] Fix build on big endian architectures | |||
| 5 | 5 | ||
| 6 | Signed-off-by: Primoz Fiser <primoz.fiser@norik.com> | 6 | Signed-off-by: Primoz Fiser <primoz.fiser@norik.com> |
| 7 | --- | 7 | --- |
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 8 | Common/DtaEndianFixup.h | 13 +++++++------ | 10 | Common/DtaEndianFixup.h | 13 +++++++------ |
| 9 | 1 file changed, 7 insertions(+), 6 deletions(-) | 11 | 1 file changed, 7 insertions(+), 6 deletions(-) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-extended/sgpio/sgpio/0001-makefile-Add-LDFLAGS-to-linking-rule.patch b/meta-oe/recipes-extended/sgpio/sgpio/0001-makefile-Add-LDFLAGS-to-linking-rule.patch index 87fdd6058a..895916ceab 100644 --- a/meta-oe/recipes-extended/sgpio/sgpio/0001-makefile-Add-LDFLAGS-to-linking-rule.patch +++ b/meta-oe/recipes-extended/sgpio/sgpio/0001-makefile-Add-LDFLAGS-to-linking-rule.patch | |||
| @@ -8,6 +8,8 @@ No GNU_HASH in the elf binary | |||
| 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 | Makefile | 2 +- | 13 | Makefile | 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-extended/tipcutils/tipcutils/0001-include-sys-select.h-for-FD_-definitions.patch b/meta-oe/recipes-extended/tipcutils/tipcutils/0001-include-sys-select.h-for-FD_-definitions.patch index 6c8ba9074a..9f0604892d 100644 --- a/meta-oe/recipes-extended/tipcutils/tipcutils/0001-include-sys-select.h-for-FD_-definitions.patch +++ b/meta-oe/recipes-extended/tipcutils/tipcutils/0001-include-sys-select.h-for-FD_-definitions.patch | |||
| @@ -5,6 +5,8 @@ Subject: [PATCH 1/2] include sys/select.h for FD_* definitions | |||
| 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 | demos/inventory_sim/inventory_sim.c | 1 + | 10 | demos/inventory_sim/inventory_sim.c | 1 + |
| 9 | 1 file changed, 1 insertion(+) | 11 | 1 file changed, 1 insertion(+) |
| 10 | 12 | ||
diff --git a/meta-oe/recipes-extended/tipcutils/tipcutils/0002-replace-non-standard-uint-with-unsigned-int.patch b/meta-oe/recipes-extended/tipcutils/tipcutils/0002-replace-non-standard-uint-with-unsigned-int.patch index 03e711e9a4..89eae015c6 100644 --- a/meta-oe/recipes-extended/tipcutils/tipcutils/0002-replace-non-standard-uint-with-unsigned-int.patch +++ b/meta-oe/recipes-extended/tipcutils/tipcutils/0002-replace-non-standard-uint-with-unsigned-int.patch | |||
| @@ -7,6 +7,8 @@ make it portable on musl | |||
| 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 | demos/benchmark/client_tipc.c | 34 +++++++++++++++++----------------- | 12 | demos/benchmark/client_tipc.c | 34 +++++++++++++++++----------------- |
| 11 | demos/benchmark/common_tipc.h | 2 +- | 13 | demos/benchmark/common_tipc.h | 2 +- |
| 12 | demos/benchmark/server_tipc.c | 10 +++++----- | 14 | demos/benchmark/server_tipc.c | 10 +++++----- |
diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/0001-include-required-system-header-files-for-fd_set-and-.patch b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/0001-include-required-system-header-files-for-fd_set-and-.patch index 38e945d64d..02aca7da45 100644 --- a/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/0001-include-required-system-header-files-for-fd_set-and-.patch +++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/0001-include-required-system-header-files-for-fd_set-and-.patch | |||
| @@ -8,6 +8,8 @@ makedev macro is defined in sys/sysmacros.h | |||
| 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 | uml_net/ethertap.c | 1 + | 13 | uml_net/ethertap.c | 1 + |
| 12 | uml_net/host.c | 1 + | 14 | uml_net/host.c | 1 + |
| 13 | 2 files changed, 2 insertions(+) | 15 | 2 files changed, 2 insertions(+) |
diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch index f4a175cdfd..a66d7d5906 100644 --- a/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch +++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/fix-ldflags.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | 3 | ||
| 2 | # | 4 | # |
| 3 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher | 5 | # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher |
diff --git a/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/unstrip.patch b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/unstrip.patch index 868001dbd5..b6fce00986 100644 --- a/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/unstrip.patch +++ b/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/unstrip.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | Dont strip during install let the packaging handle it | 3 | Dont strip during install let the packaging handle it |
| 2 | 4 | ||
| 3 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 5 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
diff --git a/meta-oe/recipes-extended/upm/upm/0001-CMakeLists.txt-Use-SWIG_SUPPORT_FILES-to-find-the-li.patch b/meta-oe/recipes-extended/upm/upm/0001-CMakeLists.txt-Use-SWIG_SUPPORT_FILES-to-find-the-li.patch index 4b9a195e02..8c3b148369 100644 --- a/meta-oe/recipes-extended/upm/upm/0001-CMakeLists.txt-Use-SWIG_SUPPORT_FILES-to-find-the-li.patch +++ b/meta-oe/recipes-extended/upm/upm/0001-CMakeLists.txt-Use-SWIG_SUPPORT_FILES-to-find-the-li.patch | |||
| @@ -10,6 +10,8 @@ cmake version 3.12 or higher | |||
| 10 | 10 | ||
| 11 | Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 11 | Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> |
| 12 | --- | 12 | --- |
| 13 | Upstream-Status: Pending | ||
| 14 | |||
| 13 | src/CMakeLists.txt | 8 +++++++- | 15 | src/CMakeLists.txt | 8 +++++++- |
| 14 | 1 file changed, 7 insertions(+), 1 deletion(-) | 16 | 1 file changed, 7 insertions(+), 1 deletion(-) |
| 15 | 17 | ||
diff --git a/meta-oe/recipes-extended/wxwidgets/wxwidgets/musl-locale-l.patch b/meta-oe/recipes-extended/wxwidgets/wxwidgets/musl-locale-l.patch index f83d2d4458..e4ca6579f8 100644 --- a/meta-oe/recipes-extended/wxwidgets/wxwidgets/musl-locale-l.patch +++ b/meta-oe/recipes-extended/wxwidgets/wxwidgets/musl-locale-l.patch | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 1 | these macro'd away functions don't exist in musl (yet) | 3 | these macro'd away functions don't exist in musl (yet) |
| 2 | diff --git a/include/wx/xlocale.h b/include/wx/xlocale.h | 4 | diff --git a/include/wx/xlocale.h b/include/wx/xlocale.h |
| 3 | index c433d25..3ab9d84 100644 | 5 | index c433d25..3ab9d84 100644 |
