Fix compilation of sprinklerd

This commit is contained in:
2017-04-21 23:56:05 +02:00
parent 298cde361d
commit 936487e3d9
22 changed files with 110 additions and 72 deletions

View File

@@ -1,7 +1,7 @@
config BR2_PACKAGE_SPRINKLERD
bool "sprinklerd"
select BR2_PACKAGE_LIBUBUS_CPP
select BR2_PACKAGE_JSON_C
select BR2_PACKAGE_JSONCPP
default n
help
This program manage the sprinklers of the domo project.

View File

@@ -10,7 +10,7 @@ SPRINKLERD_SITE = $(TOPDIR)/../../src/prog/sprinklerd/builders/cmake
SPRINKLERD_SITE_METHOD = local
SPRINKLERD_INSTALL_STAGING = YES
SPRINKLERD_DEPENDENCIES = libubus-cpp json-c
SPRINKLERD_DEPENDENCIES = libubus-cpp jsoncpp
SPRINKLERD_CONF = SRC_DIR=$(TOPDIR)/../..