aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDeng Qingfang <dengqf6@mail2.sysu.edu.cn>2019-01-20 16:32:10 +0800
committerHannu Nyman <hannu.nyman@iki.fi>2019-01-20 20:42:31 +0200
commitdb10582fdbefd136efba8bb2a6ead3e4a3eb1b0c (patch)
treec3f8c48dd3f4f8e7f86a15da690f22b8561c6950 /utils
parent0ea5b983fd43ca9b4fccead09c3c690638895095 (diff)
lm-sensors: use codeload and add ABI_VERSION
Use codeload URL suggested by neheb Add ABI_VERSION:=5 to libsensors Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn> Bump PKG_RELEASE just in case. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'utils')
-rw-r--r--utils/lm-sensors/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/lm-sensors/Makefile b/utils/lm-sensors/Makefile
index 291576223..28cedf060 100644
--- a/utils/lm-sensors/Makefile
+++ b/utils/lm-sensors/Makefile
@@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lm-sensors
PKG_VERSION:=3.5.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_VERSION_SUBST=$(subst .,-,$(PKG_VERSION))
-PKG_SOURCE_URL:=https://github.com/lm-sensors/lm-sensors/archive/V$(PKG_VERSION_SUBST)/lm-sensors
+PKG_SOURCE_URL:=https://codeload.github.com/lm-sensors/lm-sensors/tar.gz/V$(PKG_VERSION_SUBST)?
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_HASH:=f671c1d63a4cd8581b3a4a775fd7864a740b15ad046fe92038bcff5c5134d7e0
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION_SUBST)
@@ -50,6 +50,7 @@ define Package/libsensors
SECTION:=libs
CATEGORY:=Libraries
TITLE:=libsensors
+ ABI_VERSION:=5
endef
define Package/lm-sensors/description