Explorar o código

package/odb: properly format Upstream: tags in patches

All patches of the odb package already contained relevant Upstream
information, just not formatted according to how we expect it. Let's
fix that, and drop the .checkpackageignore entries that are no longer
needed.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 84ae3b04fe6cd70a4abccc5d9e19218583410c16)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Thomas Petazzoni hai 1 ano
pai
achega
611adf8283

+ 0 - 13
.checkpackageignore

@@ -1102,19 +1102,6 @@ package/numactl/0001-link-with-latomic-if-needed-again.patch lib_patch.Upstream
 package/nuttcp/0001-susv3-legacy.patch lib_patch.Upstream
 package/nvidia-driver/0001-use-LDFLAGS.patch lib_patch.Upstream
 package/octave/0001-Fix-BLAS-library-integer-size-detection.patch lib_patch.Upstream
-package/odb/0001-tm.h-include-in-gcc.hxx-appears-to-be-no-longer-nece.patch lib_patch.Upstream
-package/odb/0002-Remove-gratuitous-classes.patch lib_patch.Upstream
-package/odb/0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch lib_patch.Upstream
-package/odb/0004-Make-compilable-with-GCC-6-in-C-14-mode.patch lib_patch.Upstream
-package/odb/0005-Fix-bug-in-GCC-6-input_location-translation.patch lib_patch.Upstream
-package/odb/0006-Adapt-to-changes-in-GCC-8.patch lib_patch.Upstream
-package/odb/0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch lib_patch.Upstream
-package/odb/0008-Fix-GCC-8-adaptation-to-be-compatible-with-previous-.patch lib_patch.Upstream
-package/odb/0009-Handle-namespace-aliases-when-parsing-GCC-tree.patch lib_patch.Upstream
-package/odb/0010-Add-initial-support-for-GCC-9.patch lib_patch.Upstream
-package/odb/0011-Adjust-to-changes-in-GCC-10.patch lib_patch.Upstream
-package/odb/0012-Adjust-to-changes-in-GCC-11.patch lib_patch.Upstream
-package/odb/0013-Resolve-name-lookup-ambiguity-causing-error-with-GCC.patch lib_patch.Upstream
 package/ofono/0001-uclibc-backtrace.patch lib_patch.Upstream
 package/ofono/S46ofono lib_sysv.Variables
 package/ola/0001-ola-fix-compilation-with-musl-1-2-3.patch lib_patch.Upstream

+ 1 - 1
package/odb/0001-tm.h-include-in-gcc.hxx-appears-to-be-no-longer-nece.patch

@@ -6,7 +6,7 @@ Subject: [PATCH] <tm.h> include in gcc.hxx appears to be no longer necessary
 On MIPS this file pulls in enum processor which conflicts with
 our class processor.
 
-[Upstream: f0bbc17aeed1b636782a4b92e8191d90f310d0a2]
+Upstream: https://git.codesynthesis.com/cgit/odb/odb/commit/?id=f0bbc17aeed1b636782a4b92e8191d90f310d0a2
 Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
 ---
  odb/gcc.hxx | 2 --

+ 1 - 1
package/odb/0002-Remove-gratuitous-classes.patch

@@ -6,7 +6,7 @@ Subject: [PATCH] Remove gratuitous classes
 In the process also get rid of global class processor which conflicts
 with enum processor on MIPS.
 
-[Upstream: bbc39ffe31c67506b4c03fc56fa3adcb925b6325]
+Upstream: https://git.codesynthesis.com/cgit/odb/odb/commit/?id=bbc39ffe31c67506b4c03fc56fa3adcb925b6325
 Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
 ---
  odb/context.hxx              |  3 ++-

+ 1 - 1
package/odb/0003-Initial-work-to-make-ODB-compatible-with-GCC-6.patch

@@ -3,7 +3,7 @@ From: Boris Kolpackov <boris@codesynthesis.com>
 Date: Fri, 5 Feb 2016 16:01:42 +0200
 Subject: [PATCH] Initial work to make ODB compatible with GCC 6
 
-[Upstream: 511dcf67322ad87fb32f97d1cf7725c129e83898]
+Upstream: https://git.codesynthesis.com/cgit/odb/odb/commit/?id=511dcf67322ad87fb32f97d1cf7725c129e83898
 Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
 ---
  odb/cxx-lexer.cxx          |  4 ++++

+ 1 - 1
package/odb/0004-Make-compilable-with-GCC-6-in-C-14-mode.patch

@@ -3,7 +3,7 @@ From: Boris Kolpackov <boris@codesynthesis.com>
 Date: Mon, 8 Feb 2016 18:39:21 +0200
 Subject: [PATCH] Make compilable with GCC 6 in C++14 mode
 
-[Upstream: 61d13eb53ade9f30a64892a901401bda5e42c335]
+Upstream: https://git.codesynthesis.com/cgit/odb/odb/commit/?id=61d13eb53ade9f30a64892a901401bda5e42c335
 Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
 ---
  odb/gcc.hxx    | 9 ++++++---

+ 1 - 1
package/odb/0005-Fix-bug-in-GCC-6-input_location-translation.patch

@@ -3,7 +3,7 @@ From: Boris Kolpackov <boris@codesynthesis.com>
 Date: Fri, 23 Dec 2016 10:18:01 +0200
 Subject: [PATCH] Fix bug in GCC 6 input_location translation
 
-[Upstream: ec777147024fde72e4411cc6b1e1e49f4a1d1804]
+Upstream: https://git.codesynthesis.com/cgit/odb/odb/commit/?id=ec777147024fde72e4411cc6b1e1e49f4a1d1804
 Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
 ---
  odb/cxx-lexer.cxx | 8 ++++++++

