summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-23 12:26:27 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-24 18:06:43 +0100
commit158ddebbb70c7d42dc3fc122fa53dc20aa9c8fd4 (patch)
tree272e6f73d9d0d5d4e729e9e96121cf42b7620db6 /meta/recipes-support
parent172022d8db915141fa39b0be2fa8329b9b3983e3 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-support/libjitterentropy/files/0001-Make-man-pages-reproducible.patch2
-rw-r--r--meta/recipes-support/libjitterentropy/files/0001-Makefile-cleanup-install-for-rebuilds.patch2
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
6Instructs the man page to be gzip'ed without the file name or timestamp 6Instructs the man page to be gzip'ed without the file name or timestamp
7so that it builds reproducibly. 7so that it builds reproducibly.
8 8
9Upstream-Status: Accepted [https://github.com/smuellerDD/jitterentropy-library/pull/14] 9Upstream-Status: Backport [https://github.com/smuellerDD/jitterentropy-library/pull/14]
10Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> 10Signed-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
10cases where a embedded target build may want to control stripping 10cases where a embedded target build may want to control stripping
11or provide cross arch tools. 11or provide cross arch tools.
12 12
13Upstream-Status: Accepted [060b9b4147f6e5ff386a8b017796118d783e59fa] 13Upstream-Status: Backport [060b9b4147f6e5ff386a8b017796118d783e59fa]
14Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> 14Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
15Signed-off-by: Stephan Mueller <smueller@chronox.de> 15Signed-off-by: Stephan Mueller <smueller@chronox.de>
16Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> 16Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>