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:
Karl Palsson 2015-02-20 16:56:28 +00:00
parent 07eb064392
commit f3566f4809
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ define Package/$(PKG_NAME)/default
TITLE:=mosquitto - an MQTT message broker
URL:=http://www.mosquitto.org/
MAINTAINER:=Karl Palsson <karlp@remake.is>
DEPENDS:= +librt
DEPENDS:= +librt +libuuid
USERID:=mosquitto=200:mosquitto=200
endef