diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-27 12:19:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-27 12:19:57 +0100 |
commit | 50beebab01a244a27e45ffd766377fa3fa91229a (patch) | |
tree | 04aaefe68f1836138a116249c55283fb301efbda /toolchain/glibc-ports | |
parent | c7f2f4bba73e53d9b5d1926b220205884bd26d4a (diff) |
fix checksum check of toolchain archives after download
and update alix/wrap targets to 2.6.33
Diffstat (limited to 'toolchain/glibc-ports')
-rw-r--r-- | toolchain/glibc-ports/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc-ports/Makefile.inc b/toolchain/glibc-ports/Makefile.inc index 20e50b577..42e68663f 100644 --- a/toolchain/glibc-ports/Makefile.inc +++ b/toolchain/glibc-ports/Makefile.inc @@ -4,5 +4,5 @@ PKG_NAME:= glibc-ports PKG_VERSION:= 2.11 PKG_RELEASE:= 1 -PKG_MD5SUM:= 55d50abb2d7c366bde6fb5e35e681f9b +PKG_MD5SUM:= 7100d8ba81c52e90e7fb4795d2f736c9 PKG_SITES:= ${MASTER_SITE_GNU:=glibc/} |