]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipes: Fix Upstream-Status Accepted -> Backport
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2020 11:26:27 +0000 (12:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 24 Jun 2020 17:06:05 +0000 (18:06 +0100)
It helps our stats tracking to use Backport consitently, it mreans the same
thing as Accepted in pretty much all cases.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/binutils/binutils/0017-binutils-drop-redundant-program_name-definition-fno-.patch
meta/recipes-devtools/perl/files/0001-enc2xs-Add-environment-variable-to-suppress-comments.patch
meta/recipes-extended/cpio/cpio-2.13/0002-src-global.c-Remove-superfluous-declaration-of-progr.patch
meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-gir-add-a-dependency-for-g-ir-compiler-for-building-.patch
meta/recipes-support/libjitterentropy/files/0001-Make-man-pages-reproducible.patch
meta/recipes-support/libjitterentropy/files/0001-Makefile-cleanup-install-for-rebuilds.patch

index 55af9abc130e86c8b67d29c5e1b037b363240763..be59f9dca0a0938611b936db085a503146d69f06 100644 (file)
@@ -8,7 +8,7 @@ Subject: [PATCH] binutils: drop redundant 'program_name' definition
        * srconv.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: Richard Leitner <richard.leitner@skidata.com>
 ---
index 3a41820f46bdc330f4a12d572a809cbac4c9959d..1a531072a8ada2dc536499d49792ac290a857141 100644 (file)
@@ -8,7 +8,7 @@ ENC2XS_NO_COMMENTS environment variable. This allows enc2xs to produce
 reproducible output by omitting the name of the generating program.
 
 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 +
  1 file changed, 1 insertion(+)
index d48a3b0d19b8310a136c3950a3fcd775d8efcb1a..478324c1c489ce35cfa2a41b15bd59cfcab73f52 100644 (file)
@@ -3,7 +3,7 @@ From: Sergey Poznyakoff <gray@gnu.org>
 Date: Mon, 20 Jan 2020 07:45:39 +0200
 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>
 ---
  src/global.c | 3 ---
index adb357b5ecc1d1bbf91b056b5338f307be538cf1..fc37a5bb96dc1769a6b3dd115dd543e55218113c 100644 (file)
@@ -9,7 +9,7 @@ to build race errors between building the compiler and using it.
 
 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>
 ---
  gir/meson.build | 2 +-
index 886fd26db18fe106d5c238bcda69cf8ad404c5fd..57b336c0c093f367b1f743ff3aad22e7ea51d565 100644 (file)
@@ -6,7 +6,7 @@ Subject: [PATCH] Make man pages reproducible
 Instructs the man page to be gzip'ed without the file name or timestamp
 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>
 ---
  Makefile | 2 +-
index a19b2522935f563601ab6a0f6818efa74feaf7fa..9af334ce2c5e5cb2b2d4a7c222b240644c32f9c2 100644 (file)
@@ -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
 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: Stephan Mueller <smueller@chronox.de>
 Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>