]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc: Fix pthread_rwlock_try*lock stalls
authorKhem Raj <raj.khem@gmail.com>
Mon, 4 Feb 2019 19:59:17 +0000 (11:59 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Feb 2019 00:24:36 +0000 (00:24 +0000)
Brings in a backport as described in
https://sourceware.org/git/?p=glibc.git;a=commit;h=86013ef5cea322b8f4b9c22f230c22cce369e947

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/cross-localedef-native_2.29.bb
meta/recipes-core/glibc/glibc_2.29.bb

index edb4fd40dc12f1526cb3d44e14775edf474cb2a7..8bc7cd649b372bfc8770cbcef276f14750aa5161 100644 (file)
@@ -23,7 +23,7 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.(?!90)\d+)*)"
 
 PV = "2.29"
 
-SRCREV_glibc ?= "56c86f5dd516284558e106d04b92875d5b623b7a"
+SRCREV_glibc ?= "86013ef5cea322b8f4b9c22f230c22cce369e947"
 SRCREV_localedef ?= "cd9f958c4c94a638fa7b2b4e21627364f1a1a655"
 
 SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
index 362c1728338ad7c3db5c6e4fb791d260b030ef9b..72db00cdb770a2a5c6f9d538fc2acad0cc949bc2 100644 (file)
@@ -9,7 +9,7 @@ DEPENDS += "gperf-native bison-native make-native"
 
 PV = "2.29"
 
-SRCREV ?= "56c86f5dd516284558e106d04b92875d5b623b7a"
+SRCREV ?= "86013ef5cea322b8f4b9c22f230c22cce369e947"
 
 SRCBRANCH ?= "release/${PV}/master"