diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-23 12:26:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-24 18:06:43 +0100 |
commit | 158ddebbb70c7d42dc3fc122fa53dc20aa9c8fd4 (patch) | |
tree | 272e6f73d9d0d5d4e729e9e96121cf42b7620db6 /meta/recipes-support/libjitterentropy | |
parent | 172022d8db915141fa39b0be2fa8329b9b3983e3 (diff) | |
download | poky-158ddebbb70c7d42dc3fc122fa53dc20aa9c8fd4.tar.gz |
recipes: Fix Upstream-Status Accepted -> Backport
It helps our stats tracking to use Backport consitently, it mreans the same
thing as Accepted in pretty much all cases.
(From OE-Core rev: 3e923d86012c981cb332083b87353fdbc0a2b83a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libjitterentropy')
-rw-r--r-- | meta/recipes-support/libjitterentropy/files/0001-Make-man-pages-reproducible.patch | 2 | ||||
-rw-r--r-- | meta/recipes-support/libjitterentropy/files/0001-Makefile-cleanup-install-for-rebuilds.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libjitterentropy/files/0001-Make-man-pages-reproducible.patch b/meta/recipes-support/libjitterentropy/files/0001-Make-man-pages-reproducible.patch index 886fd26db1..57b336c0c0 100644 --- a/meta/recipes-support/libjitterentropy/files/0001-Make-man-pages-reproducible.patch +++ b/meta/recipes-support/libjitterentropy/files/0001-Make-man-pages-reproducible.patch | |||
@@ -6,7 +6,7 @@ Subject: [PATCH] Make man pages reproducible | |||
6 | Instructs the man page to be gzip'ed without the file name or timestamp | 6 | Instructs the man page to be gzip'ed without the file name or timestamp |
7 | so that it builds reproducibly. | 7 | so that it builds reproducibly. |
8 | 8 | ||
9 | Upstream-Status: Accepted [https://github.com/smuellerDD/jitterentropy-library/pull/14] | 9 | Upstream-Status: Backport [https://github.com/smuellerDD/jitterentropy-library/pull/14] |
10 | Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> | 10 | Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> |
11 | --- | 11 | --- |
12 | Makefile | 2 +- | 12 | Makefile | 2 +- |
diff --git a/meta/recipes-support/libjitterentropy/files/0001-Makefile-cleanup-install-for-rebuilds.patch b/meta/recipes-support/libjitterentropy/files/0001-Makefile-cleanup-install-for-rebuilds.patch index a19b252293..9af334ce2c 100644 --- a/meta/recipes-support/libjitterentropy/files/0001-Makefile-cleanup-install-for-rebuilds.patch +++ b/meta/recipes-support/libjitterentropy/files/0001-Makefile-cleanup-install-for-rebuilds.patch | |||
@@ -10,7 +10,7 @@ Provide the ability to override the stripping of the shared lib for | |||
10 | cases where a embedded target build may want to control stripping | 10 | cases where a embedded target build may want to control stripping |
11 | or provide cross arch tools. | 11 | or provide cross arch tools. |
12 | 12 | ||
13 | Upstream-Status: Accepted [060b9b4147f6e5ff386a8b017796118d783e59fa] | 13 | Upstream-Status: Backport [060b9b4147f6e5ff386a8b017796118d783e59fa] |
14 | Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> | 14 | Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> |
15 | Signed-off-by: Stephan Mueller <smueller@chronox.de> | 15 | Signed-off-by: Stephan Mueller <smueller@chronox.de> |
16 | Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> | 16 | Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> |