summaryrefslogtreecommitdiffstats
path: root/tools/sparse
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-12-21 22:25:41 +0100
committerFelix Fietkau <nbd@nbd.name>2016-12-22 16:42:21 +0100
commitc7c1cf5618b6ca983c20510814b762eeab4937e5 (patch)
treedc5f7a28f55a6a102dd0ab3a56c325cf54669a60 /tools/sparse
parent43c09f2885b413aa44a65ddf85778e40349f2199 (diff)
downloadopenwrt-c7c1cf5618b6ca983c20510814b762eeab4937e5.tar.gz
openwrt-c7c1cf5618b6ca983c20510814b762eeab4937e5.tar.bz2
openwrt-c7c1cf5618b6ca983c20510814b762eeab4937e5.zip
treewide: clean up and unify PKG_VERSION for git based downloads
Also use default defintions for PKG_SOURCE_SUBDIR, PKG_SOURCE Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools/sparse')
-rw-r--r--tools/sparse/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/tools/sparse/Makefile b/tools/sparse/Makefile
index f365809041..cc75fdb7c7 100644
--- a/tools/sparse/Makefile
+++ b/tools/sparse/Makefile
@@ -5,15 +5,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=sparse
-PKG_VERSION:=0.5-git40791b94
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://git.kernel.org/pub/scm/devel/sparse/sparse.git
+PKG_SOURCE_DATE:=2015-01-24
PKG_SOURCE_VERSION:=40791b94c56b1a6da2a0ddeb1f9d5c9d64de8f93
-PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
-PKG_MIRROR_HASH:=95dc331f100847e619a3c9a2183439c5c89e6ea7b5e2ef73362b5c7a5ef1a3f5
+PKG_MIRROR_HASH:=ec232e48073488e5f7fc2168792932006cfc65240c266c9d395698d6ff15ba81
PKG_BUILD_PARALLEL:=1