Adde receipe
This commit is contained in:
7
bsp/buildroot_external/package/ubox/Config.in
Normal file
7
bsp/buildroot_external/package/ubox/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_UBOX
|
||||
bool "ubox tools"
|
||||
default n
|
||||
select BR2_PACKAGE_LIBUBOX_AW
|
||||
select BR2_PACKAGE_LIBUBUS
|
||||
help
|
||||
Ubox tools.
|
||||
21
bsp/buildroot_external/package/ubox/ubox.mk
Normal file
21
bsp/buildroot_external/package/ubox/ubox.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# UBOX TOOLS
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UBOX_VERSION:= 2016.07.19
|
||||
|
||||
UBOX_SITE = $(TOPDIR)/../../../AwoxAudio/Products/External/ubox/builders/cmake
|
||||
UBOX_SITE_METHOD = local
|
||||
UBOX_INSTALL_STAGING = YES
|
||||
|
||||
UBOX_DEPENDENCIES = libubox-aw libubus
|
||||
|
||||
CONF = AWOXCVS=$(TOPDIR)/../../../
|
||||
|
||||
UBOX_CONF_ENV = $(CONF)
|
||||
UBOX_MAKE_ENV = $(CONF)
|
||||
UBOX_CONF_OPTS += -DMODULE_PATH=$(TOPDIR)/../../cmake-modules -DCMAKE_BUILD_TYPE=$(BUILD_TYPE)
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user