commit f3566f4809d6fb748bdfd1a044f3564d3c04336b
parent 07eb064392471eeb6b9fd0ddf66b2b93c1c3184b
Author: Karl Palsson <karlp@remake.is>
Date: Fri, 20 Feb 2015 16:56:28 +0000
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>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile
@@ -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