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. --- package/wiringPi/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/wiringPi') diff --git a/package/wiringPi/Makefile b/package/wiringPi/Makefile index addbc49d9..5e75cc946 100644 --- a/package/wiringPi/Makefile +++ b/package/wiringPi/Makefile @@ -8,6 +8,7 @@ PKG_VERSION:= 0a9fdeb29d31609ef834f050bdb8a7a65cd35e2b PKG_RELEASE:= 1 PKG_DESCR:= gpio access library for the raspberry pi PKG_SECTION:= libs/misc +PKG_HASH:= ddc71b86f71e7e5104a89f88a68bea20122b6ea9f8c535219d180bf89502a69d PKG_URL:= http://wiringpi.com/ PKG_SITES:= git://git.drogon.net/wiringPi -- cgit v1.2.3