net: mosquitto: add missing libuuid dependency
authorKarl Palsson <karlp@remake.is>
Fri, 20 Feb 2015 16:56:28 +0000 (16:56 +0000)
committerKarl Palsson <karlp@remake.is>
Fri, 20 Feb 2015 16:56:28 +0000 (16:56 +0000)
Improper patch resolution when importing this from it's development
repository :(

Signed-off-by: Karl Palsson <karlp@remake.is>
net/mosquitto/Makefile

index 0c98171dd2a30799e97d8a765bbd4fe1bd21c7ad..2fe7419516e5fd16d43d2b5dfdafd32e93a5d575 100644 (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