Adde receipe
This commit is contained in:
6
bsp/buildroot_external/package/libubox/Config.in
Normal file
6
bsp/buildroot_external/package/libubox/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LIBUBOX
|
||||
bool "libubox"
|
||||
default n
|
||||
select BR2_PACKAGE_JSON_C
|
||||
help
|
||||
New Version of the ubox library.
|
||||
21
bsp/buildroot_external/package/libubox/libubox.mk
Normal file
21
bsp/buildroot_external/package/libubox/libubox.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# LIB UBOX
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBUBOX_VERSION:= 2016.07.29
|
||||
|
||||
LIBUBOX_SITE = $(TOPDIR)/../../../src/3P/libubox/builders/cmake
|
||||
LIBUBOX_SITE_METHOD = local
|
||||
LIBUBOX_INSTALL_STAGING = YES
|
||||
|
||||
LIBUBOX_DEPENDENCIES = json-c
|
||||
|
||||
CONF = SRC_DIR=$(TOPDIR)/../../../
|
||||
|
||||
LIBUBOX_CONF_ENV = $(CONF)
|
||||
LIBUBOX_MAKE_ENV = $(CONF)
|
||||
LIBUBOX_CONF_OPTS += -DMODULE_PATH=$(TOPDIR)/../../cmake-modules -DCMAKE_BUILD_TYPE=$(BUILD_TYPE)
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user