summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc_2.24.bb
diff options
context:
space:
mode:
authorJérémy Rosen <jeremy.rosen@smile.fr>2016-09-07 11:08:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-14 22:22:07 +0100
commit059c5568a130f82f8612498487e49f231247b4a5 (patch)
tree558d35cbc333d3f8bb4f8a472db6af7b9aeb5ffb /meta/recipes-core/glibc/glibc_2.24.bb
parentd4583c98fa845694539fccfc5d8bb82cb2177ef0 (diff)
downloadpoky-059c5568a130f82f8612498487e49f231247b4a5.tar.gz
glibc: remove hard-coded reference to gcc -E
(From OE-Core rev: 2c0a72d4e7eafee225e702f4c91cd206bc05ec55) Signed-off-by: Jérémy Rosen <jeremy.rosen@smile.fr> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc_2.24.bb')
-rw-r--r--meta/recipes-core/glibc/glibc_2.24.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc_2.24.bb b/meta/recipes-core/glibc/glibc_2.24.bb
index a3ac73841d..f5a21b258d 100644
--- a/meta/recipes-core/glibc/glibc_2.24.bb
+++ b/meta/recipes-core/glibc/glibc_2.24.bb
@@ -42,7 +42,8 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
42SRC_URI += "\ 42SRC_URI += "\
43 file://etc/ld.so.conf \ 43 file://etc/ld.so.conf \
44 file://generate-supported.mk \ 44 file://generate-supported.mk \
45" 45 file://0001-locale-fix-hard-coded-reference-to-gcc-E.patch \
46 "
46 47
47SRC_URI_append_class-nativesdk = "\ 48SRC_URI_append_class-nativesdk = "\
48 file://0001-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch \ 49 file://0001-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch \