diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-03-19 22:21:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-28 11:56:06 +0100 |
commit | 48cbc4d7f671af3787835cfd491bbe99169b5924 (patch) | |
tree | b5ff1788904536f8f11a19b3f0190fbf0d8476a3 | |
parent | 01590c04e875968a7137a67d1683c503a6bad396 (diff) | |
download | openembedded-core-48cbc4d7f671af3787835cfd491bbe99169b5924.tar.gz openembedded-core-48cbc4d7f671af3787835cfd491bbe99169b5924.tar.bz2 openembedded-core-48cbc4d7f671af3787835cfd491bbe99169b5924.zip |
glibc-2.27: Update to bring in 2.27 bug fixes since release
Here is full list of fixes
https://sourceware.org/git/?p=glibc.git;a=shortlog;h=df3ff4e49d4ee3cbbdaeb0b1cb5dc2344c08be98;hp=23158b08a0908f381459f273a984c6fd328363cb
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-core/glibc/cross-localedef-native_2.27.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.27.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.27.bb b/meta/recipes-core/glibc/cross-localedef-native_2.27.bb index 6344c7acd0..5e92eb71d5 100644 --- a/meta/recipes-core/glibc/cross-localedef-native_2.27.bb +++ b/meta/recipes-core/glibc/cross-localedef-native_2.27.bb @@ -21,7 +21,7 @@ SRCBRANCH ?= "release/${PV}/master" GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git" UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+\.\d+(\.(?!90)\d+)*)" -SRCREV_glibc ?= "23158b08a0908f381459f273a984c6fd328363cb" +SRCREV_glibc ?= "df3ff4e49d4ee3cbbdaeb0b1cb5dc2344c08be98" SRCREV_localedef ?= "de5bdbd5e76b5403a4151b9b9f958b6cca36b3e7" SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ diff --git a/meta/recipes-core/glibc/glibc_2.27.bb b/meta/recipes-core/glibc/glibc_2.27.bb index 827857dfc8..4f6f58ccb1 100644 --- a/meta/recipes-core/glibc/glibc_2.27.bb +++ b/meta/recipes-core/glibc/glibc_2.27.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSES;md5=e9a558e243b36d3209f380deb394b213 \ DEPENDS += "gperf-native bison-native" -SRCREV ?= "23158b08a0908f381459f273a984c6fd328363cb" +SRCREV ?= "df3ff4e49d4ee3cbbdaeb0b1cb5dc2344c08be98" SRCBRANCH ?= "release/${PV}/master" |