net: mosquitto: add missing libuuid dependency
Improper patch resolution when importing this from it's development repository :( Signed-off-by: Karl Palsson <karlp@remake.is>
This commit is contained in:
parent
07eb064392
commit
f3566f4809
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ define Package/$(PKG_NAME)/default
|
||||||
TITLE:=mosquitto - an MQTT message broker
|
TITLE:=mosquitto - an MQTT message broker
|
||||||
URL:=http://www.mosquitto.org/
|
URL:=http://www.mosquitto.org/
|
||||||
MAINTAINER:=Karl Palsson <karlp@remake.is>
|
MAINTAINER:=Karl Palsson <karlp@remake.is>
|
||||||
DEPENDS:= +librt
|
DEPENDS:= +librt +libuuid
|
||||||
USERID:=mosquitto=200:mosquitto=200
|
USERID:=mosquitto=200:mosquitto=200
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue