summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/db/db_5.3.28.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-01-20 23:27:48 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-21 23:44:22 +0000
commit7ce6054039849259b7f8436d66600ba5e519f93f (patch)
tree343490f41c9dc96dcc3477070412ace309f53dcf /meta/recipes-support/db/db_5.3.28.bb
parent9a55fce4a95056a89dd4e1823275ccd4fad7e441 (diff)
downloadpoky-7ce6054039849259b7f8436d66600ba5e519f93f.tar.gz
db5: Fix build issues found with clang/libc++
This is a genuine error that is discovered when using libc++ runtime (From OE-Core rev: e4aa17ddc2ea623de2803efa9ab2fca498c99e19) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/db/db_5.3.28.bb')
-rw-r--r--meta/recipes-support/db/db_5.3.28.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb
index b7ed2c798c..46536efe86 100644
--- a/meta/recipes-support/db/db_5.3.28.bb
+++ b/meta/recipes-support/db/db_5.3.28.bb
@@ -25,6 +25,7 @@ SRC_URI += "file://fix-parallel-build.patch \
25 file://0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch \ 25 file://0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch \
26 file://0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch \ 26 file://0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch \
27 file://sequence-type.patch \ 27 file://sequence-type.patch \
28 file://0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch \
28 " 29 "
29# We are not interested in official latest 6.x versions; 30# We are not interested in official latest 6.x versions;
30# let's track what debian is using. 31# let's track what debian is using.