Browse Source

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>
Fabrice Fontaine 7 years ago
parent
commit
29b3305cde
2 changed files with 9 additions and 2 deletions
  1. 1 1
      package/domoticz/domoticz.hash
  2. 8 1
      package/domoticz/domoticz.mk

+ 1 - 1
package/domoticz/domoticz.hash

@@ -1,2 +1,2 @@
 # Locally computed:
 # Locally computed:
-sha256	fb88edbe428851a7a337a85faa93f6da00713b3ad086ff6957031dc9b3b58bba	domoticz-3.5877.tar.gz
+sha256	5ea8f37f2ef900e9bd17b1b5375e75bfdec4f09001e3e2e0b647a260989d014c	domoticz-3.8153.tar.gz

+ 8 - 1
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_SITE = $(call github,domoticz,domoticz,$(DOMOTICZ_VERSION))
 DOMOTICZ_LICENSE = GPL-3.0
 DOMOTICZ_LICENSE = GPL-3.0
 DOMOTICZ_LICENSE_FILES = License.txt
 DOMOTICZ_LICENSE_FILES = License.txt
@@ -59,6 +59,13 @@ DOMOTICZ_DEPENDENCIES += openzwave
 DOMOTICZ_CONF_OPTS += -DUSE_STATIC_OPENZWAVE=OFF
 DOMOTICZ_CONF_OPTS += -DUSE_STATIC_OPENZWAVE=OFF
 endif
 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
 # Install domoticz in a dedicated directory (/opt/domoticz) as
 # domoticz expects by default that all its subdirectories (www,
 # domoticz expects by default that all its subdirectories (www,
 # Config, scripts, ...) are in the binary directory.
 # Config, scripts, ...) are in the binary directory.