aboutsummaryrefslogtreecommitdiff
path: root/lang/node-cylon
Commit message (Collapse)AuthorAge
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* node-cylon: Support for npm@8Hirokazu MORIKAWA2022-04-16
| | | | | | | With the upgrade of node.js to version 16, the npm version will also change to version 8. This fix is to support npm@8. npm@6 can also build without problems. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-cylon: Takeover of maintainer and Major Makefile UpdateHirokazu MORIKAWA2019-04-05
| | | | | | | Takeover of PKG_MAINTAINER Major Makefile Updates Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-cylon: copy files, not symlinksEneas U de Queiroz2018-12-07
| | | | | | | | | This was meant to be included in 56fe558, but wasn't. Current version of npm install installs a link to the build directory. The workaround is to use npm pack to make a tarball and install from that. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* node-cylon: fix issues with node 8.11.3Eneas U de Queiroz2018-08-08
| | | | | | | | | | | | | Get node version from node executable instead of keeping it hardcoded to the Makefile. Current version of npm install installs a link to the build directory. The workaround is to use npm pack to make a tarball and install from that. npm also adds useless metadata to package.json exposing PKG_BUILD_DIR, so it needs to be stripped. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* node-cylon: bump to 0.24.0Marko Ratkaj2018-03-10
| | | | | Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com> Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* node-cylon: fix PKG_NODE_VERSIONHirokazu MORIKAWA2017-09-13
| | | | | | and modify position of DEPENDS line Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* node: Move NPM into a separated pacakgeYgal Blum2017-04-06
| | | | | | | | | In order to reduce flash requirements and also to disallow running NPM on the target move NPM out of the default NodeJS package. In order to allow adding NPM via opkg install, move it to a separated directory Signed-off-by: Ygal Blum <ygal.blum@gmail.com>
* node: use default host install prefixMatthias Schiffer2016-10-04
| | | | Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILESMichael Heimpold2016-09-03
| | | | | | Without the trailing _S_ the variable is not considered at all. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* node,node-*: node update to v4.4.5 and Enhance CPU-arch variant.Hirokazu MORIKAWA2016-05-27
|
* node-*: node update to v4.4.4Hirokazu MORIKAWA2016-05-11
|
* node update v0.12.13Hirokazu MORIKAWA2016-04-21
|
* Merge pull request #2486 from yousong/cp-fixchamptar2016-04-10
|\ | | | | Drop the redundant -r option to $(CP)
| * Drop the redundant -r option to $(CP)Yousong Zhou2016-03-12
| | | | | | | | | | | | | | | | | | $(CP) was defined as `cp -fpR' since the very begining of OpenWrt build system (2006-06-22). The -R option should be enough and base packages use only $(CP) for the same purposes just fine and BSD manual of cp also discourages the use of `-r' option. So let's just tidy up the usage now. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | node-* : specify npm_config_cache directoryHirokazu MORIKAWA2016-04-01
| |
* | node-cylon: add node host dependencyStijn Tintel2016-03-17
|/ | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with ↵Felix Fietkau2016-01-20
| | | | | | changes in trunk Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* node-cylon: dont double build firmata and serialportJohn Crispin2015-10-21
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* node-cylon: add proper download path and set version properlyJohn Crispin2015-10-19
| | | | | | | | * fix version * fix download path * fix version variables Signed-off-by: John Crispin <blogic@openwrt.org>
* nodejs: add 0.12 version of nodeJohn Crispin2015-10-19
add node-js 0.12 and a few gyp bindings Signed-off-by: John Crispin <blogic@openwrt.org>