Update packages step1

This commit is contained in:
2016-12-07 23:32:58 +01:00
parent 75f1874cc0
commit 1cd627a492
8 changed files with 77 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
config BR2_PACKAGE_UBUSD
bool "ubus daemon"
config BR2_PACKAGE_UBUS
bool "ubus"
default n
select BR2_PACKAGE_LIBUBUS
select BR2_PACKAGE_LIBUBOX
help
Awox Version of the ubus daemon programs.
Next Version of the ubus daemon programs.

View File

@@ -1,21 +1,21 @@
################################################################################
#
# UBUSD PROGRAM
# UBUS
#
################################################################################
UBUSD_VERSION:= 1.0.0
UBUS_VERSION:= 1.0.0
UBUSD_SITE = $(TOPDIR)/../../../AwoxAudio/Libs/External/ubus/ubusd/builders/cmake
UBUSD_SITE_METHOD = local
UBUSD_INSTALL_STAGING = YES
UBUS_SITE = $(TOPDIR)/../../../AwoxAudio/Libs/External/ubus/ubusd/builders/cmake
UBUS_SITE_METHOD = local
UBUS_INSTALL_STAGING = YES
UBUSD_DEPENDENCIES = libubus
UBUS_DEPENDENCIES = libubus
CONF = AWOXCVS=$(TOPDIR)/../../../
CONF = AWOXCVS3=$(TOPDIR)/../../../
UBUSD_CONF_ENV = $(CONF)
UBUSD_MAKE_ENV = $(CONF)
UBUSD_CONF_OPTS += -DMODULE_PATH=$(TOPDIR)/../../cmake-modules -DCMAKE_BUILD_TYPE=$(BUILD_TYPE)
UBUS_CONF_ENV = $(CONF)
UBUS_MAKE_ENV = $(CONF)
UBUS_CONF_OPTS += -DMODULE_PATH=$(TOPDIR)/../../cmake-modules -DCMAKE_BUILD_TYPE=$(BUILD_TYPE)
$(eval $(cmake-package))