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:
07eb064
)
net: mosquitto: add missing libuuid dependency
author
Karl Palsson
<karlp@remake.is>
Fri, 20 Feb 2015 16:56:28 +0000
(16:56 +0000)
committer
Karl Palsson
<karlp@remake.is>
Fri, 20 Feb 2015 16:56:28 +0000
(16:56 +0000)
Improper patch resolution when importing this from it's development
repository :(
Signed-off-by: Karl Palsson <karlp@remake.is>
net/mosquitto/Makefile
patch
|
blob
|
history
diff --git
a/net/mosquitto/Makefile
b/net/mosquitto/Makefile
index 0c98171dd2a30799e97d8a765bbd4fe1bd21c7ad..2fe7419516e5fd16d43d2b5dfdafd32e93a5d575 100644
(file)
--- 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