From e88b2dabb69234dbfab57592faf9737a7cd226da Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 27 Dec 2014 18:11:03 +0100 Subject: optimize git downloader We now can use a GIT Hash to set a specific checkout. If this is used, you need to define PKG_HASH. Convert libx264 and wiringPi to the new git downloader. Fix toolchains components to use the new git downloader. --- toolchain/uclibc/Makefile.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'toolchain/uclibc') diff --git a/toolchain/uclibc/Makefile.inc b/toolchain/uclibc/Makefile.inc index 70d1132ba..05647793e 100644 --- a/toolchain/uclibc/Makefile.inc +++ b/toolchain/uclibc/Makefile.inc @@ -5,11 +5,12 @@ PKG_NAME:= uClibc ifeq ($(ADK_LIBC_VERSION),git) PKG_VERSION:= 0.9.34-git PKG_RELEASE:= 1 -PKG_REPO:= git://git.uclibc.org/uClibc.git +PKG_SITES:= git://git.uclibc.org/uClibc.git +DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz else PKG_VERSION:= $(ADK_LIBC_VERSION) PKG_RELEASE:= 1 -PKG_SITES:= http://uclibc.org/downloads/ -endif PKG_HASH:= 62333167b79afb0b25a843513288c67b59547acf653e8fbe62ee64e71ebd1587 +PKG_SITES:= http://uclibc.org/downloads/ DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz +endif -- cgit v1.2.3