mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
package/nodejs: remove support for express
BR2_PACKAGE_NODEJS_MODULES_EXPRESS has been deprecated. To continue using add express to BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL Fixes: http://autobuild.buildroot.org/results/fcfa38e98c22c8809452f7d0ee86dfe2e9d2482f http://autobuild.buildroot.org/results/946996fa78c7814d1e0ea0ef1239c6eb0c7aa8dd http://autobuild.buildroot.org/results/df920e7b17617f1e4867d94eda52cab38f7b0622 Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
f3facc15bf
commit
096f8b13ac
@ -145,6 +145,14 @@ endif
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
comment "Legacy options removed in 2017.05"
|
comment "Legacy options removed in 2017.05"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_NODEJS_MODULES_EXPRESS
|
||||||
|
bool "Express web application framework option has been removed"
|
||||||
|
select BR2_LEGACY
|
||||||
|
help
|
||||||
|
The option to enable the NodeJS Express web application
|
||||||
|
framework has been removed. To continue using it, add
|
||||||
|
"express" to BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL.
|
||||||
|
|
||||||
config BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL
|
config BR2_PACKAGE_BLUEZ5_UTILS_GATTTOOL
|
||||||
bool "bluez5_utils gatttool install option removed"
|
bool "bluez5_utils gatttool install option removed"
|
||||||
select BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED
|
select BR2_PACKAGE_BLUEZ5_UTILS_DEPRECATED
|
||||||
|
@ -44,16 +44,6 @@ config BR2_PACKAGE_NODEJS_NPM
|
|||||||
|
|
||||||
Note that NPM is always built for the buildroot host.
|
Note that NPM is always built for the buildroot host.
|
||||||
|
|
||||||
config BR2_PACKAGE_NODEJS_MODULES_EXPRESS
|
|
||||||
bool "Express web application framework"
|
|
||||||
help
|
|
||||||
Express is a minimal and flexible node.js web application
|
|
||||||
framework, providing a robust set of features for building
|
|
||||||
single and multi-page, and hybrid web applications.
|
|
||||||
|
|
||||||
http://www.expressjs.com
|
|
||||||
https://github.com/visionmedia/express
|
|
||||||
|
|
||||||
config BR2_PACKAGE_NODEJS_MODULES_COFFEESCRIPT
|
config BR2_PACKAGE_NODEJS_MODULES_COFFEESCRIPT
|
||||||
bool "CoffeeScript"
|
bool "CoffeeScript"
|
||||||
help
|
help
|
||||||
|
@ -143,7 +143,6 @@ endef
|
|||||||
# popular modules, as well as the "additional modules" list.
|
# popular modules, as well as the "additional modules" list.
|
||||||
#
|
#
|
||||||
NODEJS_MODULES_LIST= $(call qstrip,\
|
NODEJS_MODULES_LIST= $(call qstrip,\
|
||||||
$(if $(BR2_PACKAGE_NODEJS_MODULES_EXPRESS),express) \
|
|
||||||
$(if $(BR2_PACKAGE_NODEJS_MODULES_COFFEESCRIPT),coffee-script) \
|
$(if $(BR2_PACKAGE_NODEJS_MODULES_COFFEESCRIPT),coffee-script) \
|
||||||
$(BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL))
|
$(BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user