[Buildroot] [git commit branch/next] glibc: fix version string for 2.21

Peter Korsgaard peter at korsgaard.com
Tue Feb 10 06:06:46 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=deb24160bf4085ee01b80464bbee376fe83abd84
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Reported-by: Ezequiel Garcia <ezequiel at vanguardiasur.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/glibc/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/glibc/Config.in b/package/glibc/Config.in
index 1cf2f56..3038b27 100644
--- a/package/glibc/Config.in
+++ b/package/glibc/Config.in
@@ -48,3 +48,4 @@ config BR2_GLIBC_VERSION_STRING
 	default "2.19-svnr25243" if BR2_EGLIBC_VERSION_2_19
 	default "2.19" if BR2_GLIBC_VERSION_2_19
 	default "2.20" if BR2_GLIBC_VERSION_2_20
+	default "2.21" if BR2_GLIBC_VERSION_2_21


More information about the buildroot mailing list