diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-03 12:22:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-03 12:22:33 +0100 |
commit | 0c12d12b09522e5301ad519472d6c03097a6fe0f (patch) | |
tree | 9f580d98ac0bdc46bbd48896125de7e3b9aec309 | |
parent | 73eae5760f325a0d13f13ade2f10cc86a094a8cd (diff) |
correct wrong version number for eglibc
-rw-r--r-- | toolchain/eglibc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/eglibc/Makefile.inc b/toolchain/eglibc/Makefile.inc index 213ab1775..51fefa6d5 100644 --- a/toolchain/eglibc/Makefile.inc +++ b/toolchain/eglibc/Makefile.inc @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= eglibc -PKG_VERSION:= 2.12 +PKG_VERSION:= 2.12.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= 99f1682764c88220c255f6e07237410f +PKG_MD5SUM:= 3668505801160785c2961df0a7ec192e PKG_SITES:= http://openadk.org/distfiles/ |