summaryrefslogtreecommitdiffstats
path: root/package/domoticz/domoticz.mk
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2017-10-30 11:37:26 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-10-30 15:51:00 +0100
commit29b3305cde7dee80ac5374aa20d753e1e6cee86e (patch)
tree0c6e93558d32f937de0554051b66c6f664b369ff /package/domoticz/domoticz.mk
parentebe8538720ac4606e871e71fce951bb340703ba7 (diff)
downloadbuildroot-29b3305cde7dee80ac5374aa20d753e1e6cee86e.tar.gz
buildroot-29b3305cde7dee80ac5374aa20d753e1e6cee86e.zip
domoticz: bump to version 3.8153
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/domoticz/domoticz.mk')
-rw-r--r--package/domoticz/domoticz.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/package/domoticz/domoticz.mk b/package/domoticz/domoticz.mk
index 59731b5144..bd25708a14 100644
--- a/package/domoticz/domoticz.mk
+++ b/package/domoticz/domoticz.mk
@@ -4,7 +4,7 @@
#
################################################################################
-DOMOTICZ_VERSION = 3.5877
+DOMOTICZ_VERSION = 3.8153
DOMOTICZ_SITE = $(call github,domoticz,domoticz,$(DOMOTICZ_VERSION))
DOMOTICZ_LICENSE = GPL-3.0
DOMOTICZ_LICENSE_FILES = License.txt
@@ -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.
OpenPOWER on IntegriCloud