glibc: fix version string for 2.21

Reported-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2015-02-10 07:06:46 +01:00
parent f991684cf7
commit deb24160bf

View File

@ -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