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-support | |
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-support')
100 files changed, 200 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/anthy/anthy/2ch_t.patch b/meta-oe/recipes-support/anthy/anthy/2ch_t.patch index bf9bdb63d7..a0d3f9c25e 100644 --- a/meta-oe/recipes-support/anthy/anthy/2ch_t.patch +++ b/meta-oe/recipes-support/anthy/anthy/2ch_t.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | source: shamelessly stolen from debian ;-) | 3 | source: shamelessly stolen from debian ;-) |
2 | purpose: add some entries particularly useful in Japanese 2channel anonymous website | 4 | purpose: add some entries particularly useful in Japanese 2channel anonymous website |
3 | (at least that is my understanding ;-)) | 5 | (at least that is my understanding ;-)) |
diff --git a/meta-oe/recipes-support/anthy/anthy/native-helpers.patch b/meta-oe/recipes-support/anthy/anthy/native-helpers.patch index 47ce007b7f..0b2df01aba 100644 --- a/meta-oe/recipes-support/anthy/anthy/native-helpers.patch +++ b/meta-oe/recipes-support/anthy/anthy/native-helpers.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | upstream: not applicable | 3 | upstream: not applicable |
2 | author: pH5 | 4 | author: pH5 |
3 | comment: Stage the native anthy helpers mkfiledic, mkdepgraph, mkworddic, | 5 | comment: Stage the native anthy helpers mkfiledic, mkdepgraph, mkworddic, |
diff --git a/meta-oe/recipes-support/anthy/anthy/not_build_elc.patch b/meta-oe/recipes-support/anthy/anthy/not_build_elc.patch index 1c5c494003..bedb5e0498 100644 --- a/meta-oe/recipes-support/anthy/anthy/not_build_elc.patch +++ b/meta-oe/recipes-support/anthy/anthy/not_build_elc.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | upstream: not applicable | 3 | upstream: not applicable |
2 | source: stolen from debian | 4 | source: stolen from debian |
3 | 5 | ||
diff --git a/meta-oe/recipes-support/anthy/anthy/target-helpers.patch b/meta-oe/recipes-support/anthy/anthy/target-helpers.patch index d22c3562a5..fc5c72c051 100644 --- a/meta-oe/recipes-support/anthy/anthy/target-helpers.patch +++ b/meta-oe/recipes-support/anthy/anthy/target-helpers.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | diff -Nurp anthy-9100h.org/calctrans/Makefile.am anthy-9100h/calctrans/Makefile.am | 3 | diff -Nurp anthy-9100h.org/calctrans/Makefile.am anthy-9100h/calctrans/Makefile.am |
2 | --- anthy-9100h.org/calctrans/Makefile.am 2007-10-27 23:02:59.000000000 +0900 | 4 | --- anthy-9100h.org/calctrans/Makefile.am 2007-10-27 23:02:59.000000000 +0900 |
3 | +++ anthy-9100h/calctrans/Makefile.am 2014-11-11 17:14:42.152999991 +0900 | 5 | +++ anthy-9100h/calctrans/Makefile.am 2014-11-11 17:14:42.152999991 +0900 |
diff --git a/meta-oe/recipes-support/canonical-multitouch/geis/0001-libgeis-Compare-the-first-character-of-string-to-nul.patch b/meta-oe/recipes-support/canonical-multitouch/geis/0001-libgeis-Compare-the-first-character-of-string-to-nul.patch index 3b3acab245..4a9d25f326 100644 --- a/meta-oe/recipes-support/canonical-multitouch/geis/0001-libgeis-Compare-the-first-character-of-string-to-nul.patch +++ b/meta-oe/recipes-support/canonical-multitouch/geis/0001-libgeis-Compare-the-first-character-of-string-to-nul.patch | |||
@@ -13,6 +13,8 @@ fixes | |||
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 | libgeis/geis_v1.c | 4 ++-- | 18 | libgeis/geis_v1.c | 4 ++-- |
17 | 1 file changed, 2 insertions(+), 2 deletions(-) | 19 | 1 file changed, 2 insertions(+), 2 deletions(-) |
18 | 20 | ||
diff --git a/meta-oe/recipes-support/canonical-multitouch/geis/fix-indentation-for-gcc6.patch b/meta-oe/recipes-support/canonical-multitouch/geis/fix-indentation-for-gcc6.patch index 389e1b3fd7..7f55ed9eaf 100644 --- a/meta-oe/recipes-support/canonical-multitouch/geis/fix-indentation-for-gcc6.patch +++ b/meta-oe/recipes-support/canonical-multitouch/geis/fix-indentation-for-gcc6.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- geis-2.2.17/libgeis/geis_subscription.c.orig 2016-06-17 12:04:21.062938443 -0400 | 3 | --- geis-2.2.17/libgeis/geis_subscription.c.orig 2016-06-17 12:04:21.062938443 -0400 |
2 | +++ geis-2.2.17/libgeis/geis_subscription.c 2016-06-17 12:05:02.934939172 -0400 | 4 | +++ geis-2.2.17/libgeis/geis_subscription.c 2016-06-17 12:05:02.934939172 -0400 |
3 | @@ -237,9 +237,10 @@ | 5 | @@ -237,9 +237,10 @@ |
diff --git a/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch b/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch index 586ff18c32..46d30e8c16 100644 --- a/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch +++ b/meta-oe/recipes-support/ccid/ccid/0001-Add-build-rule-for-README.patch | |||
@@ -5,6 +5,8 @@ Makefile.am: required file `./README' not found | |||
5 | 5 | ||
6 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 6 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | Makefile.am | 1 + | 10 | Makefile.am | 1 + |
9 | 1 file changed, 1 insertion(+) | 11 | 1 file changed, 1 insertion(+) |
10 | 12 | ||
diff --git a/meta-oe/recipes-support/cpprest/cpprest/disable-float-tests.patch b/meta-oe/recipes-support/cpprest/cpprest/disable-float-tests.patch index 3ff7f0dd31..b956db22fd 100644 --- a/meta-oe/recipes-support/cpprest/cpprest/disable-float-tests.patch +++ b/meta-oe/recipes-support/cpprest/cpprest/disable-float-tests.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Description: new toolchain might have increased the float precision | 3 | Description: new toolchain might have increased the float precision |
2 | Author: Gianfranco Costamagna <locutusofborg@debian.org> | 4 | Author: Gianfranco Costamagna <locutusofborg@debian.org> |
3 | Last-Update: 2017-10-28 | 5 | Last-Update: 2017-10-28 |
diff --git a/meta-oe/recipes-support/cpprest/cpprest/disable-outside-tests.patch b/meta-oe/recipes-support/cpprest/cpprest/disable-outside-tests.patch index 5f1f8a9f9c..961eaf7646 100644 --- a/meta-oe/recipes-support/cpprest/cpprest/disable-outside-tests.patch +++ b/meta-oe/recipes-support/cpprest/cpprest/disable-outside-tests.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Description: Debian forbids calls to external websites. | 3 | Description: Debian forbids calls to external websites. |
2 | 4 | ||
3 | Author: Gianfranco Costamagna <locutus@debian.org> | 5 | Author: Gianfranco Costamagna <locutus@debian.org> |
diff --git a/meta-oe/recipes-support/daemontools/daemontools/0001-daemontools-Fix-QA-Issue.patch b/meta-oe/recipes-support/daemontools/daemontools/0001-daemontools-Fix-QA-Issue.patch index 30e37cb1d3..139ff30f2e 100644 --- a/meta-oe/recipes-support/daemontools/daemontools/0001-daemontools-Fix-QA-Issue.patch +++ b/meta-oe/recipes-support/daemontools/daemontools/0001-daemontools-Fix-QA-Issue.patch | |||
@@ -9,6 +9,8 @@ ERROR: daemontools-0.76-r0 do_package_qa: QA Issue: No GNU_HASH in the elf binar | |||
9 | 9 | ||
10 | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> | 10 | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> |
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | src/conf-ld | 2 +- | 14 | src/conf-ld | 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-support/daemontools/daemontools/0001-error.h-include-errno.h-instead-of-extern-int.diff b/meta-oe/recipes-support/daemontools/daemontools/0001-error.h-include-errno.h-instead-of-extern-int.diff index ce1959782a..b5eb7d8b1a 100644 --- a/meta-oe/recipes-support/daemontools/daemontools/0001-error.h-include-errno.h-instead-of-extern-int.diff +++ b/meta-oe/recipes-support/daemontools/daemontools/0001-error.h-include-errno.h-instead-of-extern-int.diff | |||
@@ -4,6 +4,8 @@ Date: Wed, 12 Dec 2007 13:44:15 +0000 | |||
4 | Subject: [PATCH] error.h: '#include <errno.h>' instead of 'extern int errno;' | 4 | Subject: [PATCH] error.h: '#include <errno.h>' instead of 'extern int errno;' |
5 | 5 | ||
6 | --- | 6 | --- |
7 | Upstream-Status: Pending | ||
8 | |||
7 | daemontools-0.76/src/error.h | 2 +- | 9 | daemontools-0.76/src/error.h | 2 +- |
8 | 1 files changed, 1 insertions(+), 1 deletions(-) | 10 | 1 files changed, 1 insertions(+), 1 deletions(-) |
9 | 11 | ||
diff --git a/meta-oe/recipes-support/daemontools/daemontools/0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff b/meta-oe/recipes-support/daemontools/daemontools/0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff index 73dce90726..16a0148546 100644 --- a/meta-oe/recipes-support/daemontools/daemontools/0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff +++ b/meta-oe/recipes-support/daemontools/daemontools/0002-supervise.c-.-supervise-may-be-a-symlink-if-it-s-da.diff | |||
@@ -4,6 +4,8 @@ Date: Sun, 24 Feb 2008 10:54:26 +0000 | |||
4 | Subject: [PATCH] supervise.c: ./supervise may be a symlink, if it's dangling, create link target | 4 | Subject: [PATCH] supervise.c: ./supervise may be a symlink, if it's dangling, create link target |
5 | 5 | ||
6 | --- | 6 | --- |
7 | Upstream-Status: Pending | ||
8 | |||
7 | daemontools-0.76/src/supervise.c | 17 ++++++++++++++++- | 9 | daemontools-0.76/src/supervise.c | 17 ++++++++++++++++- |
8 | 1 files changed, 16 insertions(+), 1 deletions(-) | 10 | 1 files changed, 16 insertions(+), 1 deletions(-) |
9 | 11 | ||
diff --git a/meta-oe/recipes-support/daemontools/daemontools/cross-compile.patch b/meta-oe/recipes-support/daemontools/daemontools/cross-compile.patch index 9c07d758ae..98d4a5e45b 100644 --- a/meta-oe/recipes-support/daemontools/daemontools/cross-compile.patch +++ b/meta-oe/recipes-support/daemontools/daemontools/cross-compile.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | make sure it can be compiled for cross target | 3 | make sure it can be compiled for cross target |
2 | 4 | ||
3 | 1. never try to compile target binary by native gcc | 5 | 1. never try to compile target binary by native gcc |
diff --git a/meta-oe/recipes-support/daemontools/daemontools/warnings.patch b/meta-oe/recipes-support/daemontools/daemontools/warnings.patch index 2fd18f6f1c..5c9c7114b9 100644 --- a/meta-oe/recipes-support/daemontools/daemontools/warnings.patch +++ b/meta-oe/recipes-support/daemontools/daemontools/warnings.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Fixup misc warnings | 3 | Fixup misc warnings |
2 | 4 | ||
3 | Patch by RiverRat | 5 | Patch by RiverRat |
diff --git a/meta-oe/recipes-support/enca/enca/dont-run-tests.patch b/meta-oe/recipes-support/enca/enca/dont-run-tests.patch index 321d1e6201..1d0170bd73 100644 --- a/meta-oe/recipes-support/enca/enca/dont-run-tests.patch +++ b/meta-oe/recipes-support/enca/enca/dont-run-tests.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Index: enca-1.9/Makefile.am | 3 | Index: enca-1.9/Makefile.am |
2 | =================================================================== | 4 | =================================================================== |
3 | --- enca-1.9.orig/Makefile.am 2005-11-24 11:21:32.000000000 +0100 | 5 | --- enca-1.9.orig/Makefile.am 2005-11-24 11:21:32.000000000 +0100 |
diff --git a/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch b/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch index baf5547642..2112d8cfab 100644 --- a/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch +++ b/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch | |||
@@ -8,6 +8,8 @@ This patch come straight from the Buildroot source tree. | |||
8 | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> | 8 | Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com> |
9 | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> | 9 | Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | m4/libiconv.m4 | 2 +- | 13 | m4/libiconv.m4 | 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-support/enca/enca/makefile-remove-tools.patch b/meta-oe/recipes-support/enca/enca/makefile-remove-tools.patch index 48497d68c8..756745d839 100644 --- a/meta-oe/recipes-support/enca/enca/makefile-remove-tools.patch +++ b/meta-oe/recipes-support/enca/enca/makefile-remove-tools.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- enca-1.19/Makefile.am.orig 2006-06-29 15:34:55.000000000 +0100 | 3 | --- enca-1.19/Makefile.am.orig 2006-06-29 15:34:55.000000000 +0100 |
2 | +++ enca-1.19/Makefile.am 2006-06-29 15:35:20.000000000 +0100 | 4 | +++ enca-1.19/Makefile.am 2006-06-29 15:35:20.000000000 +0100 |
3 | @@ -1,7 +1,7 @@ | 5 | @@ -1,7 +1,7 @@ |
diff --git a/meta-oe/recipes-support/espeak/files/0001-Fix-build-of-shared-library-on-architectures-needing.patch b/meta-oe/recipes-support/espeak/files/0001-Fix-build-of-shared-library-on-architectures-needing.patch index 2590e15841..144c30a62f 100644 --- a/meta-oe/recipes-support/espeak/files/0001-Fix-build-of-shared-library-on-architectures-needing.patch +++ b/meta-oe/recipes-support/espeak/files/0001-Fix-build-of-shared-library-on-architectures-needing.patch | |||
@@ -10,6 +10,8 @@ patch doesn't affect such architectures. | |||
10 | 10 | ||
11 | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 11 | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
12 | --- | 12 | --- |
13 | Upstream-Status: Pending | ||
14 | |||
13 | src/Makefile | 2 +- | 15 | src/Makefile | 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-support/fbset/fbset-2.1/makefile.patch b/meta-oe/recipes-support/fbset/fbset-2.1/makefile.patch index 82b1c61e9c..730bb7a965 100644 --- a/meta-oe/recipes-support/fbset/fbset-2.1/makefile.patch +++ b/meta-oe/recipes-support/fbset/fbset-2.1/makefile.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- fbset-2.1/Makefile.orig 2006-05-28 04:04:27.412095480 +0200 | 3 | --- fbset-2.1/Makefile.orig 2006-05-28 04:04:27.412095480 +0200 |
2 | +++ fbset-2.1/Makefile 2006-05-28 04:14:05.379231120 +0200 | 4 | +++ fbset-2.1/Makefile 2006-05-28 04:14:05.379231120 +0200 |
3 | @@ -2,7 +2,7 @@ | 5 | @@ -2,7 +2,7 @@ |
diff --git a/meta-oe/recipes-support/fftw/fftw/install-bench.patch b/meta-oe/recipes-support/fftw/fftw/install-bench.patch index ef570b19d8..237c1c0c5c 100644 --- a/meta-oe/recipes-support/fftw/fftw/install-bench.patch +++ b/meta-oe/recipes-support/fftw/fftw/install-bench.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- ./tests/Makefile.am.orig 2021-03-23 11:45:12.756371739 -0400 | 3 | --- ./tests/Makefile.am.orig 2021-03-23 11:45:12.756371739 -0400 |
2 | +++ ./tests/Makefile.am 2021-03-23 19:29:19.692180793 -0400 | 4 | +++ ./tests/Makefile.am 2021-03-23 19:29:19.692180793 -0400 |
3 | @@ -1,21 +1,21 @@ | 5 | @@ -1,21 +1,21 @@ |
diff --git a/meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch b/meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch index e6e68a0cb8..d1cbb35479 100644 --- a/meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch +++ b/meta-oe/recipes-support/fltk/fltk/0001-Fl_Preferences.cxx-do-not-use-dlopen-in-case-glibc-s.patch | |||
@@ -18,6 +18,8 @@ Content-Transfer-Encoding: 8bit | |||
18 | 18 | ||
19 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | 19 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> |
20 | --- | 20 | --- |
21 | Upstream-Status: Pending | ||
22 | |||
21 | src/Fl_Preferences.cxx | 2 +- | 23 | src/Fl_Preferences.cxx | 2 +- |
22 | 1 file changed, 1 insertion(+), 1 deletion(-) | 24 | 1 file changed, 1 insertion(+), 1 deletion(-) |
23 | 25 | ||
diff --git a/meta-oe/recipes-support/fltk/fltk/disable_test.patch b/meta-oe/recipes-support/fltk/fltk/disable_test.patch index 1f5fd25e04..fe8be5a652 100644 --- a/meta-oe/recipes-support/fltk/fltk/disable_test.patch +++ b/meta-oe/recipes-support/fltk/fltk/disable_test.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- a/Makefile.orig 2015-11-26 15:35:31.485357862 +0800 | 3 | --- a/Makefile.orig 2015-11-26 15:35:31.485357862 +0800 |
2 | +++ b/Makefile 2015-11-26 15:35:37.037357764 +0800 | 4 | +++ b/Makefile 2015-11-26 15:35:37.037357764 +0800 |
3 | @@ -18,7 +18,7 @@ | 5 | @@ -18,7 +18,7 @@ |
diff --git a/meta-oe/recipes-support/freerdp/freerdp/winpr-makecert-Build-with-install-RPATH.patch b/meta-oe/recipes-support/freerdp/freerdp/winpr-makecert-Build-with-install-RPATH.patch index 0f6f575d02..914f08087b 100644 --- a/meta-oe/recipes-support/freerdp/freerdp/winpr-makecert-Build-with-install-RPATH.patch +++ b/meta-oe/recipes-support/freerdp/freerdp/winpr-makecert-Build-with-install-RPATH.patch | |||
@@ -9,6 +9,8 @@ Update it for 2.0.0. | |||
9 | Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> | 9 | Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh> |
10 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 10 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> |
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | winpr/tools/makecert-cli/CMakeLists.txt | 3 +++ | 14 | winpr/tools/makecert-cli/CMakeLists.txt | 3 +++ |
13 | 1 file changed, 3 insertions(+) | 15 | 1 file changed, 3 insertions(+) |
14 | 16 | ||
diff --git a/meta-oe/recipes-support/gperftools/gperftools/ppc-musl.patch b/meta-oe/recipes-support/gperftools/gperftools/ppc-musl.patch index d06b6af229..3034e20176 100644 --- a/meta-oe/recipes-support/gperftools/gperftools/ppc-musl.patch +++ b/meta-oe/recipes-support/gperftools/gperftools/ppc-musl.patch | |||
@@ -4,6 +4,8 @@ Date: Sat, 13 Mar 2021 00:42:25 -0800 | |||
4 | Subject: [PATCH] Compatibility fixes for musl. | 4 | Subject: [PATCH] Compatibility fixes for musl. |
5 | 5 | ||
6 | --- | 6 | --- |
7 | Upstream-Status: Pending | ||
8 | |||
7 | m4/pc_from_ucontext.m4 | 4 +++- | 9 | m4/pc_from_ucontext.m4 | 4 +++- |
8 | src/getpc.h | 3 +++ | 10 | src/getpc.h | 3 +++ |
9 | src/stacktrace_powerpc-linux-inl.h | 8 ++++++-- | 11 | src/stacktrace_powerpc-linux-inl.h | 8 ++++++-- |
diff --git a/meta-oe/recipes-support/gradm/gradm/0001-Makefile-Append-instead-of-overriding-LDFLAGS.patch b/meta-oe/recipes-support/gradm/gradm/0001-Makefile-Append-instead-of-overriding-LDFLAGS.patch index 09a60127a4..5ef39ea33d 100644 --- a/meta-oe/recipes-support/gradm/gradm/0001-Makefile-Append-instead-of-overriding-LDFLAGS.patch +++ b/meta-oe/recipes-support/gradm/gradm/0001-Makefile-Append-instead-of-overriding-LDFLAGS.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] Makefile: Append instead of overriding LDFLAGS | |||
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 | 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-support/gsoap/gsoap/0001-Simplify-check-for-gethostbyname_r.patch b/meta-oe/recipes-support/gsoap/gsoap/0001-Simplify-check-for-gethostbyname_r.patch index 3d12f733f0..6ae02deb24 100644 --- a/meta-oe/recipes-support/gsoap/gsoap/0001-Simplify-check-for-gethostbyname_r.patch +++ b/meta-oe/recipes-support/gsoap/gsoap/0001-Simplify-check-for-gethostbyname_r.patch | |||
@@ -9,6 +9,8 @@ Imported from Alpine: https://git.alpinelinux.org/aports/tree/community/gsoap/mu | |||
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 | gsoap/stdsoap2.c | 6 ++---- | 14 | gsoap/stdsoap2.c | 6 ++---- |
13 | gsoap/stdsoap2.cpp | 10 ++-------- | 15 | gsoap/stdsoap2.cpp | 10 ++-------- |
14 | 2 files changed, 4 insertions(+), 12 deletions(-) | 16 | 2 files changed, 4 insertions(+), 12 deletions(-) |
diff --git a/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp-0.3-beta15-autodetect-717479.patch b/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp-0.3-beta15-autodetect-717479.patch index 1ec6a61b31..1a541e32fd 100644 --- a/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp-0.3-beta15-autodetect-717479.patch +++ b/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp-0.3-beta15-autodetect-717479.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Auto-detect disks if none specified | 3 | Auto-detect disks if none specified |
2 | 4 | ||
3 | Refer to: | 5 | Refer to: |
diff --git a/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp-no-nls-support.patch b/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp-no-nls-support.patch index 8f6b9c3c4b..78de64c99d 100644 --- a/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp-no-nls-support.patch +++ b/meta-oe/recipes-support/hddtemp/hddtemp/hddtemp-no-nls-support.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | diff -ru hddtemp-0.3-beta15.orig/configure.in hddtemp-0.3-beta15/configure.in | 3 | diff -ru hddtemp-0.3-beta15.orig/configure.in hddtemp-0.3-beta15/configure.in |
2 | --- hddtemp-0.3-beta15.orig/configure.in 2005-10-17 20:14:19.000000000 +0100 | 4 | --- hddtemp-0.3-beta15.orig/configure.in 2005-10-17 20:14:19.000000000 +0100 |
3 | +++ hddtemp-0.3-beta15/configure.in 2008-06-27 00:00:46.000000000 +0100 | 5 | +++ hddtemp-0.3-beta15/configure.in 2008-06-27 00:00:46.000000000 +0100 |
diff --git a/meta-oe/recipes-support/iniparser/iniparser/Add-CMake-support.patch b/meta-oe/recipes-support/iniparser/iniparser/Add-CMake-support.patch index b666f00f70..46c1b0f7ac 100644 --- a/meta-oe/recipes-support/iniparser/iniparser/Add-CMake-support.patch +++ b/meta-oe/recipes-support/iniparser/iniparser/Add-CMake-support.patch | |||
@@ -4,6 +4,8 @@ Date: Thu, 13 Feb 2014 07:03:26 -0500 | |||
4 | Subject: Add CMake support. | 4 | Subject: Add CMake support. |
5 | 5 | ||
6 | --- | 6 | --- |
7 | Upstream-Status: Pending | ||
8 | |||
7 | CMakeLists.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ | 9 | CMakeLists.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ |
8 | 1 file changed, 44 insertions(+) | 10 | 1 file changed, 44 insertions(+) |
9 | create mode 100644 CMakeLists.txt | 11 | create mode 100644 CMakeLists.txt |
diff --git a/meta-oe/recipes-support/libcanberra/files/0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch b/meta-oe/recipes-support/libcanberra/files/0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch index 4e0984f364..89f31f7946 100644 --- a/meta-oe/recipes-support/libcanberra/files/0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch +++ b/meta-oe/recipes-support/libcanberra/files/0001-build-gtk-and-gtk3-version-for-canberra_gtk_play.patch | |||
@@ -8,6 +8,8 @@ Content-Transfer-Encoding: 8bit | |||
8 | 8 | ||
9 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | 9 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | src/Makefile.am | 25 +++++++++++++++---------- | 13 | src/Makefile.am | 25 +++++++++++++++---------- |
12 | 1 files changed, 15 insertions(+), 10 deletions(-) | 14 | 1 files changed, 15 insertions(+), 10 deletions(-) |
13 | 15 | ||
diff --git a/meta-oe/recipes-support/libcanberra/files/0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch b/meta-oe/recipes-support/libcanberra/files/0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch index ba6fa2c643..1e45441ff9 100644 --- a/meta-oe/recipes-support/libcanberra/files/0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch +++ b/meta-oe/recipes-support/libcanberra/files/0001-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] gtk: Don't assume all GdkDisplays are GdkX11Displays: | |||
5 | broadway/wayland | 5 | broadway/wayland |
6 | 6 | ||
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | src/canberra-gtk-module.c | 15 +++++++++++++++ | 10 | src/canberra-gtk-module.c | 15 +++++++++++++++ |
9 | src/canberra-gtk.c | 5 +++++ | 11 | src/canberra-gtk.c | 5 +++++ |
10 | 2 files changed, 20 insertions(+) | 12 | 2 files changed, 20 insertions(+) |
diff --git a/meta-oe/recipes-support/libmimetic/libmimetic/0001-libmimetic-Removing-test-directory-from-the-Makefile.patch b/meta-oe/recipes-support/libmimetic/libmimetic/0001-libmimetic-Removing-test-directory-from-the-Makefile.patch index 50cd4d4270..717e3f1f8b 100644 --- a/meta-oe/recipes-support/libmimetic/libmimetic/0001-libmimetic-Removing-test-directory-from-the-Makefile.patch +++ b/meta-oe/recipes-support/libmimetic/libmimetic/0001-libmimetic-Removing-test-directory-from-the-Makefile.patch | |||
@@ -15,6 +15,8 @@ aarch64-yoe-linux-musl. | |||
15 | Signed-off-by: asmitk01-in <asmitk01@in.ibm.com> | 15 | Signed-off-by: asmitk01-in <asmitk01@in.ibm.com> |
16 | Change-Id: I1822b36ad4a1fa5e7b165d8cac3a6e96aca11c35 | 16 | Change-Id: I1822b36ad4a1fa5e7b165d8cac3a6e96aca11c35 |
17 | --- | 17 | --- |
18 | Upstream-Status: Pending | ||
19 | |||
18 | Makefile.am | 2 +- | 20 | Makefile.am | 2 +- |
19 | mimetic/codec/other_codecs.h | 4 ++++ | 21 | mimetic/codec/other_codecs.h | 4 ++++ |
20 | mimetic/contenttype.cxx | 4 ++++ | 22 | mimetic/contenttype.cxx | 4 ++++ |
diff --git a/meta-oe/recipes-support/liboop/liboop/tcl_dev.patch b/meta-oe/recipes-support/liboop/liboop/tcl_dev.patch index e00cf80141..0521aaeaff 100644 --- a/meta-oe/recipes-support/liboop/liboop/tcl_dev.patch +++ b/meta-oe/recipes-support/liboop/liboop/tcl_dev.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- a/configure.ac | 3 | --- a/configure.ac |
2 | +++ b/configure.ac | 4 | +++ b/configure.ac |
3 | @@ -71,7 +71,7 @@ | 5 | @@ -71,7 +71,7 @@ |
diff --git a/meta-oe/recipes-support/libtar/files/0002-Do-not-strip-libtar.patch b/meta-oe/recipes-support/libtar/files/0002-Do-not-strip-libtar.patch index 31c0d29e93..4929eece06 100644 --- a/meta-oe/recipes-support/libtar/files/0002-Do-not-strip-libtar.patch +++ b/meta-oe/recipes-support/libtar/files/0002-Do-not-strip-libtar.patch | |||
@@ -4,6 +4,8 @@ Date: Wed, 2 Nov 2016 05:43:43 -0400 | |||
4 | Subject: [PATCH] Do not strip libtar. | 4 | Subject: [PATCH] Do not strip libtar. |
5 | 5 | ||
6 | --- | 6 | --- |
7 | Upstream-Status: Pending | ||
8 | |||
7 | libtar/Makefile.in | 2 +- | 9 | libtar/Makefile.in | 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-support/libtar/files/fix_libtool_sysroot.patch b/meta-oe/recipes-support/libtar/files/fix_libtool_sysroot.patch index 178a970299..efde754be7 100644 --- a/meta-oe/recipes-support/libtar/files/fix_libtool_sysroot.patch +++ b/meta-oe/recipes-support/libtar/files/fix_libtool_sysroot.patch | |||
@@ -1,4 +1,6 @@ | |||
1 | --- | 1 | --- |
2 | Upstream-Status: Pending | ||
3 | |||
2 | configure.ac | 1 + | 4 | configure.ac | 1 + |
3 | 1 file changed, 1 insertion(+) | 5 | 1 file changed, 1 insertion(+) |
4 | 6 | ||
diff --git a/meta-oe/recipes-support/libteam/libteam/0001-include-sys-select.h-for-fd_set-definition.patch b/meta-oe/recipes-support/libteam/libteam/0001-include-sys-select.h-for-fd_set-definition.patch index a4a17ed85b..f0bd53ee8e 100644 --- a/meta-oe/recipes-support/libteam/libteam/0001-include-sys-select.h-for-fd_set-definition.patch +++ b/meta-oe/recipes-support/libteam/libteam/0001-include-sys-select.h-for-fd_set-definition.patch | |||
@@ -8,6 +8,8 @@ teamnl.c:160:2: error: unknown type name 'fd_set'; did you mean 'fpos_t'? | |||
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 | utils/teamnl.c | 1 + | 13 | utils/teamnl.c | 1 + |
12 | 1 file changed, 1 insertion(+) | 14 | 1 file changed, 1 insertion(+) |
13 | 15 | ||
diff --git a/meta-oe/recipes-support/libteam/libteam/0002-teamd-Re-adjust-include-header-order.patch b/meta-oe/recipes-support/libteam/libteam/0002-teamd-Re-adjust-include-header-order.patch index beabf63ca3..ed877a721e 100644 --- a/meta-oe/recipes-support/libteam/libteam/0002-teamd-Re-adjust-include-header-order.patch +++ b/meta-oe/recipes-support/libteam/libteam/0002-teamd-Re-adjust-include-header-order.patch | |||
@@ -12,6 +12,8 @@ tinet/if_ether.h:101:8: error: redefinition of 'struct ethhdr' | |||
12 | 12 | ||
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
14 | --- | 14 | --- |
15 | Upstream-Status: Pending | ||
16 | |||
15 | teamd/teamd_runner_lacp.c | 2 +- | 17 | teamd/teamd_runner_lacp.c | 2 +- |
16 | 1 file changed, 1 insertion(+), 1 deletion(-) | 18 | 1 file changed, 1 insertion(+), 1 deletion(-) |
17 | 19 | ||
diff --git a/meta-oe/recipes-support/libutempter/libutempter/0002-Proper-macro-path-generation.patch b/meta-oe/recipes-support/libutempter/libutempter/0002-Proper-macro-path-generation.patch index 2a866c0796..f43f54eaab 100644 --- a/meta-oe/recipes-support/libutempter/libutempter/0002-Proper-macro-path-generation.patch +++ b/meta-oe/recipes-support/libutempter/libutempter/0002-Proper-macro-path-generation.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] Proper macro path generation. | |||
5 | 5 | ||
6 | Signed-off-by: iddinev <xidinev@gmail.com> | 6 | Signed-off-by: iddinev <xidinev@gmail.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | libutempter/iface.c | 7 +++---- | 10 | libutempter/iface.c | 7 +++---- |
9 | 1 file changed, 3 insertions(+), 4 deletions(-) | 11 | 1 file changed, 3 insertions(+), 4 deletions(-) |
10 | 12 | ||
diff --git a/meta-oe/recipes-support/links/files/ac-prog-cxx.patch b/meta-oe/recipes-support/links/files/ac-prog-cxx.patch index 2dc57a5c83..0406b700d7 100644 --- a/meta-oe/recipes-support/links/files/ac-prog-cxx.patch +++ b/meta-oe/recipes-support/links/files/ac-prog-cxx.patch | |||
@@ -3,6 +3,8 @@ From: Martin Jansa <Martin.Jansa@gmail.com> | |||
3 | Date: Mon, 30 Jul 2012 23:52:49 +0200 | 3 | Date: Mon, 30 Jul 2012 23:52:49 +0200 |
4 | 4 | ||
5 | --- | 5 | --- |
6 | Upstream-Status: Pending | ||
7 | |||
6 | configure.in | 2 +- | 8 | configure.in | 2 +- |
7 | 1 file changed, 1 insertion(+), 1 deletion(-) | 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
8 | 10 | ||
diff --git a/meta-oe/recipes-support/lio-utils/lio-utils/0001-Makefiles-Respect-environment-variables-and-add-LDFL.patch b/meta-oe/recipes-support/lio-utils/lio-utils/0001-Makefiles-Respect-environment-variables-and-add-LDFL.patch index 9608b7e753..86edcc2e42 100644 --- a/meta-oe/recipes-support/lio-utils/lio-utils/0001-Makefiles-Respect-environment-variables-and-add-LDFL.patch +++ b/meta-oe/recipes-support/lio-utils/lio-utils/0001-Makefiles-Respect-environment-variables-and-add-LDFL.patch | |||
@@ -8,6 +8,8 @@ Fixes QA errors about GNU_HASH | |||
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 | mib-modules/Makefile | 10 +++++----- | 13 | mib-modules/Makefile | 10 +++++----- |
12 | tools/Makefile | 2 +- | 14 | tools/Makefile | 2 +- |
13 | 2 files changed, 6 insertions(+), 6 deletions(-) | 15 | 2 files changed, 6 insertions(+), 6 deletions(-) |
diff --git a/meta-oe/recipes-support/lockdev/lockdev/build.patch b/meta-oe/recipes-support/lockdev/lockdev/build.patch index f9fe48b2a6..36daea79af 100644 --- a/meta-oe/recipes-support/lockdev/lockdev/build.patch +++ b/meta-oe/recipes-support/lockdev/lockdev/build.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | commit 0dd47123655c52d68185f06b9da8fb0e1b925400 | 3 | commit 0dd47123655c52d68185f06b9da8fb0e1b925400 |
2 | Author: Ludwig Nussel <ludwig.nussel@suse.de> | 4 | Author: Ludwig Nussel <ludwig.nussel@suse.de> |
3 | Date: Tue Feb 9 14:56:23 2010 +0100 | 5 | Date: Tue Feb 9 14:56:23 2010 +0100 |
diff --git a/meta-oe/recipes-support/lockdev/lockdev/cross_compile.patch b/meta-oe/recipes-support/lockdev/lockdev/cross_compile.patch index aa8b0f6923..886af121b3 100644 --- a/meta-oe/recipes-support/lockdev/lockdev/cross_compile.patch +++ b/meta-oe/recipes-support/lockdev/lockdev/cross_compile.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- a/Makefile | 3 | --- a/Makefile |
2 | +++ b/Makefile | 4 | +++ b/Makefile |
3 | @@ -15,17 +15,18 @@ shared = ${libname}.${VER}.so | 5 | @@ -15,17 +15,18 @@ shared = ${libname}.${VER}.so |
diff --git a/meta-oe/recipes-support/log4c/log4c/0001-Use-the-API-properly-in-the-example-format-security-.patch b/meta-oe/recipes-support/log4c/log4c/0001-Use-the-API-properly-in-the-example-format-security-.patch index 9ff9d70025..405104a0fc 100644 --- a/meta-oe/recipes-support/log4c/log4c/0001-Use-the-API-properly-in-the-example-format-security-.patch +++ b/meta-oe/recipes-support/log4c/log4c/0001-Use-the-API-properly-in-the-example-format-security-.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] Use the API properly in the example (format security error | |||
5 | fixed). | 5 | fixed). |
6 | 6 | ||
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | examples/helloworld1/mylog.h | 2 +- | 10 | examples/helloworld1/mylog.h | 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-support/log4cpp/files/fix-pc.patch b/meta-oe/recipes-support/log4cpp/files/fix-pc.patch index b8fb42e5fd..b57b5a263c 100644 --- a/meta-oe/recipes-support/log4cpp/files/fix-pc.patch +++ b/meta-oe/recipes-support/log4cpp/files/fix-pc.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | diff -Nurd ./log4cpp.orig/configure.in ./log4cpp/configure.in | 3 | diff -Nurd ./log4cpp.orig/configure.in ./log4cpp/configure.in |
2 | --- ./log4cpp.orig/configure.in 2009-09-07 16:57:46.000000000 -0400 | 4 | --- ./log4cpp.orig/configure.in 2009-09-07 16:57:46.000000000 -0400 |
3 | +++ ./log4cpp/configure.in 2016-02-23 12:57:11.567240018 -0500 | 5 | +++ ./log4cpp/configure.in 2016-02-23 12:57:11.567240018 -0500 |
diff --git a/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch b/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch index bb582ed1ff..f46d7f7014 100644 --- a/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch +++ b/meta-oe/recipes-support/lvm2/files/0001-implement-libc-specific-reopen_stream.patch | |||
@@ -15,6 +15,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
15 | Signed-off-by: Dengke Du <dengke.du@windriver.com> | 15 | Signed-off-by: Dengke Du <dengke.du@windriver.com> |
16 | 16 | ||
17 | --- | 17 | --- |
18 | Upstream-Status: Pending | ||
19 | |||
18 | lib/log/log.c | 6 ++++++ | 20 | lib/log/log.c | 6 ++++++ |
19 | tools/lvmcmdline.c | 6 +++--- | 21 | tools/lvmcmdline.c | 6 +++--- |
20 | 2 files changed, 9 insertions(+), 3 deletions(-) | 22 | 2 files changed, 9 insertions(+), 3 deletions(-) |
diff --git a/meta-oe/recipes-support/lvm2/files/0002-Guard-use-of-mallinfo-with-__GLIBC__.patch b/meta-oe/recipes-support/lvm2/files/0002-Guard-use-of-mallinfo-with-__GLIBC__.patch index ce8a97ab6f..1fbaf0c9ae 100644 --- a/meta-oe/recipes-support/lvm2/files/0002-Guard-use-of-mallinfo-with-__GLIBC__.patch +++ b/meta-oe/recipes-support/lvm2/files/0002-Guard-use-of-mallinfo-with-__GLIBC__.patch | |||
@@ -9,6 +9,8 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
9 | Signed-off-by: Dengke Du <dengke.du@windriver.com> | 9 | Signed-off-by: Dengke Du <dengke.du@windriver.com> |
10 | 10 | ||
11 | --- | 11 | --- |
12 | Upstream-Status: Pending | ||
13 | |||
12 | lib/mm/memlock.c | 2 +- | 14 | lib/mm/memlock.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-support/mg/mg/0001-Undefine-REGEX-for-musl-based-systems.patch b/meta-oe/recipes-support/mg/mg/0001-Undefine-REGEX-for-musl-based-systems.patch index 9c154a1734..ce139a6387 100644 --- a/meta-oe/recipes-support/mg/mg/0001-Undefine-REGEX-for-musl-based-systems.patch +++ b/meta-oe/recipes-support/mg/mg/0001-Undefine-REGEX-for-musl-based-systems.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] Undefine REGEX for musl based systems | |||
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 | GNUmakefile | 1 - | 10 | GNUmakefile | 1 - |
9 | Makefile | 2 +- | 11 | Makefile | 2 +- |
10 | 2 files changed, 1 insertion(+), 2 deletions(-) | 12 | 2 files changed, 1 insertion(+), 2 deletions(-) |
diff --git a/meta-oe/recipes-support/mg/mg/0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch b/meta-oe/recipes-support/mg/mg/0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch index 8e8c2b9025..4eeb1d97dc 100644 --- a/meta-oe/recipes-support/mg/mg/0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch +++ b/meta-oe/recipes-support/mg/mg/0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 1/2] fileio: Include sys/param.h for MAXNAMLEN | |||
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 | fileio.c | 1 + | 10 | fileio.c | 1 + |
9 | 1 file changed, 1 insertion(+) | 11 | 1 file changed, 1 insertion(+) |
10 | 12 | ||
diff --git a/meta-oe/recipes-support/mg/mg/0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch b/meta-oe/recipes-support/mg/mg/0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch index bdd7632be6..ef7811081b 100644 --- a/meta-oe/recipes-support/mg/mg/0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch +++ b/meta-oe/recipes-support/mg/mg/0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 2/2] fileio: Define DEFFILEMODE if platform is missing | |||
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 | fileio.c | 4 ++++ | 10 | fileio.c | 4 ++++ |
9 | 1 file changed, 4 insertions(+) | 11 | 1 file changed, 4 insertions(+) |
10 | 12 | ||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0001-fix-bug-of-do_compile-and-do_install.patch b/meta-oe/recipes-support/multipath-tools/files/0001-fix-bug-of-do_compile-and-do_install.patch index 97425fe9b8..bc07d75cc1 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0001-fix-bug-of-do_compile-and-do_install.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0001-fix-bug-of-do_compile-and-do_install.patch | |||
@@ -12,6 +12,8 @@ Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> | |||
12 | [OP: Drop dependencies that are already present in the 0.9.3 Makefile] | 12 | [OP: Drop dependencies that are already present in the 0.9.3 Makefile] |
13 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> | 13 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> |
14 | --- | 14 | --- |
15 | Upstream-Status: Pending | ||
16 | |||
15 | Makefile | 10 ++++++++++ | 17 | Makefile | 10 ++++++++++ |
16 | 1 file changed, 10 insertions(+) | 18 | 1 file changed, 10 insertions(+) |
17 | 19 | ||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0021-RH-fixup-udev-rules-for-redhat.patch b/meta-oe/recipes-support/multipath-tools/files/0021-RH-fixup-udev-rules-for-redhat.patch index 0b9971dc99..395f9a9b03 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0021-RH-fixup-udev-rules-for-redhat.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0021-RH-fixup-udev-rules-for-redhat.patch | |||
@@ -17,6 +17,8 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com> | |||
17 | [OP: Rebase to 0.9.3] | 17 | [OP: Rebase to 0.9.3] |
18 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> | 18 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> |
19 | --- | 19 | --- |
20 | Upstream-Status: Pending | ||
21 | |||
20 | Makefile.inc | 2 +- | 22 | Makefile.inc | 2 +- |
21 | kpartx/kpartx.rules | 2 +- | 23 | kpartx/kpartx.rules | 2 +- |
22 | multipath/Makefile | 4 ++-- | 24 | multipath/Makefile | 4 ++-- |
diff --git a/meta-oe/recipes-support/multipath-tools/files/0022-RH-Remove-the-property-blacklist-exception-builtin.patch b/meta-oe/recipes-support/multipath-tools/files/0022-RH-Remove-the-property-blacklist-exception-builtin.patch index 0eff18b853..c15444a85d 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0022-RH-Remove-the-property-blacklist-exception-builtin.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0022-RH-Remove-the-property-blacklist-exception-builtin.patch | |||
@@ -20,6 +20,8 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com> | |||
20 | [OP: Rebase to 0.9.3] | 20 | [OP: Rebase to 0.9.3] |
21 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> | 21 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> |
22 | --- | 22 | --- |
23 | Upstream-Status: Pending | ||
24 | |||
23 | libmultipath/blacklist.c | 10 +++++----- | 25 | libmultipath/blacklist.c | 10 +++++----- |
24 | 1 file changed, 5 insertions(+), 5 deletions(-) | 26 | 1 file changed, 5 insertions(+), 5 deletions(-) |
25 | 27 | ||
diff --git a/meta-oe/recipes-support/multipath-tools/files/0032-libdmmp-Makefile-replace-perl-with-sed-in-install-ta.patch b/meta-oe/recipes-support/multipath-tools/files/0032-libdmmp-Makefile-replace-perl-with-sed-in-install-ta.patch index 407dff507a..ec123b212b 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0032-libdmmp-Makefile-replace-perl-with-sed-in-install-ta.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0032-libdmmp-Makefile-replace-perl-with-sed-in-install-ta.patch | |||
@@ -15,6 +15,8 @@ Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> | |||
15 | [OP: Rebase to 0.9.3] | 15 | [OP: Rebase to 0.9.3] |
16 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> | 16 | Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> |
17 | --- | 17 | --- |
18 | Upstream-Status: Pending | ||
19 | |||
18 | libdmmp/Makefile | 6 +++--- | 20 | libdmmp/Makefile | 6 +++--- |
19 | 1 file changed, 3 insertions(+), 3 deletions(-) | 21 | 1 file changed, 3 insertions(+), 3 deletions(-) |
20 | 22 | ||
diff --git a/meta-oe/recipes-support/ne10/ne10/0001-CMakeLists.txt-Remove-mthumb-interwork.patch b/meta-oe/recipes-support/ne10/ne10/0001-CMakeLists.txt-Remove-mthumb-interwork.patch index 9f2faaa529..6b51f992f5 100644 --- a/meta-oe/recipes-support/ne10/ne10/0001-CMakeLists.txt-Remove-mthumb-interwork.patch +++ b/meta-oe/recipes-support/ne10/ne10/0001-CMakeLists.txt-Remove-mthumb-interwork.patch | |||
@@ -12,6 +12,8 @@ where this option is absent | |||
12 | 12 | ||
13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 13 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
14 | --- | 14 | --- |
15 | Upstream-Status: Pending | ||
16 | |||
15 | CMakeLists.txt | 6 +++--- | 17 | CMakeLists.txt | 6 +++--- |
16 | 1 file changed, 3 insertions(+), 3 deletions(-) | 18 | 1 file changed, 3 insertions(+), 3 deletions(-) |
17 | 19 | ||
diff --git a/meta-oe/recipes-support/ne10/ne10/0001-Dont-specify-march-explicitly.patch b/meta-oe/recipes-support/ne10/ne10/0001-Dont-specify-march-explicitly.patch index a8fea82dc3..cb99daf78c 100644 --- a/meta-oe/recipes-support/ne10/ne10/0001-Dont-specify-march-explicitly.patch +++ b/meta-oe/recipes-support/ne10/ne10/0001-Dont-specify-march-explicitly.patch | |||
@@ -15,6 +15,8 @@ Fixes | |||
15 | 15 | ||
16 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 16 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
17 | --- | 17 | --- |
18 | Upstream-Status: Pending | ||
19 | |||
18 | CMakeLists.txt | 4 ++-- | 20 | CMakeLists.txt | 4 ++-- |
19 | 1 file changed, 2 insertions(+), 2 deletions(-) | 21 | 1 file changed, 2 insertions(+), 2 deletions(-) |
20 | 22 | ||
diff --git a/meta-oe/recipes-support/neon/neon/0001-Disable-installing-documentation.patch b/meta-oe/recipes-support/neon/neon/0001-Disable-installing-documentation.patch index 1f63df27ac..177a71ec0a 100644 --- a/meta-oe/recipes-support/neon/neon/0001-Disable-installing-documentation.patch +++ b/meta-oe/recipes-support/neon/neon/0001-Disable-installing-documentation.patch | |||
@@ -7,6 +7,8 @@ It does not build | |||
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.in | 2 +- | 12 | Makefile.in | 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-support/nmon/nmon/0001-lmon16g.c-Adjust-system-headers.patch b/meta-oe/recipes-support/nmon/nmon/0001-lmon16g.c-Adjust-system-headers.patch index 5a8b046039..6721d2b5e5 100644 --- a/meta-oe/recipes-support/nmon/nmon/0001-lmon16g.c-Adjust-system-headers.patch +++ b/meta-oe/recipes-support/nmon/nmon/0001-lmon16g.c-Adjust-system-headers.patch | |||
@@ -9,6 +9,8 @@ defines from sys/cdefs.h is used | |||
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 | lmon16m.c | 4 ++-- | 14 | lmon16m.c | 4 ++-- |
13 | 1 file changed, 2 insertions(+), 2 deletions(-) | 15 | 1 file changed, 2 insertions(+), 2 deletions(-) |
14 | 16 | ||
diff --git a/meta-oe/recipes-support/onig/onig/0002-build-enable-serial-tests-automake-option-for-ptest.patch b/meta-oe/recipes-support/onig/onig/0002-build-enable-serial-tests-automake-option-for-ptest.patch index a7a28536fb..096b8baa79 100644 --- a/meta-oe/recipes-support/onig/onig/0002-build-enable-serial-tests-automake-option-for-ptest.patch +++ b/meta-oe/recipes-support/onig/onig/0002-build-enable-serial-tests-automake-option-for-ptest.patch | |||
@@ -15,6 +15,8 @@ former being what we want. | |||
15 | 15 | ||
16 | Signed-off-by: André Draszik <git@andred.net> | 16 | Signed-off-by: André Draszik <git@andred.net> |
17 | --- | 17 | --- |
18 | Upstream-Status: Pending | ||
19 | |||
18 | configure.ac | 2 +- | 20 | configure.ac | 2 +- |
19 | 1 file changed, 1 insertion(+), 1 deletion(-) | 21 | 1 file changed, 1 insertion(+), 1 deletion(-) |
20 | 22 | ||
diff --git a/meta-oe/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch b/meta-oe/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch index 1e47f8b162..a3bbefaabe 100644 --- a/meta-oe/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch +++ b/meta-oe/recipes-support/opencv/opencv/0001-Temporarliy-work-around-deprecated-ffmpeg-RAW-functi.patch | |||
@@ -7,6 +7,8 @@ Subject: [PATCH] Temporarliy work around deprecated ffmpeg RAW function | |||
7 | Signed-off-by: Jason Wessel <jason.wessel@windriver.com> | 7 | Signed-off-by: Jason Wessel <jason.wessel@windriver.com> |
8 | 8 | ||
9 | --- | 9 | --- |
10 | Upstream-Status: Pending | ||
11 | |||
10 | modules/videoio/src/cap_ffmpeg_impl.hpp | 8 ++++++++ | 12 | modules/videoio/src/cap_ffmpeg_impl.hpp | 8 ++++++++ |
11 | 1 file changed, 8 insertions(+) | 13 | 1 file changed, 8 insertions(+) |
12 | 14 | ||
diff --git a/meta-oe/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch b/meta-oe/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch index bb47ef2bab..9df419d0b8 100644 --- a/meta-oe/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch +++ b/meta-oe/recipes-support/opencv/opencv/0003-To-fix-errors-as-following.patch | |||
@@ -15,6 +15,8 @@ ts module. | |||
15 | Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> | 15 | Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> |
16 | 16 | ||
17 | --- | 17 | --- |
18 | Upstream-Status: Pending | ||
19 | |||
18 | modules/ts/include/opencv2/ts.hpp | 4 ++-- | 20 | modules/ts/include/opencv2/ts.hpp | 4 ++-- |
19 | modules/ts/include/opencv2/ts/ocl_test.hpp | 2 +- | 21 | modules/ts/include/opencv2/ts/ocl_test.hpp | 2 +- |
20 | modules/ts/include/opencv2/ts/ts_ext.hpp | 2 +- | 22 | modules/ts/include/opencv2/ts/ts_ext.hpp | 2 +- |
diff --git a/meta-oe/recipes-support/pcp/pcp/fix_parallel_make.patch b/meta-oe/recipes-support/pcp/pcp/fix_parallel_make.patch index 630f51a494..9cb649a594 100644 --- a/meta-oe/recipes-support/pcp/pcp/fix_parallel_make.patch +++ b/meta-oe/recipes-support/pcp/pcp/fix_parallel_make.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | --- a/qa/src/GNUlocaldefs | 3 | --- a/qa/src/GNUlocaldefs |
2 | +++ b/qa/src/GNUlocaldefs | 4 | +++ b/qa/src/GNUlocaldefs |
3 | @@ -728,7 +728,7 @@ scale.o: localconfig.h | 5 | @@ -728,7 +728,7 @@ scale.o: localconfig.h |
diff --git a/meta-oe/recipes-support/pidgin/pidgin/purple-OE-branding-25.patch b/meta-oe/recipes-support/pidgin/pidgin/purple-OE-branding-25.patch index 0a1baa9183..1c4daa9f67 100644 --- a/meta-oe/recipes-support/pidgin/pidgin/purple-OE-branding-25.patch +++ b/meta-oe/recipes-support/pidgin/pidgin/purple-OE-branding-25.patch | |||
@@ -3,6 +3,8 @@ From: Herrie <github.com@herrie.org> | |||
3 | Date: Mon, 24 Jul 2017 21:30:16 +0200 | 3 | Date: Mon, 24 Jul 2017 21:30:16 +0200 |
4 | 4 | ||
5 | --- | 5 | --- |
6 | Upstream-Status: Pending | ||
7 | |||
6 | libpurple/protocols/irc/irc.h | 4 ++-- | 8 | libpurple/protocols/irc/irc.h | 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-support/pidgin/pidgin/sanitize-configure.ac.patch b/meta-oe/recipes-support/pidgin/pidgin/sanitize-configure.ac.patch index 84dbcdc276..cf6207423d 100644 --- a/meta-oe/recipes-support/pidgin/pidgin/sanitize-configure.ac.patch +++ b/meta-oe/recipes-support/pidgin/pidgin/sanitize-configure.ac.patch | |||
@@ -3,6 +3,8 @@ From: Herrie <github.com@herrie.org> | |||
3 | Date: Mon, 24 Jul 2017 21:30:16 +0200 | 3 | Date: Mon, 24 Jul 2017 21:30:16 +0200 |
4 | 4 | ||
5 | --- | 5 | --- |
6 | Upstream-Status: Pending | ||
7 | |||
6 | configure.ac | 10 +--------- | 8 | configure.ac | 10 +--------- |
7 | 1 file changed, 1 insertion(+), 9 deletions(-) | 9 | 1 file changed, 1 insertion(+), 9 deletions(-) |
8 | 10 | ||
diff --git a/meta-oe/recipes-support/pngcheck/pngcheck/0001-make-Respect-variables-from-environement.patch b/meta-oe/recipes-support/pngcheck/pngcheck/0001-make-Respect-variables-from-environement.patch index 2d0ea0252c..12333cc1f1 100644 --- a/meta-oe/recipes-support/pngcheck/pngcheck/0001-make-Respect-variables-from-environement.patch +++ b/meta-oe/recipes-support/pngcheck/pngcheck/0001-make-Respect-variables-from-environement.patch | |||
@@ -7,6 +7,8 @@ link with shared zlib | |||
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.unx | 18 ++++++++---------- | 12 | Makefile.unx | 18 ++++++++---------- |
11 | 1 file changed, 8 insertions(+), 10 deletions(-) | 13 | 1 file changed, 8 insertions(+), 10 deletions(-) |
12 | 14 | ||
diff --git a/meta-oe/recipes-support/pngcheck/pngcheck/0001-png-fix-IDAT-windowsize-Fix-format-string-errors-in-.patch b/meta-oe/recipes-support/pngcheck/pngcheck/0001-png-fix-IDAT-windowsize-Fix-format-string-errors-in-.patch index 6d4465fbed..0fc5a8e0d2 100644 --- a/meta-oe/recipes-support/pngcheck/pngcheck/0001-png-fix-IDAT-windowsize-Fix-format-string-errors-in-.patch +++ b/meta-oe/recipes-support/pngcheck/pngcheck/0001-png-fix-IDAT-windowsize-Fix-format-string-errors-in-.patch | |||
@@ -6,6 +6,8 @@ Subject: [PATCH 1/2] png-fix-IDAT-windowsize: Fix format string errors in | |||
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 | gpl/png-fix-IDAT-windowsize.c | 4 ++-- | 11 | gpl/png-fix-IDAT-windowsize.c | 4 ++-- |
10 | 1 file changed, 2 insertions(+), 2 deletions(-) | 12 | 1 file changed, 2 insertions(+), 2 deletions(-) |
11 | 13 | ||
diff --git a/meta-oe/recipes-support/pngcheck/pngcheck/10-pngsplit-format-strings.patch b/meta-oe/recipes-support/pngcheck/pngcheck/10-pngsplit-format-strings.patch index f2c86689ec..2ff6d664c0 100644 --- a/meta-oe/recipes-support/pngcheck/pngcheck/10-pngsplit-format-strings.patch +++ b/meta-oe/recipes-support/pngcheck/pngcheck/10-pngsplit-format-strings.patch | |||
@@ -2,6 +2,8 @@ From: Jari Aalto <jari.aalto@cante.net> | |||
2 | Subject: Correct fomat strings fro hardened build flags | 2 | Subject: Correct fomat strings fro hardened build flags |
3 | 3 | ||
4 | --- | 4 | --- |
5 | Upstream-Status: Pending | ||
6 | |||
5 | gpl/pngsplit.c | 10 +++++----- | 7 | gpl/pngsplit.c | 10 +++++----- |
6 | 1 file changed, 5 insertions(+), 5 deletions(-) | 8 | 1 file changed, 5 insertions(+), 5 deletions(-) |
7 | 9 | ||
diff --git a/meta-oe/recipes-support/poppler/poppler/0001-cmake-Do-not-use-isystem.patch b/meta-oe/recipes-support/poppler/poppler/0001-cmake-Do-not-use-isystem.patch index b4e3fb05e7..adbe82263f 100644 --- a/meta-oe/recipes-support/poppler/poppler/0001-cmake-Do-not-use-isystem.patch +++ b/meta-oe/recipes-support/poppler/poppler/0001-cmake-Do-not-use-isystem.patch | |||
@@ -30,6 +30,8 @@ issue is addressed | |||
30 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 30 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
31 | 31 | ||
32 | --- | 32 | --- |
33 | Upstream-Status: Pending | ||
34 | |||
33 | CMakeLists.txt | 4 ++-- | 35 | CMakeLists.txt | 4 ++-- |
34 | glib/CMakeLists.txt | 4 ++-- | 36 | glib/CMakeLists.txt | 4 ++-- |
35 | qt5/src/CMakeLists.txt | 4 ++-- | 37 | qt5/src/CMakeLists.txt | 4 ++-- |
diff --git a/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-compile-errors.patch b/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-compile-errors.patch index 8341a8ecde..c1f9ce7eca 100644 --- a/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-compile-errors.patch +++ b/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-compile-errors.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 1/3] From debian to fix compile errors | |||
5 | 5 | ||
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 | src/Makefile.0 | 7 +++---- | 10 | src/Makefile.0 | 7 +++---- |
9 | src/autoconf | 64 +++++++++++++------------------------------------------- | 11 | src/autoconf | 64 +++++++++++++------------------------------------------- |
10 | src/comsat.c | 65 +++++++++++++++++++-------------------------------------- | 12 | src/comsat.c | 65 +++++++++++++++++++-------------------------------------- |
diff --git a/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-man-file.patch b/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-man-file.patch index 7b3c643b2b..78ac6241d0 100644 --- a/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-man-file.patch +++ b/meta-oe/recipes-support/procmail/procmail/from-debian-to-fix-man-file.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 2/3] From debian to fix man file | |||
5 | 5 | ||
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 | man/procmail.man | 24 +++++++++++++++++------- | 10 | man/procmail.man | 24 +++++++++++++++++------- |
9 | man/procmailrc.man | 2 +- | 11 | man/procmailrc.man | 2 +- |
10 | 2 files changed, 18 insertions(+), 8 deletions(-) | 12 | 2 files changed, 18 insertions(+), 8 deletions(-) |
diff --git a/meta-oe/recipes-support/procmail/procmail/from-debian-to-modify-parameters.patch b/meta-oe/recipes-support/procmail/procmail/from-debian-to-modify-parameters.patch index a94e436703..2bebccc0b2 100644 --- a/meta-oe/recipes-support/procmail/procmail/from-debian-to-modify-parameters.patch +++ b/meta-oe/recipes-support/procmail/procmail/from-debian-to-modify-parameters.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 3/3] From debian to modify parameters | |||
5 | 5 | ||
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 | 16 ++++++++-------- | 10 | Makefile | 16 ++++++++-------- |
9 | config.h | 13 +++++++------ | 11 | config.h | 13 +++++++------ |
10 | 2 files changed, 15 insertions(+), 14 deletions(-) | 12 | 2 files changed, 15 insertions(+), 14 deletions(-) |
diff --git a/meta-oe/recipes-support/procmail/procmail/man-file-mailstat.1-from-debian.patch b/meta-oe/recipes-support/procmail/procmail/man-file-mailstat.1-from-debian.patch index 46d973e060..72fa27a834 100644 --- a/meta-oe/recipes-support/procmail/procmail/man-file-mailstat.1-from-debian.patch +++ b/meta-oe/recipes-support/procmail/procmail/man-file-mailstat.1-from-debian.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] man file mailstat.1 from debian | |||
5 | 5 | ||
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 | debian/mailstat.1 | 40 ++++++++++++++++++++++++++++++++++++++++ | 10 | debian/mailstat.1 | 40 ++++++++++++++++++++++++++++++++++++++++ |
9 | 1 file changed, 40 insertions(+) | 11 | 1 file changed, 40 insertions(+) |
10 | create mode 100644 debian/mailstat.1 | 12 | create mode 100644 debian/mailstat.1 |
diff --git a/meta-oe/recipes-support/pxaregs/pxaregs-1.14/i2c.patch b/meta-oe/recipes-support/pxaregs/pxaregs-1.14/i2c.patch index 36983ec479..2b5b5caa6f 100644 --- a/meta-oe/recipes-support/pxaregs/pxaregs-1.14/i2c.patch +++ b/meta-oe/recipes-support/pxaregs/pxaregs-1.14/i2c.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Index: pxaregs-1.14/pxaregs.c | 3 | Index: pxaregs-1.14/pxaregs.c |
2 | =================================================================== | 4 | =================================================================== |
3 | --- pxaregs-1.14.orig/pxaregs.c | 5 | --- pxaregs-1.14.orig/pxaregs.c |
diff --git a/meta-oe/recipes-support/pxaregs/pxaregs-1.14/munmap.patch b/meta-oe/recipes-support/pxaregs/pxaregs-1.14/munmap.patch index a9c4b95cf0..c0f81725d9 100644 --- a/meta-oe/recipes-support/pxaregs/pxaregs-1.14/munmap.patch +++ b/meta-oe/recipes-support/pxaregs/pxaregs-1.14/munmap.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Index: pxaregs-1.14/pxaregs.c | 3 | Index: pxaregs-1.14/pxaregs.c |
2 | =================================================================== | 4 | =================================================================== |
3 | --- pxaregs-1.14.orig/pxaregs.c | 5 | --- pxaregs-1.14.orig/pxaregs.c |
diff --git a/meta-oe/recipes-support/pxaregs/pxaregs-1.14/serial.patch b/meta-oe/recipes-support/pxaregs/pxaregs-1.14/serial.patch index 06853851d0..fba2e7f513 100644 --- a/meta-oe/recipes-support/pxaregs/pxaregs-1.14/serial.patch +++ b/meta-oe/recipes-support/pxaregs/pxaregs-1.14/serial.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Index: pxaregs-1.14/pxaregs.c | 3 | Index: pxaregs-1.14/pxaregs.c |
2 | =================================================================== | 4 | =================================================================== |
3 | --- pxaregs-1.14.orig/pxaregs.c | 5 | --- pxaregs-1.14.orig/pxaregs.c |
diff --git a/meta-oe/recipes-support/pxaregs/pxaregs-1.14/usb.patch b/meta-oe/recipes-support/pxaregs/pxaregs-1.14/usb.patch index 59f21fe3c1..91ca0a7742 100644 --- a/meta-oe/recipes-support/pxaregs/pxaregs-1.14/usb.patch +++ b/meta-oe/recipes-support/pxaregs/pxaregs-1.14/usb.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | Index: pxaregs-1.14/pxaregs.c | 3 | Index: pxaregs-1.14/pxaregs.c |
2 | =================================================================== | 4 | =================================================================== |
3 | --- pxaregs-1.14.orig/pxaregs.c | 5 | --- pxaregs-1.14.orig/pxaregs.c |
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward/0001-serial_forward-Disable-default-static-linking.patch b/meta-oe/recipes-support/serial-utils/serial-forward/0001-serial_forward-Disable-default-static-linking.patch index 7dcc67d114..a3fb678965 100644 --- a/meta-oe/recipes-support/serial-utils/serial-forward/0001-serial_forward-Disable-default-static-linking.patch +++ b/meta-oe/recipes-support/serial-utils/serial-forward/0001-serial_forward-Disable-default-static-linking.patch | |||
@@ -7,6 +7,8 @@ This does not work with ssp turned on with hardening flags 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 | tools/serial_forward/src/Makefile.am | 3 --- | 12 | tools/serial_forward/src/Makefile.am | 3 --- |
11 | 1 file changed, 3 deletions(-) | 13 | 1 file changed, 3 deletions(-) |
12 | 14 | ||
diff --git a/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-clang.patch b/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-clang.patch index 7b627c16dd..583fe33ece 100644 --- a/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-clang.patch +++ b/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-build-with-clang.patch | |||
@@ -8,6 +8,8 @@ whereas it does support format attribute, we hard code it | |||
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/shar-opts.h | 2 +- | 13 | src/shar-opts.h | 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-support/sharutils/sharutils/0001-Fix-building-with-GCC-10.patch b/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-building-with-GCC-10.patch index 9e2ebe7564..0d9978a214 100644 --- a/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-building-with-GCC-10.patch +++ b/meta-oe/recipes-support/sharutils/sharutils/0001-Fix-building-with-GCC-10.patch | |||
@@ -21,6 +21,8 @@ declarations. | |||
21 | Signed-off-by: Petr PÃÂsaÃ…â„¢ <address@hidden> | 21 | Signed-off-by: Petr PÃÂsaÃ…â„¢ <address@hidden> |
22 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 22 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
23 | --- | 23 | --- |
24 | Upstream-Status: Pending | ||
25 | |||
24 | src/shar-opts.h | 2 +- | 26 | src/shar-opts.h | 2 +- |
25 | src/shar-std.def | 2 +- | 27 | src/shar-std.def | 2 +- |
26 | src/unshar-opts.h | 2 +- | 28 | src/unshar-opts.h | 2 +- |
diff --git a/meta-oe/recipes-support/sharutils/sharutils/0002-Do-not-include-lib-md5.c-into-src-shar.c.patch b/meta-oe/recipes-support/sharutils/sharutils/0002-Do-not-include-lib-md5.c-into-src-shar.c.patch index d4a8d6fbae..5932ddf1c0 100644 --- a/meta-oe/recipes-support/sharutils/sharutils/0002-Do-not-include-lib-md5.c-into-src-shar.c.patch +++ b/meta-oe/recipes-support/sharutils/sharutils/0002-Do-not-include-lib-md5.c-into-src-shar.c.patch | |||
@@ -20,6 +20,8 @@ shar.o:shar.c:(.text+0x28): first defined here | |||
20 | Signed-off-by: Petr PÃÂsaÃ…â„¢ <address@hidden> | 20 | Signed-off-by: Petr PÃÂsaÃ…â„¢ <address@hidden> |
21 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 21 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
22 | --- | 22 | --- |
23 | Upstream-Status: Pending | ||
24 | |||
23 | src/shar.c | 1 - | 25 | src/shar.c | 1 - |
24 | 1 file changed, 1 deletion(-) | 26 | 1 file changed, 1 deletion(-) |
25 | 27 | ||
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi/0001-Don-t-use-__GNUC_PREREQ.patch b/meta-oe/recipes-support/ssiapi/ssiapi/0001-Don-t-use-__GNUC_PREREQ.patch index d9190e5bdf..5842ff1f36 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi/0001-Don-t-use-__GNUC_PREREQ.patch +++ b/meta-oe/recipes-support/ssiapi/ssiapi/0001-Don-t-use-__GNUC_PREREQ.patch | |||
@@ -10,6 +10,8 @@ availability first | |||
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 | lib/efi/efi.h | 4 ++-- | 15 | lib/efi/efi.h | 4 ++-- |
14 | lib/engine/pragma.h | 4 ++-- | 16 | lib/engine/pragma.h | 4 ++-- |
15 | lib/log/log.h | 4 ++-- | 17 | lib/log/log.h | 4 ++-- |
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi/0001-Include-libgen.h.patch b/meta-oe/recipes-support/ssiapi/ssiapi/0001-Include-libgen.h.patch index fd44571b69..b522146602 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi/0001-Include-libgen.h.patch +++ b/meta-oe/recipes-support/ssiapi/ssiapi/0001-Include-libgen.h.patch | |||
@@ -9,6 +9,8 @@ would be upstreams choice to make | |||
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 | tools/ssieventmonitor.cpp | 4 +++- | 14 | tools/ssieventmonitor.cpp | 4 +++- |
13 | 1 file changed, 3 insertions(+), 1 deletion(-) | 15 | 1 file changed, 3 insertions(+), 1 deletion(-) |
14 | 16 | ||
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi/0001-log-Avoid-shadowing-functions-from-std-lib.patch b/meta-oe/recipes-support/ssiapi/ssiapi/0001-log-Avoid-shadowing-functions-from-std-lib.patch index 8fdbf3e60e..c01c7e5ccd 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi/0001-log-Avoid-shadowing-functions-from-std-lib.patch +++ b/meta-oe/recipes-support/ssiapi/ssiapi/0001-log-Avoid-shadowing-functions-from-std-lib.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH 1/4] log: Avoid shadowing functions from std lib | |||
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 | lib/log/log.c | 2 +- | 10 | lib/log/log.c | 2 +- |
9 | lib/log/log.h | 8 ++++---- | 11 | lib/log/log.h | 8 ++++---- |
10 | 2 files changed, 5 insertions(+), 5 deletions(-) | 12 | 2 files changed, 5 insertions(+), 5 deletions(-) |
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi/0002-Use-stangard-int-types.patch b/meta-oe/recipes-support/ssiapi/ssiapi/0002-Use-stangard-int-types.patch index acc718d23d..390faeb77b 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi/0002-Use-stangard-int-types.patch +++ b/meta-oe/recipes-support/ssiapi/ssiapi/0002-Use-stangard-int-types.patch | |||
@@ -10,6 +10,8 @@ error: unknown type name '__uint8_t' | |||
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 | lib/engine/end_device.cpp | 13 +++++++------ | 15 | lib/engine/end_device.cpp | 13 +++++++------ |
14 | 1 file changed, 7 insertions(+), 6 deletions(-) | 16 | 1 file changed, 7 insertions(+), 6 deletions(-) |
15 | 17 | ||
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi/0002-boost-Backport-clang-support.patch b/meta-oe/recipes-support/ssiapi/ssiapi/0002-boost-Backport-clang-support.patch index 2eeab54e53..aabbc04e57 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi/0002-boost-Backport-clang-support.patch +++ b/meta-oe/recipes-support/ssiapi/ssiapi/0002-boost-Backport-clang-support.patch | |||
@@ -7,6 +7,8 @@ backport headers from boost 1.59 | |||
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 | lib/boost/config/compiler/clang.hpp | 272 +++++++++ | 12 | lib/boost/config/compiler/clang.hpp | 272 +++++++++ |
11 | lib/boost/config/stdlib/libcpp.hpp | 80 +++ | 13 | lib/boost/config/stdlib/libcpp.hpp | 80 +++ |
12 | lib/boost/cstdint.hpp | 542 ++++++++++++++++++ | 14 | lib/boost/cstdint.hpp | 542 ++++++++++++++++++ |
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi/0003-engine-Define-discover-const-String-path-in-base-cla.patch b/meta-oe/recipes-support/ssiapi/ssiapi/0003-engine-Define-discover-const-String-path-in-base-cla.patch index 261358459e..e5e257b49a 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi/0003-engine-Define-discover-const-String-path-in-base-cla.patch +++ b/meta-oe/recipes-support/ssiapi/ssiapi/0003-engine-Define-discover-const-String-path-in-base-cla.patch | |||
@@ -11,6 +11,8 @@ Remove ununsed orom_vmd | |||
11 | 11 | ||
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
13 | --- | 13 | --- |
14 | Upstream-Status: Pending | ||
15 | |||
14 | lib/engine/storage_object.h | 3 +++ | 16 | lib/engine/storage_object.h | 3 +++ |
15 | lib/engine/vmd_raid_info.h | 2 -- | 17 | lib/engine/vmd_raid_info.h | 2 -- |
16 | 2 files changed, 3 insertions(+), 2 deletions(-) | 18 | 2 files changed, 3 insertions(+), 2 deletions(-) |
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi/0003-replace-canonicalize_file_name-with-realpath.patch b/meta-oe/recipes-support/ssiapi/ssiapi/0003-replace-canonicalize_file_name-with-realpath.patch index 848d38b223..d70be51ee6 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi/0003-replace-canonicalize_file_name-with-realpath.patch +++ b/meta-oe/recipes-support/ssiapi/ssiapi/0003-replace-canonicalize_file_name-with-realpath.patch | |||
@@ -11,6 +11,8 @@ error: use of undeclared identifier 'canonicalize_file_name' | |||
11 | 11 | ||
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
13 | --- | 13 | --- |
14 | Upstream-Status: Pending | ||
15 | |||
14 | lib/engine/filesystem.cpp | 2 +- | 16 | lib/engine/filesystem.cpp | 2 +- |
15 | tools/ssieventmonitor.cpp | 2 +- | 17 | tools/ssieventmonitor.cpp | 2 +- |
16 | 2 files changed, 2 insertions(+), 2 deletions(-) | 18 | 2 files changed, 2 insertions(+), 2 deletions(-) |
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi/0004-Do-not-override-flags-coming-from-build-environment.patch b/meta-oe/recipes-support/ssiapi/ssiapi/0004-Do-not-override-flags-coming-from-build-environment.patch index ca2ffc56b1..56e3c658a4 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi/0004-Do-not-override-flags-coming-from-build-environment.patch +++ b/meta-oe/recipes-support/ssiapi/ssiapi/0004-Do-not-override-flags-coming-from-build-environment.patch | |||
@@ -8,6 +8,8 @@ without this change, the build would fail | |||
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 | configure.ac | 6 +++--- | 13 | configure.ac | 6 +++--- |
12 | 1 file changed, 3 insertions(+), 3 deletions(-) | 14 | 1 file changed, 3 insertions(+), 3 deletions(-) |
13 | 15 | ||
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi/0004-include-limits.h.patch b/meta-oe/recipes-support/ssiapi/ssiapi/0004-include-limits.h.patch index d63eb50619..005a35e5a4 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi/0004-include-limits.h.patch +++ b/meta-oe/recipes-support/ssiapi/ssiapi/0004-include-limits.h.patch | |||
@@ -8,6 +8,8 @@ error: use of undeclared identifier 'PATH_MAX' | |||
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 | tools/ssieventmonitor.cpp | 1 + | 13 | tools/ssieventmonitor.cpp | 1 + |
12 | 1 file changed, 1 insertion(+) | 14 | 1 file changed, 1 insertion(+) |
13 | 15 | ||
diff --git a/meta-oe/recipes-support/ssiapi/ssiapi/0005-enable-out-of-source-tree-builds.patch b/meta-oe/recipes-support/ssiapi/ssiapi/0005-enable-out-of-source-tree-builds.patch index c516f65252..6dd7fc735e 100644 --- a/meta-oe/recipes-support/ssiapi/ssiapi/0005-enable-out-of-source-tree-builds.patch +++ b/meta-oe/recipes-support/ssiapi/ssiapi/0005-enable-out-of-source-tree-builds.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] enable out of source tree builds | |||
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 | lib/efi/Makefile.am | 2 +- | 10 | lib/efi/Makefile.am | 2 +- |
9 | lib/engine/Makefile.am | 2 +- | 11 | lib/engine/Makefile.am | 2 +- |
10 | lib/orom/Makefile.am | 2 +- | 12 | lib/orom/Makefile.am | 2 +- |
diff --git a/meta-oe/recipes-support/uim/uim/uim-module-manager.patch b/meta-oe/recipes-support/uim/uim/uim-module-manager.patch index 0fafc8533e..0e2fb687b6 100644 --- a/meta-oe/recipes-support/uim/uim/uim-module-manager.patch +++ b/meta-oe/recipes-support/uim/uim/uim-module-manager.patch | |||
@@ -3,6 +3,8 @@ From: Bian Naimeng <biannm@cn.fujitsu.com> | |||
3 | Date: Fri, 26 Jun 2015 12:57:48 +0900 | 3 | Date: Fri, 26 Jun 2015 12:57:48 +0900 |
4 | 4 | ||
5 | --- | 5 | --- |
6 | Upstream-Status: Pending | ||
7 | |||
6 | scm/Makefile.am | 2 +- | 8 | scm/Makefile.am | 2 +- |
7 | 1 file changed, 1 insertion(+), 1 deletion(-) | 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
8 | 10 | ||
diff --git a/meta-oe/recipes-support/utouch/utouch-frame/0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch b/meta-oe/recipes-support/utouch/utouch-frame/0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch index f3c8eeb418..f0860fcd90 100644 --- a/meta-oe/recipes-support/utouch/utouch-frame/0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch +++ b/meta-oe/recipes-support/utouch/utouch-frame/0001-include-sys-stat.h-for-fixing-build-issue-on-musl.patch | |||
@@ -9,6 +9,8 @@ error: field has incomplete | |||
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 | tools/utouch-frame-test-mtdev.c | 1 + | 14 | tools/utouch-frame-test-mtdev.c | 1 + |
13 | 1 file changed, 1 insertion(+) | 15 | 1 file changed, 1 insertion(+) |
14 | 16 | ||
diff --git a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/1024.patch b/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/1024.patch index 7506d8bb26..12613f8b19 100644 --- a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/1024.patch +++ b/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/1024.patch | |||
@@ -6,6 +6,8 @@ Subject: [PATCH] SCons 4.2.0 no longer has env_cpp11.has_key() Check env_cpp11 | |||
6 | 6 | ||
7 | This fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003022 | 7 | This fixes https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1003022 |
8 | --- | 8 | --- |
9 | Upstream-Status: Pending | ||
10 | |||
9 | examples/broadcast_server/SConscript | 2 +- | 11 | examples/broadcast_server/SConscript | 2 +- |
10 | examples/debug_client/SConscript | 2 +- | 12 | examples/debug_client/SConscript | 2 +- |
11 | examples/debug_server/SConscript | 2 +- | 13 | examples/debug_server/SConscript | 2 +- |
diff --git a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/855.patch b/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/855.patch index 3245d941b0..68cb645b40 100644 --- a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/855.patch +++ b/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/855.patch | |||
@@ -5,6 +5,8 @@ Subject: [PATCH] Fix cmake find boost with version >= 1.71 | |||
5 | 5 | ||
6 | For some reasons "system;thread;random;unit_test_framework" was seen as a single module, because of the quotes. | 6 | For some reasons "system;thread;random;unit_test_framework" was seen as a single module, because of the quotes. |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | CMakeLists.txt | 2 +- | 10 | 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-support/websocketpp/websocketpp-0.8.2/857.patch b/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/857.patch index f221cd6999..401a614dc1 100644 --- a/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/857.patch +++ b/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/857.patch | |||
@@ -8,6 +8,8 @@ Subject: [PATCH] Update SConstruct with new Python3 syntax: - new raise | |||
8 | This should fix FTBFS against new scons 3.1.2 | 8 | This should fix FTBFS against new scons 3.1.2 |
9 | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947584 | 9 | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947584 |
10 | --- | 10 | --- |
11 | Upstream-Status: Pending | ||
12 | |||
11 | SConstruct | 45 +++++++++++++++++++++++---------------------- | 13 | SConstruct | 45 +++++++++++++++++++++++---------------------- |
12 | 1 file changed, 23 insertions(+), 22 deletions(-) | 14 | 1 file changed, 23 insertions(+), 22 deletions(-) |
13 | 15 | ||
diff --git a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/0001-xdg-desktop-portal-pc-in-add-pc_sysrootdir-dir.patch b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/0001-xdg-desktop-portal-pc-in-add-pc_sysrootdir-dir.patch index 4b80c6e9f8..1997d0ffe7 100644 --- a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/0001-xdg-desktop-portal-pc-in-add-pc_sysrootdir-dir.patch +++ b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal/0001-xdg-desktop-portal-pc-in-add-pc_sysrootdir-dir.patch | |||
@@ -4,6 +4,8 @@ Date: Mon, 12 Dec 2022 18:40:31 +0100 | |||
4 | Subject: [PATCH] xdg-desktop-portal.pc.in: add pc_sysrootdir dir | 4 | Subject: [PATCH] xdg-desktop-portal.pc.in: add pc_sysrootdir dir |
5 | 5 | ||
6 | --- | 6 | --- |
7 | Upstream-Status: Pending | ||
8 | |||
7 | xdg-desktop-portal.pc.in | 2 +- | 9 | xdg-desktop-portal.pc.in | 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-support/xmlstarlet/files/configure.ac.patch b/meta-oe/recipes-support/xmlstarlet/files/configure.ac.patch index e55f4f3b13..7e13110a3b 100644 --- a/meta-oe/recipes-support/xmlstarlet/files/configure.ac.patch +++ b/meta-oe/recipes-support/xmlstarlet/files/configure.ac.patch | |||
@@ -1,3 +1,5 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
1 | configure.ac: don't use xml-config if --with-libxml-prefix is specified to configure | 3 | configure.ac: don't use xml-config if --with-libxml-prefix is specified to configure |
2 | 4 | ||
3 | Same behavior for xslt-config. | 5 | Same behavior for xslt-config. |
diff --git a/meta-oe/recipes-support/xrdp/xrdp/0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch b/meta-oe/recipes-support/xrdp/xrdp/0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch index 5e7fca02a5..05803266cb 100644 --- a/meta-oe/recipes-support/xrdp/xrdp/0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch +++ b/meta-oe/recipes-support/xrdp/xrdp/0001-Added-req_distinguished_name-in-etc-xrdp-openssl.con.patch | |||
@@ -6,6 +6,8 @@ Subject: [PATCH] Added req_distinguished_name in /etc/xrdp/openssl.conf, | |||
6 | 6 | ||
7 | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> | 7 | Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> |
8 | --- | 8 | --- |
9 | Upstream-Status: Pending | ||
10 | |||
9 | keygen/openssl.conf | 8 ++++++++ | 11 | keygen/openssl.conf | 8 ++++++++ |
10 | 1 file changed, 8 insertions(+) | 12 | 1 file changed, 8 insertions(+) |
11 | 13 | ||
diff --git a/meta-oe/recipes-support/xrdp/xrdp/0001-Fix-the-compile-error.patch b/meta-oe/recipes-support/xrdp/xrdp/0001-Fix-the-compile-error.patch index 82b2790856..e8b4ffa6bf 100644 --- a/meta-oe/recipes-support/xrdp/xrdp/0001-Fix-the-compile-error.patch +++ b/meta-oe/recipes-support/xrdp/xrdp/0001-Fix-the-compile-error.patch | |||
@@ -5,6 +5,8 @@ Fix the compile error: | |||
5 | 5 | ||
6 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 6 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> |
7 | --- | 7 | --- |
8 | Upstream-Status: Pending | ||
9 | |||
8 | xrdp/Makefile.am | 4 ++-- | 10 | xrdp/Makefile.am | 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-support/zbar/zbar/0001-qt-Create-subdir-in-Makefile.patch b/meta-oe/recipes-support/zbar/zbar/0001-qt-Create-subdir-in-Makefile.patch index d7ca152074..3d8c07f02b 100644 --- a/meta-oe/recipes-support/zbar/zbar/0001-qt-Create-subdir-in-Makefile.patch +++ b/meta-oe/recipes-support/zbar/zbar/0001-qt-Create-subdir-in-Makefile.patch | |||
@@ -17,6 +17,8 @@ make: *** [Makefile:2459: qt/moc_QZBar.cpp] Error 1 | |||
17 | 17 | ||
18 | Signed-off-by: Daniel Gomez <dagmcr@gmail.com> | 18 | Signed-off-by: Daniel Gomez <dagmcr@gmail.com> |
19 | --- | 19 | --- |
20 | Upstream-Status: Pending | ||
21 | |||
20 | qt/Makefile.am.inc | 1 + | 22 | qt/Makefile.am.inc | 1 + |
21 | 1 file changed, 1 insertion(+) | 23 | 1 file changed, 1 insertion(+) |
22 | 24 | ||
diff --git a/meta-oe/recipes-support/zbar/zbar/0002-zbarcam-Create-subdir-in-Makefile.patch b/meta-oe/recipes-support/zbar/zbar/0002-zbarcam-Create-subdir-in-Makefile.patch index a1c27b8b43..9030ed88f2 100644 --- a/meta-oe/recipes-support/zbar/zbar/0002-zbarcam-Create-subdir-in-Makefile.patch +++ b/meta-oe/recipes-support/zbar/zbar/0002-zbarcam-Create-subdir-in-Makefile.patch | |||
@@ -20,6 +20,8 @@ make: *** [Makefile:2438: zbarcam/moc_zbarcam_qt.h] Error 1 | |||
20 | 20 | ||
21 | Signed-off-by: Daniel Gomez <dagmcr@gmail.com> | 21 | Signed-off-by: Daniel Gomez <dagmcr@gmail.com> |
22 | --- | 22 | --- |
23 | Upstream-Status: Pending | ||
24 | |||
23 | zbarcam/Makefile.am.inc | 1 + | 25 | zbarcam/Makefile.am.inc | 1 + |
24 | 1 file changed, 1 insertion(+) | 26 | 1 file changed, 1 insertion(+) |
25 | 27 | ||