###############################################################################
comment "Legacy options removed in 2017.05"
+config BR2_PACKAGE_NODEJS_MODULES_COFFEESCRIPT
+ bool "CoffeeScript option has been removed"
+ select BR2_LEGACY
+ help
+ The option to enable NodeJS CoffeeScript has been removed.
+ To continue using it, add "coffee-script" to
+ BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL.
+
config BR2_PACKAGE_NODEJS_MODULES_EXPRESS
bool "Express web application framework option has been removed"
select BR2_LEGACY
Note that NPM is always built for the buildroot host.
-config BR2_PACKAGE_NODEJS_MODULES_COFFEESCRIPT
- bool "CoffeeScript"
- help
- CoffeeScript is a little language that compiles into JavaScript.
-
- http://www.coffeescript.org
-
config BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL
string "Additional modules"
help
endef
#
-# Build the list of modules to install based on the booleans for
-# popular modules, as well as the "additional modules" list.
+# Build the list of modules to install.
#
NODEJS_MODULES_LIST= $(call qstrip,\
- $(if $(BR2_PACKAGE_NODEJS_MODULES_COFFEESCRIPT),coffee-script) \
$(BR2_PACKAGE_NODEJS_MODULES_ADDITIONAL))
# Define NPM for other packages to use