remove deprecated receipe.
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
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
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
#
|
|
||||||
# LIB UBOX
|
|
||||||
#
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
LIBUBOX_VERSION:= 2016-11-29
|
|
||||||
|
|
||||||
LIBUBOX_SITE = $(TOPDIR)/../../src/3P/libubox
|
|
||||||
LIBUBOX_SITE_METHOD = local
|
|
||||||
LIBUBOX_LICENSE = LGPLv2.1, GPLv2, BSD-3c, MIT
|
|
||||||
LIBUBOX_INSTALL_STAGING = YES
|
|
||||||
|
|
||||||
LIBUBOX_DEPENDENCIES = json-c
|
|
||||||
|
|
||||||
LIBUBOX_CONF = SRC_DIR=$(TOPDIR)/../..
|
|
||||||
|
|
||||||
LIBUBOX_CONF_OPTS +=-DBUILD_LUA=OFF
|
|
||||||
|
|
||||||
LIBUBOX_CONF_ENV = $(LIBUBOX_CONF)
|
|
||||||
LIBUBOX_MAKE_ENV = $(LIBUBOX_CONF)
|
|
||||||
LIBUBOX_CONF_OPTS += -DMODULE_PATH=$(TOPDIR)/../../bsp/cmake-modules -DCMAKE_BUILD_TYPE=$(BUILD_TYPE)
|
|
||||||
|
|
||||||
$(eval $(cmake-package))
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
config BR2_PACKAGE_UBUS
|
|
||||||
bool "ubus"
|
|
||||||
default n
|
|
||||||
select BR2_PACKAGE_LIBUBOX
|
|
||||||
select BR2_PACKAGE_JSON_C
|
|
||||||
help
|
|
||||||
IPC/RPC bus that allows communication between processes.
|
|
||||||
|
|
||||||
It consists of few parts including a daemon (ubusd), a library
|
|
||||||
(libubus) and a command line interface (ubus). Although created
|
|
||||||
for the OpenWRT project, it can be used as a general IPC/RPC
|
|
||||||
mechanism in other projects.
|
|
||||||
|
|
||||||
* Select BR2_PACKAGE_LUA_5_1 if you want to have Lua support.
|
|
||||||
|
|
||||||
https://wiki.openwrt.org/doc/techref/ubus
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
#
|
|
||||||
# UBUS
|
|
||||||
#
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
UBUS_VERSION:= 2017.01.22
|
|
||||||
|
|
||||||
UBUS_SITE = $(TOPDIR)/../../src/3P/ubus
|
|
||||||
UBUS_SITE_METHOD = local
|
|
||||||
UBUS_INSTALL_STAGING = YES
|
|
||||||
|
|
||||||
UBUS_DEPENDENCIES = libubox
|
|
||||||
|
|
||||||
UBUS_CONF = SRC_DIR=$(TOPDIR)/../..
|
|
||||||
|
|
||||||
UBUS_CONF_ENV = $(UBUS_CONF)
|
|
||||||
UBUS_MAKE_ENV = $(UBUS_CONF)
|
|
||||||
UBUS_CONF_OPTS += -DMODULE_PATH=$(TOPDIR)/../../bsp/cmake-modules -DCMAKE_BUILD_TYPE=$(BUILD_TYPE)
|
|
||||||
|
|
||||||
$(eval $(cmake-package))
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
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
|
|
||||||
@@ -1,24 +0,0 @@
|
|||||||
################################################################################
|
|
||||||
#
|
|
||||||
# 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