summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/db/db_5.3.28.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-14 14:33:34 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-15 10:26:42 +0000
commit0a3f0af9e3eaa295255ad1f3078d83b455511a4b (patch)
treea989ce18589a1758434c70a2d4a506a179f8ad83 /meta/recipes-support/db/db_5.3.28.bb
parent6a7162e8069f7611bf85e9522493203ef4a26ef1 (diff)
downloadpoky-0a3f0af9e3eaa295255ad1f3078d83b455511a4b.tar.gz
db: Fix timespec length assumptions
This should fix the vdso crashes seen with kernel 5.0+ python3[11312] general protection fault ip:b7e966b0 sp:bf8175cc error:0 in libc.so[b7e8b000+6b000] (From OE-Core rev: a85afec1115f2a09cd750a4554f44fb8af96975c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Bruce Ashfield <bruce.ashfield@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 a2969055a6..badb79f9ea 100644
--- a/meta/recipes-support/db/db_5.3.28.bb
+++ b/meta/recipes-support/db/db_5.3.28.bb
@@ -26,6 +26,7 @@ SRC_URI += "file://fix-parallel-build.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 file://0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch \
29 file://0001-clock-Do-not-define-own-timespec.patch \
29 " 30 "
30# We are not interested in official latest 6.x versions; 31# We are not interested in official latest 6.x versions;
31# let's track what debian is using. 32# let's track what debian is using.