glibc: Fix pthread_rwlock_try*lock stalls

Brings in a backport as described in
https://sourceware.org/git/?p=glibc.git;a=commit;h=86013ef5cea322b8f4b9c22f230c22cce369e947

(From OE-Core rev: bcd5229c8045c3e0add0fc4f57ce9bfb5fc86328)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2019-02-04 11:59:17 -08:00
committed by Richard Purdie
parent 387c6a20fa
commit 3c6764b098
2 changed files with 2 additions and 2 deletions

View 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 \

View File

@@ -9,7 +9,7 @@ DEPENDS += "gperf-native bison-native make-native"
PV = "2.29"
SRCREV ?= "56c86f5dd516284558e106d04b92875d5b623b7a"
SRCREV ?= "86013ef5cea322b8f4b9c22f230c22cce369e947"
SRCBRANCH ?= "release/${PV}/master"