mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
db: mark all patches as non-upstreamable
Since Oracle relicensed bdb, the open source community is slowly but surely replacing bdb with supported and open source friendly alternatives. (From OE-Core rev: b30d3a3243ac9ca2fa0f10337373eac96fdb2602) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fc90056b3c
commit
00e6198079
@@ -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>
|
||||
---
|
||||
|
||||
@@ -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>
|
||||
---
|
||||
|
||||
@@ -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 +----------------
|
||||
|
||||
@@ -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>
|
||||
---
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user