From df1c87838f1a7c48851ba94c2843d98e28af16b4 Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Fri, 7 Apr 2017 21:23:54 +0200 Subject: [PATCH] remove deprecated receipe. --- .../package/libubox/Config.in | 14 ----------- .../package/libubox/libubox.mk | 24 ------------------- bsp/buildroot_external/package/ubus/Config.in | 16 ------------- bsp/buildroot_external/package/ubus/ubus.mk | 21 ---------------- .../package/uhttpd/Config.in | 14 ----------- .../package/uhttpd/uhttpd.mk | 24 ------------------- 6 files changed, 113 deletions(-) delete mode 100644 bsp/buildroot_external/package/libubox/Config.in delete mode 100644 bsp/buildroot_external/package/libubox/libubox.mk delete mode 100644 bsp/buildroot_external/package/ubus/Config.in delete mode 100644 bsp/buildroot_external/package/ubus/ubus.mk delete mode 100644 bsp/buildroot_external/package/uhttpd/Config.in delete mode 100644 bsp/buildroot_external/package/uhttpd/uhttpd.mk diff --git a/bsp/buildroot_external/package/libubox/Config.in b/bsp/buildroot_external/package/libubox/Config.in deleted file mode 100644 index 349ddd3a..00000000 --- a/bsp/buildroot_external/package/libubox/Config.in +++ /dev/null @@ -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 diff --git a/bsp/buildroot_external/package/libubox/libubox.mk b/bsp/buildroot_external/package/libubox/libubox.mk deleted file mode 100644 index 0e8985c8..00000000 --- a/bsp/buildroot_external/package/libubox/libubox.mk +++ /dev/null @@ -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)) diff --git a/bsp/buildroot_external/package/ubus/Config.in b/bsp/buildroot_external/package/ubus/Config.in deleted file mode 100644 index 2e5a3ba2..00000000 --- a/bsp/buildroot_external/package/ubus/Config.in +++ /dev/null @@ -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 diff --git a/bsp/buildroot_external/package/ubus/ubus.mk b/bsp/buildroot_external/package/ubus/ubus.mk deleted file mode 100644 index 99eae702..00000000 --- a/bsp/buildroot_external/package/ubus/ubus.mk +++ /dev/null @@ -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)) diff --git a/bsp/buildroot_external/package/uhttpd/Config.in b/bsp/buildroot_external/package/uhttpd/Config.in deleted file mode 100644 index 349ddd3a..00000000 --- a/bsp/buildroot_external/package/uhttpd/Config.in +++ /dev/null @@ -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 diff --git a/bsp/buildroot_external/package/uhttpd/uhttpd.mk b/bsp/buildroot_external/package/uhttpd/uhttpd.mk deleted file mode 100644 index ac6e7334..00000000 --- a/bsp/buildroot_external/package/uhttpd/uhttpd.mk +++ /dev/null @@ -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))