summaryrefslogtreecommitdiff
path: root/package/glibc
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2016-08-10 10:28:48 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-20 16:07:57 +0200
commit6c69921eced469ade6c98a6c1c9771ebc3d67beb (patch)
tree8f23501645f9b215df51ed9c54dd9e669ffdf69d /package/glibc
parent9d4b6c1e97f856a200b40ef0134c874e9944c25a (diff)
glibc: add version 2.24
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/glibc')
-rw-r--r--package/glibc/Config.in12
-rw-r--r--package/glibc/glibc.hash1
2 files changed, 13 insertions, 0 deletions
diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index f86822d18..de95cb2ef 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -22,6 +22,17 @@ config BR2_GLIBC_VERSION_2_23
# No support for pthread barriers on < v9 ISA
depends on !BR2_sparc
+config BR2_GLIBC_VERSION_2_24
+ bool "2.24"
+ # No support for pthread barriers on < v9 ISA
+ depends on !BR2_sparc
+ # Linux 3.2 or later kernel headers are required on all arches.
+ # See: https://sourceware.org/ml/libc-alpha/2016-08/msg00212.html
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
+
+comment "glibc-2.24 needs kernel headers >= 3.2"
+ depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_2
+
endchoice
endif
@@ -30,3 +41,4 @@ config BR2_GLIBC_VERSION_STRING
string
default "2.22" if BR2_GLIBC_VERSION_2_22
default "2.23" if BR2_GLIBC_VERSION_2_23
+ default "2.24" if BR2_GLIBC_VERSION_2_24
diff --git a/package/glibc/glibc.hash b/package/glibc/glibc.hash
index 052f28131..befe80c3c 100644
--- a/package/glibc/glibc.hash
+++ b/package/glibc/glibc.hash
@@ -1,3 +1,4 @@
# Locally calculated after checking pgp signature (glibc)
sha256 eb731406903befef1d8f878a46be75ef862b9056ab0cde1626d08a7a05328948 glibc-2.22.tar.xz
sha256 94efeb00e4603c8546209cefb3e1a50a5315c86fa9b078b6fad758e187ce13e9 glibc-2.23.tar.xz
+sha256 99d4a3e8efd144d71488e478f62587578c0f4e1fa0b4eed47ee3d4975ebeb5d3 glibc-2.24.tar.xz