projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d98d7f
)
net/mosquitto: drop obsolete libuuid dependency
author
Karl Palsson
<karlp@etactica.com>
Wed, 9 Oct 2019 13:50:14 +0000
(13:50 +0000)
committer
Karl Palsson
<karlp@etactica.com>
Wed, 9 Oct 2019 13:50:14 +0000
(13:50 +0000)
libuuid was dropped as a dependency in mosquitto 1.6.0
Signed-off-by: Karl Palsson <karlp@etactica.com>
net/mosquitto/Makefile
patch
|
blob
|
history
diff --git
a/net/mosquitto/Makefile
b/net/mosquitto/Makefile
index 6a6928e40a1e8d8cddc327f7fa7585ce6d154b79..c7777f27bcf468152eb56260cba6232f9272595f 100644
(file)
--- 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 <karlp@etactica.com>
- DEPENDS:= +librt
+libuuid
+ DEPENDS:= +librt
USERID:=mosquitto=200:mosquitto=200
endef