diff options
author | Ross Burton <ross@burtonini.com> | 2020-09-25 06:04:35 -1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-06 14:15:21 +0100 |
commit | 5fb7913c5e337a16b07a1a45417ab91361e97360 (patch) | |
tree | 408de85255c7dc8422d808cb55331422e97c0049 | |
parent | 02470d9ab06597ce29d2fbb8f462afd412ee3be0 (diff) | |
download | poky-5fb7913c5e337a16b07a1a45417ab91361e97360.tar.gz |
meta: add/fix invalid Upstream-Status tags
(From OE-Core rev: 4dbae5c7c28a2cd6ebb601f984a54ca33d19afaf)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 630ce8130598e2bca7231ac28a7cc18b5b942544)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3/0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch b/meta/recipes-devtools/python/python3/0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch index d38ed61dd7..ea0af02e72 100644 --- a/meta/recipes-devtools/python/python3/0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch +++ b/meta/recipes-devtools/python/python3/0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch | |||
@@ -46,7 +46,7 @@ ValueError: semaphore or lock released too many times | |||
46 | 46 | ||
47 | And the semaphore issue also caused multiprocessing.Queue().put() hung. | 47 | And the semaphore issue also caused multiprocessing.Queue().put() hung. |
48 | 48 | ||
49 | Upstream-Status: Pensing | 49 | Upstream-Status: Pending |
50 | 50 | ||
51 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> | 51 | Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> |
52 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> | 52 | Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> |
diff --git a/meta/recipes-devtools/qemu/qemu/0001-qemu-Do-not-include-file-if-not-exists.patch b/meta/recipes-devtools/qemu/qemu/0001-qemu-Do-not-include-file-if-not-exists.patch index eccac0509c..22f97c696e 100644 --- a/meta/recipes-devtools/qemu/qemu/0001-qemu-Do-not-include-file-if-not-exists.patch +++ b/meta/recipes-devtools/qemu/qemu/0001-qemu-Do-not-include-file-if-not-exists.patch | |||
@@ -6,7 +6,7 @@ Subject: [PATCH] qemu: Do not include file if not exists | |||
6 | Script configure checks for if_alg.h and check failed but | 6 | Script configure checks for if_alg.h and check failed but |
7 | if_alg.h still included. | 7 | if_alg.h still included. |
8 | 8 | ||
9 | Upstream-status: Submitted [https://lists.gnu.org/archive/html/qemu-devel/2020-03/msg07188.html] | 9 | Upstream-Status: Submitted [https://lists.gnu.org/archive/html/qemu-devel/2020-03/msg07188.html] |
10 | Signed-off-by: Oleksiy Obitotskyy <oobitots@cisco.com> | 10 | Signed-off-by: Oleksiy Obitotskyy <oobitots@cisco.com> |
11 | --- | 11 | --- |
12 | linux-user/syscall.c | 2 ++ | 12 | linux-user/syscall.c | 2 ++ |
diff --git a/meta/recipes-extended/ltp/ltp/0004-guard-mallocopt-with-__GLIBC__.patch b/meta/recipes-extended/ltp/ltp/0004-guard-mallocopt-with-__GLIBC__.patch index 5622a64d43..d77990e0e2 100644 --- a/meta/recipes-extended/ltp/ltp/0004-guard-mallocopt-with-__GLIBC__.patch +++ b/meta/recipes-extended/ltp/ltp/0004-guard-mallocopt-with-__GLIBC__.patch | |||
@@ -5,7 +5,7 @@ Subject: [PATCH] guard mallocopt() with __GLIBC__ | |||
5 | 5 | ||
6 | mallocopt is not available on non glibc implementations | 6 | mallocopt is not available on non glibc implementations |
7 | 7 | ||
8 | Upstream-Status: Pending | 8 | Upstream-Status: Accepted [967612c454aea66770b64f69287671037fe895b3] |
9 | 9 | ||
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
11 | --- | 11 | --- |