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/musl/Makefile.inc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'toolchain/musl/Makefile.inc') diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc index 4fd2e0902..e8e6ea767 100644 --- a/toolchain/musl/Makefile.inc +++ b/toolchain/musl/Makefile.inc @@ -4,11 +4,13 @@ PKG_NAME:= musl ifeq ($(ADK_LIBC_VERSION),git) PKG_VERSION:= git -PKG_REPO:= git://git.musl-libc.org/musl +PKG_RELEASE:= 1 +PKG_SITES:= git://git.musl-libc.org/musl +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz else PKG_VERSION:= $(ADK_LIBC_VERSION) -PKG_SITES:= http://www.musl-libc.org/releases/ -endif PKG_RELEASE:= 1 PKG_HASH:= 352362b1724cc9740f4c3ce0fe02aae45e4de9809ea4ac961f31aedc11b87393 +PKG_SITES:= http://www.musl-libc.org/releases/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz +endif -- cgit v1.2.3