Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -6,7 +6,7 @@ config BR2_PACKAGE_LM_SENSORS
|
||||
temperature, voltage, and fan speed sensors. It
|
||||
works with most newer systems.
|
||||
|
||||
http://www.lm-sensors.org/
|
||||
https://hwmon.wiki.kernel.org
|
||||
|
||||
if BR2_PACKAGE_LM_SENSORS
|
||||
comment "lm-sensors tools"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 e0579016081a262dd23eafe1d22b41ebde78921e73a1dcef71e05e424340061f lm_sensors-3.4.0.tar.bz2
|
||||
sha256 e0579016081a262dd23eafe1d22b41ebde78921e73a1dcef71e05e424340061f lm-sensors_3.4.0.orig.tar.bz2
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
################################################################################
|
||||
|
||||
LM_SENSORS_VERSION = 3.4.0
|
||||
LM_SENSORS_SOURCE = lm_sensors-$(LM_SENSORS_VERSION).tar.bz2
|
||||
LM_SENSORS_SITE = ftp://ftp.netroedge.com/pub/lm-sensors
|
||||
LM_SENSORS_SOURCE = lm-sensors_$(LM_SENSORS_VERSION).orig.tar.bz2
|
||||
LM_SENSORS_SITE = http://snapshot.debian.org/archive/debian/20170208T211941Z/pool/main/l/lm-sensors
|
||||
LM_SENSORS_INSTALL_STAGING = YES
|
||||
LM_SENSORS_DEPENDENCIES = host-bison host-flex
|
||||
LM_SENSORS_LICENSE = libsensors LGPLv2.1+, programs GPLv2+
|
||||
LM_SENSORS_LICENSE = LGPLv2.1+ (libsensors), GPLv2+ (programs)
|
||||
LM_SENSORS_LICENSE_FILES = COPYING.LGPL COPYING
|
||||
|
||||
LM_SENSORS_BINS_ = bin/sensors-conf-convert
|
||||
@@ -38,16 +38,16 @@ LM_SENSORS_MAKE_OPTS += BUILD_STATIC_LIB=1
|
||||
endif
|
||||
|
||||
define LM_SENSORS_BUILD_CMDS
|
||||
$(MAKE) $(TARGET_CONFIGURE_OPTS) $(LM_SENSORS_MAKE_OPTS) -C $(@D)
|
||||
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) $(LM_SENSORS_MAKE_OPTS) -C $(@D)
|
||||
endef
|
||||
|
||||
define LM_SENSORS_INSTALL_STAGING_CMDS
|
||||
$(MAKE) -C $(@D) $(LM_SENSORS_MAKE_OPTS) DESTDIR=$(STAGING_DIR) install
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(LM_SENSORS_MAKE_OPTS) DESTDIR=$(STAGING_DIR) install
|
||||
rm -f $(addprefix $(STAGING_DIR)/usr/,$(LM_SENSORS_BINS_) $(LM_SENSORS_BINS_y))
|
||||
endef
|
||||
|
||||
define LM_SENSORS_INSTALL_TARGET_CMDS
|
||||
$(MAKE) -C $(@D) $(LM_SENSORS_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
|
||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) $(LM_SENSORS_MAKE_OPTS) DESTDIR=$(TARGET_DIR) install
|
||||
rm -f $(addprefix $(TARGET_DIR)/usr/,$(LM_SENSORS_BINS_))
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user