update to latest upstream
[openadk.git] / toolchain / uclibc / Makefile.inc
blob05647793ea2eb4c5be541800665d889b16f2d774
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 PKG_NAME:=              uClibc
5 ifeq ($(ADK_LIBC_VERSION),git)
6 PKG_VERSION:=           0.9.34-git
7 PKG_RELEASE:=           1
8 PKG_SITES:=             git://git.uclibc.org/uClibc.git
9 DISTFILES:=             $(PKG_NAME)-$(PKG_VERSION).tar.xz
10 else
11 PKG_VERSION:=           $(ADK_LIBC_VERSION)
12 PKG_RELEASE:=           1
13 PKG_HASH:=              62333167b79afb0b25a843513288c67b59547acf653e8fbe62ee64e71ebd1587
14 PKG_SITES:=             http://uclibc.org/downloads/
15 DISTFILES:=             $(PKG_NAME)-$(PKG_VERSION).tar.xz
16 endif