From 74b34fb1489f3beb5bb5f8477bf53881abf1928a Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 9 Oct 2019 13:50:14 +0000 Subject: [PATCH] net/mosquitto: drop obsolete libuuid dependency libuuid was dropped as a dependency in mosquitto 1.6.0 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 6a6928e40a..c7777f27bc 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -28,7 +28,7 @@ define Package/mosquitto/default TITLE:=mosquitto - an MQTT message broker URL:=http://www.mosquitto.org/ MAINTAINER:=Karl Palsson - DEPENDS:= +librt +libuuid + DEPENDS:= +librt USERID:=mosquitto=200:mosquitto=200 endef -- 2.30.2