[Buildroot] [git commit branch/2020.02.x] package/domoticz: drop SYNC4 from comment

Peter Korsgaard peter at korsgaard.com
Sat Aug 29 18:05:10 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=dc2152dbb6f6876e56cd5054d30111d0193d4c98
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2020.02.x

Commit 8f5a9f597e35e6bc89dc938edbe753004d0201d1 forgot to drop SYNC4
from comment

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit c0126c38d6e7ade4aaae68f029697698479988c6)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/domoticz/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/domoticz/Config.in b/package/domoticz/Config.in
index 3beca0fdb9..0639718c23 100644
--- a/package/domoticz/Config.in
+++ b/package/domoticz/Config.in
@@ -29,7 +29,6 @@ config BR2_PACKAGE_DOMOTICZ
 
 comment "domoticz needs lua 5.3 and a toolchain w/ C++, gcc >= 4.8, NPTL, wchar, dynamic library"
 	depends on BR2_USE_MMU
-	depends on BR2_TOOLCHAIN_HAS_SYNC_4
 	depends on !BR2_INSTALL_LIBSTDCPP || \
 		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || \
 		!BR2_TOOLCHAIN_HAS_THREADS_NPTL || \


More information about the buildroot mailing list