From ed991db789e2bd12867151c3707af2666fe0cfe5 Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Thu, 11 Apr 2019 23:32:12 +0200 Subject: [PATCH] buildroot receipe: Fix styp error --- .../package/chacond/Config.in | 4 ++-- .../package/dashboard/Config.in | 2 +- .../package/dashboard/dashboard.mk | 11 +++++------ .../package/domod/Config.in | 4 ++-- .../package/libcivetweb-cpp/Config.in | 2 +- .../package/libfmt/Config.in | 2 +- .../package/libubus-cpp/Config.in | 4 ++-- .../package/mountd/Config.in | 2 +- .../package/netifd/Config.in | 4 ++-- .../package/procd/Config.in | 19 +++++++++---------- .../package/restd/Config.in | 4 ++-- .../package/sprinklerd/Config.in | 4 ++-- bsp/buildroot_external/package/ubox/Config.in | 2 +- bsp/buildroot_external/package/uci/Config.in | 2 +- .../package/uhttpd-3p/Config.in | 12 ++++++------ .../package/uhttpd-rest-api-plugin/Config.in | 4 ++-- .../uhttpd-rest-api-plugin.mk | 1 - .../package/virtfs-xattr/Config.in | 4 ++-- 18 files changed, 42 insertions(+), 45 deletions(-) diff --git a/bsp/buildroot_external/package/chacond/Config.in b/bsp/buildroot_external/package/chacond/Config.in index d7add838..89e7c17f 100644 --- a/bsp/buildroot_external/package/chacond/Config.in +++ b/bsp/buildroot_external/package/chacond/Config.in @@ -1,9 +1,9 @@ config BR2_PACKAGE_CHACOND bool "chacond" + default n select BR2_PACKAGE_LIBUBOX select BR2_PACKAGE_UBUS select BR2_PACKAGE_JSON_C select BR2_PACKAGE_WIRINGPI - default n help - This program manage the chacond protocol (send event). + This program manage the chacond protocol (send event). diff --git a/bsp/buildroot_external/package/dashboard/Config.in b/bsp/buildroot_external/package/dashboard/Config.in index 785e7acf..3e2c64e6 100644 --- a/bsp/buildroot_external/package/dashboard/Config.in +++ b/bsp/buildroot_external/package/dashboard/Config.in @@ -2,4 +2,4 @@ config BR2_PACKAGE_DASHBOARD bool "dashboard" default n help - html control dashboard + html control dashboard diff --git a/bsp/buildroot_external/package/dashboard/dashboard.mk b/bsp/buildroot_external/package/dashboard/dashboard.mk index a5dc7296..28f71dc6 100644 --- a/bsp/buildroot_external/package/dashboard/dashboard.mk +++ b/bsp/buildroot_external/package/dashboard/dashboard.mk @@ -8,17 +8,16 @@ DASHBOARD_VERSION:= 1.0.0 DASHBOARD_SITE = $(TOPDIR)/../../src/prog/dashboard DASHBOARD_SITE_METHOD = local -DASHBOARD_INSTALL_STAGING = NO define DASHBOARD_BUILD_CMDS - cd $(@D) && \ - npm install && \ - npm run build + cd $(@D) && \ + npm install && \ + npm run build endef define DASHBOARD_INSTALL_TARGET_CMDS - mkdir -p $(TARGET_DIR)/usr/local/share/dashboard - cp -a $(@D)/dist/* $(TARGET_DIR)/usr/local/share/dashboard + mkdir -p $(TARGET_DIR)/usr/local/share/dashboard + cp -a $(@D)/dist/* $(TARGET_DIR)/usr/local/share/dashboard endef $(eval $(generic-package)) diff --git a/bsp/buildroot_external/package/domod/Config.in b/bsp/buildroot_external/package/domod/Config.in index 65bbe6bc..7a884361 100644 --- a/bsp/buildroot_external/package/domod/Config.in +++ b/bsp/buildroot_external/package/domod/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_DOMOD bool "domod" + default n select BR2_PACKAGE_LIBUBUS_CPP select BR2_PACKAGE_JSON_C - default n help - This program is the main domo daemon. + This program is the main domo daemon. diff --git a/bsp/buildroot_external/package/libcivetweb-cpp/Config.in b/bsp/buildroot_external/package/libcivetweb-cpp/Config.in index 2d677bea..a55b4060 100644 --- a/bsp/buildroot_external/package/libcivetweb-cpp/Config.in +++ b/bsp/buildroot_external/package/libcivetweb-cpp/Config.in @@ -2,4 +2,4 @@ config BR2_PACKAGE_LIBCIVETWEB_CPP bool "libcivetweb-cpp" default n help - Provide a C++ http/websocket library. + Provide a C++ http/websocket library. diff --git a/bsp/buildroot_external/package/libfmt/Config.in b/bsp/buildroot_external/package/libfmt/Config.in index d73ae696..8e734e25 100644 --- a/bsp/buildroot_external/package/libfmt/Config.in +++ b/bsp/buildroot_external/package/libfmt/Config.in @@ -2,4 +2,4 @@ config BR2_PACKAGE_LIBFMT bool "fmt" default n help - Small, safe and fast formatting library + Small, safe and fast formatting library diff --git a/bsp/buildroot_external/package/libubus-cpp/Config.in b/bsp/buildroot_external/package/libubus-cpp/Config.in index ec210eab..dc192c43 100644 --- a/bsp/buildroot_external/package/libubus-cpp/Config.in +++ b/bsp/buildroot_external/package/libubus-cpp/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_LIBUBUS_CPP bool "libubus-cpp" + default n select BR2_PACKAGE_LIBUBOX select BR2_PACKAGE_UBUS select BR2_PACKAGE_JSON_C - default n help - Provide a C++ backend for the ubus library. + Provide a C++ backend for the ubus library. diff --git a/bsp/buildroot_external/package/mountd/Config.in b/bsp/buildroot_external/package/mountd/Config.in index b670e5db..acd3bbc5 100644 --- a/bsp/buildroot_external/package/mountd/Config.in +++ b/bsp/buildroot_external/package/mountd/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_MOUNTD select BR2_PACKAGE_LIBUBOX select BR2_PACKAGE_UCI help - auto mount daemon. + auto mount daemon. diff --git a/bsp/buildroot_external/package/netifd/Config.in b/bsp/buildroot_external/package/netifd/Config.in index ae90cc70..41859cb9 100644 --- a/bsp/buildroot_external/package/netifd/Config.in +++ b/bsp/buildroot_external/package/netifd/Config.in @@ -1,10 +1,10 @@ config BR2_PACKAGE_NETIFD bool "netifd" + default n select BR2_PACKAGE_LIBUBOX select BR2_PACKAGE_UBUS select BR2_PACKAGE_UCI select BR2_PACKAGE_JSON_C select BR2_PACKAGE_LIBNL - default n help - This program manage network interfaces. + This program manage network interfaces. diff --git a/bsp/buildroot_external/package/procd/Config.in b/bsp/buildroot_external/package/procd/Config.in index 099e59c6..8ba058ea 100644 --- a/bsp/buildroot_external/package/procd/Config.in +++ b/bsp/buildroot_external/package/procd/Config.in @@ -1,26 +1,25 @@ config BR2_PACKAGE_PROCD bool "procd" + default n select BR2_PACKAGE_LIBUBOX select BR2_PACKAGE_UBUS select BR2_PACKAGE_JSON_C - default n help - This program manage process. + This program manage process. config BR2_PACKAGE_PROCD_DISABLE_INIT - depends on BR2_PACKAGE_PROCD bool "Disable the init part of procd" default n + depends on BR2_PACKAGE_PROCD help - Disable the init part of procd + Disable the init part of procd config BR2_PACKAGE_PROCD_EARLY_PATH - depends on BR2_PACKAGE_PROCD string "Custom procd EARLY_PATH" default "/usr/sbin:/sbin:/usr/bin:/bin:/usr/local/bin" + depends on BR2_PACKAGE_PROCD help - Customize the PATH variable set by procd in its early stage. - This is inherited by all the children of procd. - When left empty, defaults to procd default value: - /usr/sbin:/sbin:/usr/bin:/bin - \ No newline at end of file + Customize the PATH variable set by procd in its early stage. + This is inherited by all the children of procd. + When left empty, defaults to procd default value: + /usr/sbin:/sbin:/usr/bin:/bin diff --git a/bsp/buildroot_external/package/restd/Config.in b/bsp/buildroot_external/package/restd/Config.in index 0d47b278..646049b1 100644 --- a/bsp/buildroot_external/package/restd/Config.in +++ b/bsp/buildroot_external/package/restd/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_RESTD - select BR2_PACKAGE_LIBCIVETWEB_CPP bool "restd" default n + select BR2_PACKAGE_LIBCIVETWEB_CPP help - This program manage expose the restd. + This program manage expose the restd. diff --git a/bsp/buildroot_external/package/sprinklerd/Config.in b/bsp/buildroot_external/package/sprinklerd/Config.in index 43bd558d..fcbd08cf 100644 --- a/bsp/buildroot_external/package/sprinklerd/Config.in +++ b/bsp/buildroot_external/package/sprinklerd/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_SPRINKLERD bool "sprinklerd" + default n select BR2_PACKAGE_LIBUBUS_CPP select BR2_PACKAGE_JSONCPP - default n help - This program manage the sprinklers of the domo project. + This program manage the sprinklers of the domo project. diff --git a/bsp/buildroot_external/package/ubox/Config.in b/bsp/buildroot_external/package/ubox/Config.in index a5756828..935b1969 100644 --- a/bsp/buildroot_external/package/ubox/Config.in +++ b/bsp/buildroot_external/package/ubox/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_UBOX select BR2_PACKAGE_LIBUBOX select BR2_PACKAGE_UBUS help - Ubox tools. + Ubox tools. diff --git a/bsp/buildroot_external/package/uci/Config.in b/bsp/buildroot_external/package/uci/Config.in index 4579e07f..d581c569 100644 --- a/bsp/buildroot_external/package/uci/Config.in +++ b/bsp/buildroot_external/package/uci/Config.in @@ -3,4 +3,4 @@ config BR2_PACKAGE_UCI default n select BR2_PACKAGE_LIBUBOX help - Ubox configuration tools. + Ubox configuration tools. diff --git a/bsp/buildroot_external/package/uhttpd-3p/Config.in b/bsp/buildroot_external/package/uhttpd-3p/Config.in index 8e9533af..5c9d2005 100644 --- a/bsp/buildroot_external/package/uhttpd-3p/Config.in +++ b/bsp/buildroot_external/package/uhttpd-3p/Config.in @@ -2,19 +2,19 @@ menuconfig BR2_PACKAGE_UHTTPD_3P bool "uhttpd (override)" default n help - uHTTPd is a tiny single threaded HTTP server with TLS, CGI and Lua - support. It is intended as a drop-in replacement for the Busybox - HTTP daemon. + uHTTPd is a tiny single threaded HTTP server with TLS, + CGI and Luasupport. It is intended as a drop-in + replacement for the Busybox HTTP daemon. if BR2_PACKAGE_UHTTPD_3P config BR2_PACKAGE_UHTTPD_UBUS_SUPPORT + bool "UBus JSON_RPC plugin" + default n depends on BR2_PACKAGE_UHTTPD_3P select BR2_PACKAGE_JSON_C select BR2_PACKAGE_LIBUBUS_CPP - bool "UBus JSON_RPC plugin" - default n help - Enables remote UBus calls over HTTP + Enables remote UBus calls over HTTP endif diff --git a/bsp/buildroot_external/package/uhttpd-rest-api-plugin/Config.in b/bsp/buildroot_external/package/uhttpd-rest-api-plugin/Config.in index ff9523a3..426f059f 100644 --- a/bsp/buildroot_external/package/uhttpd-rest-api-plugin/Config.in +++ b/bsp/buildroot_external/package/uhttpd-rest-api-plugin/Config.in @@ -1,10 +1,10 @@ menuconfig BR2_PACKAGE_UHTTPD_REST_API_PLUGIN bool "uhttpd rest api plugin" + default n select BR2_PACKAGE_UHTTPD_3P select BR2_PACKAGE_UBUS select BR2_PACKAGE_JSON_C select BR2_PACKAGE_LIBFMT select BR2_PACKAGE_LIBUBUS_CPP - default n help - Enable the rest api uhttpd plugin. + Enable the rest api uhttpd plugin. diff --git a/bsp/buildroot_external/package/uhttpd-rest-api-plugin/uhttpd-rest-api-plugin.mk b/bsp/buildroot_external/package/uhttpd-rest-api-plugin/uhttpd-rest-api-plugin.mk index 8437aabb..98903d65 100644 --- a/bsp/buildroot_external/package/uhttpd-rest-api-plugin/uhttpd-rest-api-plugin.mk +++ b/bsp/buildroot_external/package/uhttpd-rest-api-plugin/uhttpd-rest-api-plugin.mk @@ -9,7 +9,6 @@ UHTTPD_REST_API_PLUGIN_VERSION:= 1.0.0 UHTTPD_REST_API_PLUGIN_SITE = $(TOPDIR)/../../src/plugins/uhttpd/uhttpd-rest-api/builders/cmake UHTTPD_REST_API_PLUGIN_SITE_METHOD = local -UHTTPD_REST_API_PLUGIN_INSTALL_TARGET = YES UHTTPD_REST_API_PLUGIN_INSTALL_STAGING = YES UHTTPD_REST_API_PLUGIN_DEPENDENCIES = uhttpd-3p ubus json-c libfmt libubus-cpp diff --git a/bsp/buildroot_external/package/virtfs-xattr/Config.in b/bsp/buildroot_external/package/virtfs-xattr/Config.in index 6c9c683e..e2a31085 100644 --- a/bsp/buildroot_external/package/virtfs-xattr/Config.in +++ b/bsp/buildroot_external/package/virtfs-xattr/Config.in @@ -2,5 +2,5 @@ config BR2_PACKAGE_HOST_VIRTFS_XATTR bool "host virtfs-xattr" default n help - Utililty used to alter metadata of file in the target - directory, for sharing with 9p fsdev in qemu. + Utililty used to alter metadata of file in the target + directory, for sharing with 9p fsdev in qemu.