From f3566f4809d6fb748bdfd1a044f3564d3c04336b Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Fri, 20 Feb 2015 16:56:28 +0000 Subject: [PATCH] net: mosquitto: add missing libuuid dependency Improper patch resolution when importing this from it's development repository :( Signed-off-by: Karl Palsson --- net/mosquitto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index 0c98171dd..2fe741951 100644 --- 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 - DEPENDS:= +librt + DEPENDS:= +librt +libuuid USERID:=mosquitto=200:mosquitto=200 endef