* [Buildroot] [PATCH 1/1] package/domoticz: drop fmt dependency
@ 2024-01-16 22:02 Fabrice Fontaine
2024-02-05 14:51 ` Thomas Petazzoni via buildroot
2024-02-29 15:24 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-01-16 22:02 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
fmt is not a dependency since bump to version 2022.1 in commit
adca60540f4fd271dda48b9a121986492700e73a and
https://github.com/domoticz/domoticz/commit/82043c4d5c79003792379be79b931eb85ab890c8
https://github.com/domoticz/domoticz/commit/9e02d9a79c70c36db180d3242cbd03ff9b63e3cc
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/domoticz/Config.in | 1 -
package/domoticz/domoticz.mk | 2 --
2 files changed, 3 deletions(-)
diff --git a/package/domoticz/Config.in b/package/domoticz/Config.in
index 85361eecf0..a0e69a7601 100644
--- a/package/domoticz/Config.in
+++ b/package/domoticz/Config.in
@@ -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
diff --git a/package/domoticz/domoticz.mk b/package/domoticz/domoticz.mk
index d0856b71af..88bad15427 100644
--- a/package/domoticz/domoticz.mk
+++ b/package/domoticz/domoticz.mk
@@ -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
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-29 15:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-16 22:02 [Buildroot] [PATCH 1/1] package/domoticz: drop fmt dependency Fabrice Fontaine
2024-02-05 14:51 ` Thomas Petazzoni via buildroot
2024-02-29 15:24 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox