aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-ilp32/recipes-overlayed/glibc/cross-localedef-native_2.26.bb2
-rw-r--r--meta-ilp32/recipes-overlayed/glibc/glibc/include-string.h-for-strcmp-call-from-sysdeps-unix-s.patch39
-rw-r--r--meta-ilp32/recipes-overlayed/glibc/glibc_2.26.bb3
3 files changed, 2 insertions, 42 deletions
diff --git a/meta-ilp32/recipes-overlayed/glibc/cross-localedef-native_2.26.bb b/meta-ilp32/recipes-overlayed/glibc/cross-localedef-native_2.26.bb
index dd6d4e58..2ac12913 100644
--- a/meta-ilp32/recipes-overlayed/glibc/cross-localedef-native_2.26.bb
+++ b/meta-ilp32/recipes-overlayed/glibc/cross-localedef-native_2.26.bb
@@ -21,7 +21,7 @@ SRCBRANCH ?= "arm/ilp32"
GLIBC_GIT_URI ?= "git://git.linaro.org/toolchain/glibc.git;protocol=https"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.\d+)*)"
-SRCREV_glibc ?= "bede104580bbb0be5e547c51bb523c00ee3ff462"
+SRCREV_glibc ?= "fcbbcf128ec90d0d6ca2d641324fa097a1aaeac6"
SRCREV_localedef ?= "dfb4afe551c6c6e94f9cc85417bd1f582168c843"
SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
diff --git a/meta-ilp32/recipes-overlayed/glibc/glibc/include-string.h-for-strcmp-call-from-sysdeps-unix-s.patch b/meta-ilp32/recipes-overlayed/glibc/glibc/include-string.h-for-strcmp-call-from-sysdeps-unix-s.patch
deleted file mode 100644
index c719a4c9..00000000
--- a/meta-ilp32/recipes-overlayed/glibc/glibc/include-string.h-for-strcmp-call-from-sysdeps-unix-s.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 36996625faa2e352c846183e74ab3797fcd10e3a Mon Sep 17 00:00:00 2001
-From: Joseph Myers <joseph@codesourcery.com>
-Date: Fri, 1 Sep 2017 17:14:43 +0000
-Subject: [PATCH] Include <string.h> for strcmp call from
- sysdeps/unix/sysv/linux/gentempfd.c.
-
- * sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>.
----
- ChangeLog | 4 ++++
- sysdeps/unix/sysv/linux/gentempfd.c | 1 +
- 2 files changed, 5 insertions(+)
-
-diff --git a/ChangeLog b/ChangeLog
-index 4f8a12c..2d681d1 100644
---- a/ChangeLog
-+++ b/ChangeLog
-@@ -1,3 +1,7 @@
-+2017-09-01 Joseph Myers <joseph@codesourcery.com>
-+
-+ * sysdeps/unix/sysv/linux/gentempfd.c: Include <string.h>.
-+
- 2017-09-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
- Andreas Schwab <schwab@suse.de>
-
-diff --git a/sysdeps/unix/sysv/linux/gentempfd.c b/sysdeps/unix/sysv/linux/gentempfd.c
-index 902cbe2..ff3a649 100644
---- a/sysdeps/unix/sysv/linux/gentempfd.c
-+++ b/sysdeps/unix/sysv/linux/gentempfd.c
-@@ -19,6 +19,7 @@
- #include <stdio.h>
- #include <fcntl.h>
- #include <errno.h>
-+#include <string.h>
-
- int
- __gen_tempfd (int flags)
---
-2.7.4
-
diff --git a/meta-ilp32/recipes-overlayed/glibc/glibc_2.26.bb b/meta-ilp32/recipes-overlayed/glibc/glibc_2.26.bb
index fb80c46c..c4ca0db2 100644
--- a/meta-ilp32/recipes-overlayed/glibc/glibc_2.26.bb
+++ b/meta-ilp32/recipes-overlayed/glibc/glibc_2.26.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSES;md5=e9a558e243b36d3209f380deb394b213 \
DEPENDS += "gperf-native"
-SRCREV ?= "bede104580bbb0be5e547c51bb523c00ee3ff462"
+SRCREV ?= "fcbbcf128ec90d0d6ca2d641324fa097a1aaeac6"
SRCBRANCH ?= "arm/ilp32"
@@ -42,7 +42,6 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \
file://0025-locale-fix-hard-coded-reference-to-gcc-E.patch \
file://0027-glibc-reset-dl-load-write-lock-after-forking.patch \
file://0028-Bug-4578-add-ld.so-lock-while-fork.patch \
- file://include-string.h-for-strcmp-call-from-sysdeps-unix-s.patch \
"
NATIVESDKFIXES ?= ""