mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
sulu: depend on local MQTT listener regardlessly of variant
This commit is contained in:
parent
fc7b21aa73
commit
074d9268b0
1 changed files with 1 additions and 1 deletions
|
|
@ -29,6 +29,7 @@ define Package/sulu/default
|
|||
SUBMENU:=SULU
|
||||
TITLE:=SULU-CE
|
||||
DEPENDS:=+mosquitto-auth-shadow +usermngr +jq +userinterface +obuspa
|
||||
DEPENDS+=+@OBUSPA_LOCAL_MQTT_LISTENER
|
||||
EXTRA_DEPENDS:=nginx
|
||||
endef
|
||||
|
||||
|
|
@ -46,7 +47,6 @@ define Package/sulu-builder
|
|||
TITLE += (Builder)
|
||||
VARIANT:=builder
|
||||
DEPENDS+=+sulu-base $(foreach plugin,$(SULU_PLUGINS), +PACKAGE_$(plugin):$(plugin)) $(foreach plugin,$(SULU_EXTRA), +PACKAGE_$(plugin):$(plugin))
|
||||
DEPENDS+=+@OBUSPA_LOCAL_MQTT_LISTENER
|
||||
endef
|
||||
|
||||
define Package/sulu/description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue