Compilation of ubus/ familly now use the offial cmake instead of a rewriten one.

This commit is contained in:
jbnadal
2017-03-20 14:43:00 +01:00
parent b9e31fce39
commit 0e766a04f4
15 changed files with 981 additions and 220 deletions

View File

@@ -6,7 +6,7 @@
UCI_VERSION:= 2016.07.04
UCI_SITE = $(TOPDIR)/../../src/3P/uci/builders/cmake
UCI_SITE = $(TOPDIR)/../../src/3P/uci
UCI_SITE_METHOD = local
UCI_INSTALL_STAGING = YES
@@ -14,6 +14,8 @@ UCI_DEPENDENCIES = libubox ubus
UCI_CONF = SRC_DIR=$(TOPDIR)/../..
UCI_CONF_OPTS +=-DBUILD_LUA=OFF
UCI_CONF_ENV = $(UCI_CONF)
UCI_MAKE_ENV = $(UCI_CONF)
UCI_CONF_OPTS += -DMODULE_PATH=$(TOPDIR)/../../bsp/cmake-modules -DCMAKE_BUILD_TYPE=$(BUILD_TYPE)