diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-29 14:38:54 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-29 14:38:54 +0100 |
commit | f0fc4828501e7e393ce52a311bef249b0c9ec236 (patch) | |
tree | 9e16a57f422e0768313b62e97f15a7a5a6196be4 /package/wiringPi/Makefile | |
parent | 6873c8d1e2410d147bd4d687123a8d878b9b2aa4 (diff) |
add new PKG_GIT variable
We can now clone git tags and branches in a more performant
way. No change for specific hashes, other then PKG_GIT is required
now. Do not remove .git dirs, as the downloaded code might be
used to add a patch and send upstream.
Add git as requirement for downloading.
Remove unmaintained u-boot-git package.
Diffstat (limited to 'package/wiringPi/Makefile')
-rw-r--r-- | package/wiringPi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wiringPi/Makefile b/package/wiringPi/Makefile index 816c682cc..1ce42d66c 100644 --- a/package/wiringPi/Makefile +++ b/package/wiringPi/Makefile @@ -5,10 +5,10 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= wiringPi PKG_VERSION:= 72b2af231be337d45a557ce6ca3ed1eeb6675ffd +PKG_GIT:= hash PKG_RELEASE:= 2 PKG_DESCR:= gpio access library for the raspberry pi PKG_SECTION:= libs/misc -PKG_HASH:= ddc71b86f71e7e5104a89f88a68bea20122b6ea9f8c535219d180bf89502a69d PKG_NEEDS:= threads PKG_URL:= http://wiringpi.com/ PKG_SITES:= git://git.drogon.net/wiringPi |