+ 1 - 1
package/odb/0006-Adapt-to-changes-in-GCC-8.patch

@@ -3,7 +3,7 @@ From: Boris Kolpackov <boris@codesynthesis.com>
 Date: Tue, 7 Nov 2017 14:58:43 +0200
 Subject: [PATCH] Adapt to changes in GCC 8
 
-[Upstream: 356630ced28f3101e8e2d88e3c52f8d3008515c7]
+Upstream: https://git.codesynthesis.com/cgit/odb/odb/commit/?id=356630ced28f3101e8e2d88e3c52f8d3008515c7
 Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
 ---
  odb/cxx-lexer.cxx          | 16 ++++++++++++++--

+ 1 - 1
package/odb/0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch

@@ -3,7 +3,7 @@ From: Boris Kolpackov <boris@codesynthesis.com>
 Date: Tue, 7 Nov 2017 10:37:53 +0200
 Subject: [PATCH] Switch to C++11, get rid of auto_ptr use
 
-[Upstream: 6e374de9ae2f2978f2fca3390aba4ea3f72bfade]
+Upstream: https://git.codesynthesis.com/cgit/odb/odb/commit/?id=6e374de9ae2f2978f2fca3390aba4ea3f72bfade
 Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
 ---
  odb/Makefile.am   |  5 +++++

+ 1 - 1
package/odb/0008-Fix-GCC-8-adaptation-to-be-compatible-with-previous-.patch

@@ -4,7 +4,7 @@ Date: Tue, 7 Nov 2017 16:57:35 +0200
 Subject: [PATCH] Fix GCC 8 adaptation to be compatible with previous
  versions
 
-[Upstream: 006bbc5748a8197d7874550cc9186545f1c55ad8]
+Upstream: https://git.codesynthesis.com/cgit/odb/odb/commit/?id=006bbc5748a8197d7874550cc9186545f1c55ad8
 Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
 ---
  odb/validator.cxx | 6 ++++++

+ 1 - 1
package/odb/0009-Handle-namespace-aliases-when-parsing-GCC-tree.patch

@@ -3,7 +3,7 @@ From: Boris Kolpackov <boris@codesynthesis.com>
 Date: Fri, 5 Oct 2018 07:20:18 +0200
 Subject: [PATCH] Handle namespace aliases when parsing GCC tree
 
-[Upstream: 3a1788234bfaa96ee093b68e9ba02cf7d5bdffe6]
+Upstream: https://git.codesynthesis.com/cgit/odb/odb/commit/?id=3a1788234bfaa96ee093b68e9ba02cf7d5bdffe6
 Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
 ---
  odb/parser.cxx | 5 +++++

+ 1 - 1
package/odb/0010-Add-initial-support-for-GCC-9.patch

@@ -3,7 +3,7 @@ From: Boris Kolpackov <boris@codesynthesis.com>
 Date: Fri, 15 Mar 2019 17:37:28 +0200
 Subject: [PATCH] Add initial support for GCC 9
 
-[Upstream: 841140bbf13ae2bfaa5978a181718cda0a8edae7]
+Upstream: https://git.codesynthesis.com/cgit/odb/odb/commit/?id=841140bbf13ae2bfaa5978a181718cda0a8edae7
 Signed-off-by: Kamel Bouhara <kamel.bouhara@bootlin.com>
 ---
  odb/cxx-lexer.cxx | 33 +++++++++++++++++++++++++++------

+ 1 - 1
package/odb/0011-Adjust-to-changes-in-GCC-10.patch

@@ -3,7 +3,7 @@ From: Boris Kolpackov <boris@codesynthesis.com>
 Date: Wed, 17 Jun 2020 11:22:11 +0200
 Subject: [PATCH] Adjust to changes in GCC 10
 
-[Upstream: 060bb7eb4d008fbd4a9fa8ef7c5e33c9e483eb52]
+Upstream: https://git.codesynthesis.com/cgit/odb/odb/commit/?id=060bb7eb4d008fbd4a9fa8ef7c5e33c9e483eb52
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 ---
  odb/gcc.hxx                | 7 +++++--

+ 1 - 1
package/odb/0012-Adjust-to-changes-in-GCC-11.patch

@@ -3,7 +3,7 @@ From: Boris Kolpackov <boris@codesynthesis.com>
 Date: Wed, 31 Mar 2021 10:45:21 +0200
 Subject: [PATCH] Adjust to changes in GCC 11
 
-[Upstream: 61d80f051293a7449a09081f60f48b8377bfbbad]
+Upstream: https://git.codesynthesis.com/cgit/odb/odb/commit/?id=61d80f051293a7449a09081f60f48b8377bfbbad
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 ---
  odb/gcc.hxx | 20 ++++++++++++++++++++

+ 1 - 1
package/odb/0013-Resolve-name-lookup-ambiguity-causing-error-with-GCC.patch

@@ -3,7 +3,7 @@ From: Boris Kolpackov <boris@codesynthesis.com>
 Date: Wed, 7 Jul 2021 09:26:57 +0200
 Subject: [PATCH] Resolve name lookup ambiguity causing error with GCC 11
 
-[Upstream: 47035c0f72efd99a2210cd45db6e42423fb74533]
+Upstream: https://git.codesynthesis.com/cgit/odb/odb/commit/?id=47035c0f72efd99a2210cd45db6e42423fb74533
 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
 ---
  odb/relational/header.hxx | 2 ++