[openwrt/openwrt] mwlwifi: use PKG_SOURCE_DATE instead of version
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 13 14:02:59 PST 2018
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/8db89c4485c8b43942bf9bf95788eb233f90d82c
commit 8db89c4485c8b43942bf9bf95788eb233f90d82c
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Feb 11 12:28:38 2018 +0100
mwlwifi: use PKG_SOURCE_DATE instead of version
Using PKG_SOURCE_DATE instead of PKG_VERSION will make the build system
generate the version based on the date and the git hash. This way the
tar file name changes when the git hash changes and this avoids problems
when someone forgets to change the version, but changes the git hash.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/kernel/mwlwifi/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/kernel/mwlwifi/Makefile b/package/kernel/mwlwifi/Makefile
index fca2a38..48de8da 100644
--- a/package/kernel/mwlwifi/Makefile
+++ b/package/kernel/mwlwifi/Makefile
@@ -8,7 +8,6 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mwlwifi
-PKG_VERSION:=10.3.4.0-20180208
PKG_RELEASE=1
PKG_LICENSE:=ISC
@@ -16,8 +15,9 @@ PKG_LICENSE_FILES:=
PKG_SOURCE_URL:=https://github.com/kaloz/mwlwifi
PKG_SOURCE_PROTO:=git
+PKG_SOURCE_DATE:=2018-02-08
PKG_SOURCE_VERSION:=064e888e801d5e4c3638e92ee18a2cde06a6f2d0
-PKG_MIRROR_HASH:=606c66a458c65b572d73c56bd9e69ec9c45a5c989c17442ebd3076dd76f2aea2
+PKG_MIRROR_HASH:=9214ffcf43781c71a9d13baa0d515d8d3f64c5f853636b186b9633af286e443a
PKG_MAINTAINER:=Imre Kaloz <kaloz at openwrt.org>
PKG_BUILD_PARALLEL:=1
More information about the lede-commits
mailing list