aboutsummaryrefslogtreecommitdiff
path: root/lang/node-serialport
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-serialport: 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-serialport: update to 9.0.4Hirokazu MORIKAWA2020-12-28
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-serialport: update to 9.0.2Hirokazu MORIKAWA2020-11-11
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-serialport: update to 9.0.1Hirokazu MORIKAWA2020-09-18
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-serialport: update to 8.0.7Hirokazu MORIKAWA2020-03-03
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-serialport: update to 8.0.5Hirokazu MORIKAWA2019-12-13
| | | | | | support node v12 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-serialport: fix powerpc build failHirokazu MORIKAWA2019-05-21
| | | | | | | | fix powerpc 'node-serialport' package build fail divide node-serialport' into node-serialport' and node-serialport-bindings node-serialport-bindings PR : https://github.com/openwrt/packages/pull/9045 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-serialport: update to 7.1.5Hirokazu MORIKAWA2019-05-17
| | | | | | Node.js 12 support Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-serialport: fix i386 build failHirokazu MORIKAWA2019-04-19
| | | | | | more stability for parallel build Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-serialport: update to 7.1.4Hirokazu MORIKAWA2019-04-05
| | | | | | | | update to 7.1.4 Takeover of PKG_MAINTAINER Major Makefile Updates Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-serialport: copy files, not symlinksEneas U de Queiroz2018-12-07
| | | | | | | | | This was meant to be included in 93d6d1b, 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-serialport: 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-serialport: bump to 6.1.1Marko Ratkaj2018-03-10
| | | | | Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com> Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* node-serialport: 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
|
* node-* : specify npm_config_cache directoryHirokazu MORIKAWA2016-04-01
|
* node-serialport: 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-hid: set proper version and revisionJohn Crispin2015-10-19
| | | | | | | * fix revision variables * 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>