Adde receipe

This commit is contained in:
jbnadal
2016-12-07 18:12:47 +01:00
parent 5a660a7511
commit ca58e43c31
11 changed files with 149 additions and 6 deletions

View File

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

View File

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