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_LIBUBOX
bool "libubox"
default n
select BR2_PACKAGE_JSON_C
help
New Version of the ubox library.

View 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))