Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DOMOTICZ_VERSION = 3.5877
|
||||
DOMOTICZ_VERSION = 3.8153
|
||||
DOMOTICZ_SITE = $(call github,domoticz,domoticz,$(DOMOTICZ_VERSION))
|
||||
DOMOTICZ_LICENSE = GPLv3
|
||||
DOMOTICZ_LICENSE = GPL-3.0
|
||||
DOMOTICZ_LICENSE_FILES = License.txt
|
||||
DOMOTICZ_DEPENDENCIES = \
|
||||
boost \
|
||||
@@ -59,6 +59,13 @@ DOMOTICZ_DEPENDENCIES += openzwave
|
||||
DOMOTICZ_CONF_OPTS += -DUSE_STATIC_OPENZWAVE=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PYTHON3),y)
|
||||
DOMOTICZ_DEPENDENCIES += python3
|
||||
DOMOTICZ_CONF_OPTS += -DUSE_PYTHON=ON
|
||||
else
|
||||
DOMOTICZ_CONF_OPTS += -DUSE_PYTHON=OFF
|
||||
endif
|
||||
|
||||
# Install domoticz in a dedicated directory (/opt/domoticz) as
|
||||
# domoticz expects by default that all its subdirectories (www,
|
||||
# Config, scripts, ...) are in the binary directory.
|
||||
|
||||
Reference in New Issue
Block a user