mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/domoticz: drop fmt dependency
fmt is not a dependency since bump to version 2022.1 in commitadca60540fand82043c4d5c9e02d9a79cSigned-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commitdc3609c53f) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
75faae5b6b
commit
ccf4a64464
@@ -16,7 +16,6 @@ config BR2_PACKAGE_DOMOTICZ
|
||||
select BR2_PACKAGE_BOOST_SYSTEM
|
||||
select BR2_PACKAGE_BOOST_THREAD
|
||||
select BR2_PACKAGE_CEREAL
|
||||
select BR2_PACKAGE_FMT
|
||||
select BR2_PACKAGE_JSONCPP
|
||||
select BR2_PACKAGE_LIBCURL
|
||||
select BR2_PACKAGE_MINIZIP_ZLIB
|
||||
|
||||
@@ -12,7 +12,6 @@ DOMOTICZ_CPE_ID_VENDOR = domoticz
|
||||
DOMOTICZ_DEPENDENCIES = \
|
||||
boost \
|
||||
cereal \
|
||||
fmt \
|
||||
host-pkgconf \
|
||||
jsoncpp \
|
||||
libcurl \
|
||||
@@ -36,7 +35,6 @@ DOMOTICZ_CONF_OPTS += \
|
||||
# jsoncpp, fmt, minizip, sqlite and mqtt
|
||||
DOMOTICZ_CONF_OPTS += \
|
||||
-DUSE_BUILTIN_JSONCPP=OFF \
|
||||
-DUSE_BUILTIN_LIBFMT=OFF \
|
||||
-DUSE_BUILTIN_MINIZIP=OFF \
|
||||
-DUSE_BUILTIN_SQLITE=OFF \
|
||||
-DUSE_BUILTIN_MQTT=OFF
|
||||
|
||||
Reference in New Issue
Block a user