glibc: backport a patch from mainline

Glibc locals were invalid without this patch
This commit is contained in:
Stefan Eichenberger 2016-08-23 18:06:26 +02:00
parent a86f2b5cea
commit 6e2693100a
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
# This is a backport of http://git.yoctoproject.org/cgit.cgi/poky/commit/meta/recipes-core/glibc?id=c57ba52b70d803c737d694eb3046d8ede6703749 can be removed with newer poky versions
SRC_URI_append = " \
file://strcoll-Remove-incorrect-STRDIFF-based-optimization-.patch \
"