1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Richard Purdie
2020-06-23 12:26:27 +01:00
parent 172022d8db
commit 158ddebbb7
6 changed files with 6 additions and 6 deletions
@@ -8,7 +8,7 @@ Subject: [PATCH] binutils: drop redundant 'program_name' definition
* srconv.c (program_name): Likewise * srconv.c (program_name): Likewise
* sysdump.c (program_name): Likewise * sysdump.c (program_name): Likewise
Upstream-Status: Accepted (commit 0b398d69ac) Upstream-Status: Backport (commit 0b398d69ac)
Signed-off-by: Sergei Trofimovich <siarheit@google.com> Signed-off-by: Sergei Trofimovich <siarheit@google.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
--- ---
@@ -8,7 +8,7 @@ ENC2XS_NO_COMMENTS environment variable. This allows enc2xs to produce
reproducible output by omitting the name of the generating program. reproducible output by omitting the name of the generating program.
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Upstream-Status: Accepted [https://github.com/dankogai/p5-encode/pull/145] Upstream-Status: Backport [https://github.com/dankogai/p5-encode/pull/145]
--- ---
cpan/Encode/bin/enc2xs | 1 + cpan/Encode/bin/enc2xs | 1 +
1 file changed, 1 insertion(+) 1 file changed, 1 insertion(+)
@@ -3,7 +3,7 @@ From: Sergey Poznyakoff <gray@gnu.org>
Date: Mon, 20 Jan 2020 07:45:39 +0200 Date: Mon, 20 Jan 2020 07:45:39 +0200
Subject: [PATCH] src/global.c: Remove superfluous declaration of program_name Subject: [PATCH] src/global.c: Remove superfluous declaration of program_name
Upstream-Status: Accepted (commit 641d3f4) Upstream-Status: Backport (commit 641d3f4)
Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
--- ---
src/global.c | 3 --- src/global.c | 3 ---
@@ -9,7 +9,7 @@ to build race errors between building the compiler and using it.
Fix provided by Quentin Schulz <quentin.schulz@streamunlimited.com> Fix provided by Quentin Schulz <quentin.schulz@streamunlimited.com>
Upstream-Status: Accepted [https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/228] Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/228]
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
--- ---
gir/meson.build | 2 +- gir/meson.build | 2 +-
@@ -6,7 +6,7 @@ Subject: [PATCH] Make man pages reproducible
Instructs the man page to be gzip'ed without the file name or timestamp Instructs the man page to be gzip'ed without the file name or timestamp
so that it builds reproducibly. so that it builds reproducibly.
Upstream-Status: Accepted [https://github.com/smuellerDD/jitterentropy-library/pull/14] Upstream-Status: Backport [https://github.com/smuellerDD/jitterentropy-library/pull/14]
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
--- ---
Makefile | 2 +- Makefile | 2 +-
@@ -10,7 +10,7 @@ Provide the ability to override the stripping of the shared lib for
cases where a embedded target build may want to control stripping cases where a embedded target build may want to control stripping
or provide cross arch tools. or provide cross arch tools.
Upstream-Status: Accepted [060b9b4147f6e5ff386a8b017796118d783e59fa] Upstream-Status: Backport [060b9b4147f6e5ff386a8b017796118d783e59fa]
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Stephan Mueller <smueller@chronox.de> Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>