diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-12-21 22:25:41 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-12-22 16:42:21 +0100 |
commit | c7c1cf5618b6ca983c20510814b762eeab4937e5 (patch) | |
tree | dc5f7a28f55a6a102dd0ab3a56c325cf54669a60 /package/boot/uboot-pxa/Makefile | |
parent | 43c09f2885b413aa44a65ddf85778e40349f2199 (diff) | |
download | upstream-c7c1cf5618b6ca983c20510814b762eeab4937e5.tar.gz upstream-c7c1cf5618b6ca983c20510814b762eeab4937e5.tar.bz2 upstream-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 'package/boot/uboot-pxa/Makefile')
-rw-r--r-- | package/boot/uboot-pxa/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package/boot/uboot-pxa/Makefile b/package/boot/uboot-pxa/Makefile index cee2f9fd83..9c12ad7ede 100644 --- a/package/boot/uboot-pxa/Makefile +++ b/package/boot/uboot-pxa/Makefile @@ -9,15 +9,13 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=u-boot -PKG_VERSION:=2011.08.25 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/ashcharles/verdex-uboot.git -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_DATE:=2011-08-25 PKG_SOURCE_VERSION:=ca6bf3ef6ac5f5132a359b43dfa31e07076b74b7 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz -PKG_MIRROR_HASH:=23a3e239152c3a65612df8ab836c1a00c1884c51cfd328efbb045c550de16d04 +PKG_MIRROR_HASH:=7c92525b6c7bc0b6f065a9bfdf64d58a61583709cb44acb62a157ad3efc7c491 PKG_LICENSE:=GPL-2.0 GPL-2.0+ PKG_LICENSE_FILES:=Licenses/README |