From: Karl Palsson Date: Fri, 20 Feb 2015 16:56:28 +0000 (+0000) Subject: net: mosquitto: add missing libuuid dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f3566f4809d6fb748bdfd1a044f3564d3c04336b;p=openwrt-packages.git net: mosquitto: add missing libuuid dependency Improper patch resolution when importing this from it's development repository :( Signed-off-by: Karl Palsson --- 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