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/stats/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/stats/Makefile')
-rw-r--r-- | package/stats/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/stats/Makefile b/package/stats/Makefile index 7d52788e6..fcc7c5374 100644 --- a/package/stats/Makefile +++ b/package/stats/Makefile @@ -6,6 +6,7 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= stats PKG_VERSION:= 82bd4977b607b8714f361467e37a9d801ff911b6 PKG_RELEASE:= 1 +PKG_GIT:= hash PKG_DESCR:= stats utility PKG_SECTION:= sys/utils PKG_URL:= https://github.com/rustyrussell/stats |