Adde receipe
This commit is contained in:
6
bsp/buildroot_external/package/ubus/Config.in
Normal file
6
bsp/buildroot_external/package/ubus/Config.in
Normal 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.
|
||||
21
bsp/buildroot_external/package/ubus/ubus.mk
Normal file
21
bsp/buildroot_external/package/ubus/ubus.mk
Normal 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))
|
||||
Reference in New Issue
Block a user