Bump uhttpd version 2016-10-25
This commit is contained in:
14
bsp/buildroot_external/package/uhttpd/Config.in
Normal file
14
bsp/buildroot_external/package/uhttpd/Config.in
Normal file
@@ -0,0 +1,14 @@
|
||||
config BR2_PACKAGE_LIBUBOX
|
||||
bool "libubox"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_JSON_C
|
||||
help
|
||||
This library originates from the OpenWrt project to
|
||||
handle the configuration file infrastructure, but can
|
||||
also be used for the same purposes in projects other
|
||||
than OpenWrt.
|
||||
|
||||
http://nbd.name/gitweb.cgi?p=luci2/libubox.git;a=summary
|
||||
|
||||
comment "libubox needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
24
bsp/buildroot_external/package/uhttpd/uhttpd.mk
Normal file
24
bsp/buildroot_external/package/uhttpd/uhttpd.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# LIB UBOX
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UHTTPD_VERSION:= 2016-10-25
|
||||
|
||||
UHTTPD_SITE = $(TOPDIR)/../../src/3P/libubox
|
||||
UHTTPD_SITE_METHOD = local
|
||||
UHTTPD_LICENSE = LGPLv2.1, GPLv2, BSD-3c, MIT
|
||||
UHTTPD_INSTALL_STAGING = YES
|
||||
|
||||
UHTTPD_DEPENDENCIES = json-c
|
||||
|
||||
UHTTPD_CONF = SRC_DIR=$(TOPDIR)/../..
|
||||
|
||||
UHTTPD_CONF_OPTS +=-DBUILD_LUA=OFF
|
||||
|
||||
UHTTPD_CONF_ENV = $(UHTTPD_CONF)
|
||||
UHTTPD_MAKE_ENV = $(UHTTPD_CONF)
|
||||
UHTTPD_CONF_OPTS += -DMODULE_PATH=$(TOPDIR)/../../bsp/cmake-modules -DCMAKE_BUILD_TYPE=$(BUILD_TYPE)
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user