glibc: add version 2.25
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sat, 25 Feb 2017 00:34:46 +0000 (21:34 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 1 Mar 2017 21:37:51 +0000 (22:37 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/glibc/Config.in
package/glibc/glibc.hash

index 0442626ba3a6b2c296d9c2dcef7dc0bcf6b46e2b..f92cdf36674fcf7e290ea5bb08bb48c03e3df8cf 100644 (file)
@@ -24,7 +24,11 @@ config BR2_GLIBC_VERSION_2_24
        # 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"
+config BR2_GLIBC_VERSION_2_25
+       bool "2.25"
+       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
@@ -36,3 +40,4 @@ config BR2_GLIBC_VERSION_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
+       default "2.25" if BR2_GLIBC_VERSION_2_25
index befe80c3c59adc463981c9b6bafb4fb79d1582ab..863c9b4ec174bc582b618c9e3fa1748094ee8b3d 100644 (file)
@@ -2,3 +2,4 @@
 sha256 eb731406903befef1d8f878a46be75ef862b9056ab0cde1626d08a7a05328948        glibc-2.22.tar.xz
 sha256 94efeb00e4603c8546209cefb3e1a50a5315c86fa9b078b6fad758e187ce13e9        glibc-2.23.tar.xz
 sha256 99d4a3e8efd144d71488e478f62587578c0f4e1fa0b4eed47ee3d4975ebeb5d3        glibc-2.24.tar.xz
+sha256 067bd9bb3390e79aa45911537d13c3721f1d9d3769931a30c2681bfee66f23a0        glibc-2.25.tar.xz