]> code.ossystems Code Review - openembedded-core.git/commitdiff
db: mark all patches as non-upstreamable
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 17 Nov 2021 15:34:54 +0000 (16:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Nov 2021 11:04:00 +0000 (11:04 +0000)
Since Oracle relicensed bdb, the open source community
is slowly but surely replacing bdb with supported and
open source friendly alternatives.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/db/db/0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch
meta/recipes-support/db/db/0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch
meta/recipes-support/db/db/0001-clock-Do-not-define-own-timespec.patch
meta/recipes-support/db/db/0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch
meta/recipes-support/db/db/fix-parallel-build.patch
meta/recipes-support/db/db/sequence-type.patch

index a4ff2ecb0c4a103678ca4ee6d5463bca32233b87..c82e7c375f0471584e11ab6bc1097449117d3ea1 100644 (file)
@@ -7,7 +7,7 @@ db5 does not build because it is redefining a C++11 standard
 library identifier, atomic_init().  Therefore prefix all
 its internal defines with '__db_', to avoid collisions.
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [as far as open source community is concerned, upstream is dead]
 
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---
index 571708e03e62e8eeec2a8dda6eeb079421eb109e..2374885e77122cc42df8a6cf1516a0669251368d 100644 (file)
@@ -11,7 +11,7 @@ Fixes
 ../db-5.3.28/src/dbinc/atomic.h:179:19: error: definition of builtin function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [as far as open source community is concerned, upstream is dead]
 
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---
index 9d51a44a26ac19da3dc746e30f6807aa734bfd4f..d238b0f063721ae5973f0121fca3d3b40168c33d 100644 (file)
@@ -10,7 +10,7 @@ its 12-bytes here and libc has 16-bytes
 
 This can cause problems especially with 64bit time_t
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [as far as open source community is concerned, upstream is dead]
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---
  src/dbinc/clock.h | 17 +----------------
index cb28db13435102d2147effe6bcdaaa31fa296c24..a574cf67b953a9ab18bcf4dcdb1b41c4d5172bdf 100644 (file)
@@ -7,7 +7,7 @@ This helps cross compile when tag inference via heuristics
 fail because CC variable is having -fPIE -pie and libtool
 smartly removes it when building libraries
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [as far as open source community is concerned, upstream is dead]
 
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---
index 27632e1ddbc35e0e827d707cb11e44be4cc9ea53..42c2407cf2a3db1992f0de7a47c90637264ee2ee 100644 (file)
@@ -2,7 +2,7 @@ With higher paralelism it sometimes fails with:
 libtool: link: `util_log.lo' is not a valid libtool object
 make: *** [db_replicate] Error 1
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [as far as open source community is concerned, upstream is dead]
 
 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
 
index a6fe3d62a09844231de8479c8a3ba04be0cd6e3a..fc9f7f0113c5ca9546868f02a8831e0f01e1f5da 100644 (file)
@@ -6,7 +6,7 @@ in stdint.h.
 This then breaks the overly complicated type check but as we know that int64_t
 exists and works, we can just delete that.
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [as far as open source community is concerned, upstream is dead]
 Signed-off-by: Ross Burton <ross.burton@intel.com>
 
 --- a/dist/aclocal/sequence.m4~        2013-09-09 16:35:02.000000000 +0100