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:
56c2caa
)
domoticz: Add missing dependency
10582/head
author
Rosen Penev
<rosenp@gmail.com>
Mon, 18 Nov 2019 23:17:26 +0000
(15:17 -0800)
committer
Rosen Penev
<rosenp@gmail.com>
Tue, 19 Nov 2019 00:25:43 +0000
(16:25 -0800)
CMake picks up telldus-core now that it is in the tree.
Fixes #10246
Signed-off-by: Rosen Penev <rosenp@gmail.com>
utils/domoticz/Makefile
patch
|
blob
|
history
diff --git
a/utils/domoticz/Makefile
b/utils/domoticz/Makefile
index edf3edf1796d46b8e6ede4bb7c2ddc8ca4742c14..5358b44f873ebe2c0efa72c69474e512906bce34 100644
(file)
--- a/
utils/domoticz/Makefile
+++ b/
utils/domoticz/Makefile
@@
-12,7
+12,7
@@
PKG_VERSION_MAJOR:=4
PKG_VERSION_PATCH:=10717
PKG_COMMIT:=
PKG_VERSION:=$(PKG_VERSION_MAJOR).$(PKG_VERSION_PATCH)
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
ifeq ($(PKG_COMMIT),)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-54,6
+54,7
@@
define Package/domoticz
+libopenzwave \
+libsqlite3 \
+libstdcpp \
+ +telldus-core \
+zlib
endef