package/domoticz: selects minizip-zlib
Selects minizip-zlib and so drop git submodules Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
bef3167463
commit
fdd6fe927b
@ -19,6 +19,7 @@ config BR2_PACKAGE_DOMOTICZ
|
|||||||
select BR2_PACKAGE_FMT
|
select BR2_PACKAGE_FMT
|
||||||
select BR2_PACKAGE_JSONCPP
|
select BR2_PACKAGE_JSONCPP
|
||||||
select BR2_PACKAGE_LIBCURL
|
select BR2_PACKAGE_LIBCURL
|
||||||
|
select BR2_PACKAGE_MINIZIP_ZLIB
|
||||||
select BR2_PACKAGE_MOSQUITTO
|
select BR2_PACKAGE_MOSQUITTO
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_SQLITE
|
select BR2_PACKAGE_SQLITE
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Locally computed:
|
# Locally computed:
|
||||||
sha256 b7faf959c4f1dbfec3b0c17ab495f29b3d1437bc2251579c5252be82247e7ff9 domoticz-2022.1-br1.tar.gz
|
sha256 8282cb71c924b6ef92503976d50f966f2c785eab8f8cffa1136ac133f0241157 domoticz-2022.1.tar.gz
|
||||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 License.txt
|
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 License.txt
|
||||||
|
@ -5,9 +5,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
DOMOTICZ_VERSION = 2022.1
|
DOMOTICZ_VERSION = 2022.1
|
||||||
DOMOTICZ_SITE = https://github.com/domoticz/domoticz
|
DOMOTICZ_SITE = $(call github,domoticz,domoticz,$(DOMOTICZ_VERSION))
|
||||||
DOMOTICZ_SITE_METHOD = git
|
|
||||||
DOMOTICZ_GIT_SUBMODULES = YES
|
|
||||||
DOMOTICZ_LICENSE = GPL-3.0
|
DOMOTICZ_LICENSE = GPL-3.0
|
||||||
DOMOTICZ_LICENSE_FILES = License.txt
|
DOMOTICZ_LICENSE_FILES = License.txt
|
||||||
DOMOTICZ_CPE_ID_VENDOR = domoticz
|
DOMOTICZ_CPE_ID_VENDOR = domoticz
|
||||||
@ -19,6 +17,7 @@ DOMOTICZ_DEPENDENCIES = \
|
|||||||
jsoncpp \
|
jsoncpp \
|
||||||
libcurl \
|
libcurl \
|
||||||
lua \
|
lua \
|
||||||
|
minizip \
|
||||||
mosquitto \
|
mosquitto \
|
||||||
openssl \
|
openssl \
|
||||||
sqlite \
|
sqlite \
|
||||||
@ -34,10 +33,11 @@ DOMOTICZ_CONF_OPTS += \
|
|||||||
-DUSE_OPENSSL_STATIC=OFF
|
-DUSE_OPENSSL_STATIC=OFF
|
||||||
|
|
||||||
# Do not use any built-in libraries which are enabled by default for
|
# Do not use any built-in libraries which are enabled by default for
|
||||||
# jsoncpp, fmt, sqlite and mqtt
|
# jsoncpp, fmt, minizip, sqlite and mqtt
|
||||||
DOMOTICZ_CONF_OPTS += \
|
DOMOTICZ_CONF_OPTS += \
|
||||||
-DUSE_BUILTIN_JSONCPP=OFF \
|
-DUSE_BUILTIN_JSONCPP=OFF \
|
||||||
-DUSE_BUILTIN_LIBFMT=OFF \
|
-DUSE_BUILTIN_LIBFMT=OFF \
|
||||||
|
-DUSE_BUILTIN_MINIZIP=OFF \
|
||||||
-DUSE_BUILTIN_SQLITE=OFF \
|
-DUSE_BUILTIN_SQLITE=OFF \
|
||||||
-DUSE_BUILTIN_MQTT=OFF
|
-DUSE_BUILTIN_MQTT=OFF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user