aboutsummaryrefslogtreecommitdiff
path: root/lang/node-hid
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-hid: 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-hid: update to 2.1.1Hirokazu MORIKAWA2020-12-28
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-hid: update to 1.3.2Hirokazu MORIKAWA2020-11-27
| | | | | | update to 1.3.2 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* treewide: turn specific libudev-* DEPENDS to generic onesRosen Penev2020-11-03
| | | | | | | libudev-zero as well as libudev-fbsd have PROVIDES:=libudev . These packages have nothing specific that requires one or the other. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* node-hid: update to 1.3.1Hirokazu MORIKAWA2020-09-18
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-hid: update to 1.2.0Hirokazu MORIKAWA2020-03-03
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-hid: update to 1.1.0Hirokazu MORIKAWA2019-12-12
| | | | | | Up to Node v12, v13 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-hid: update to 0.7.9Hirokazu MORIKAWA2019-06-04
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-hid: update to 0.7.8Hirokazu MORIKAWA2019-05-17
| | | | | | Node.js 12 support Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-hid: fix i386 build failHirokazu MORIKAWA2019-04-17
| | | | | | more stability for parallel build Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-hid: update to 0.7.7Hirokazu MORIKAWA2019-04-05
| | | | | | | | update to 0.7.7 Takeover of PKG_MAINTAINER Major Makefile Updates Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* node-hid: copy files, not symlinksEneas U de Queiroz2018-12-07
| | | | | | | | | This was meant to be included in 1e0720e, 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-hid: 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-hid: bump to 0.7.2Marko Ratkaj2018-03-10
| | | | | Signed-off-by: Arturo Rinaldi <arty.net2@gmail.com> Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* node-hid: Correct multiple DEPENDS linesHirokazu MORIKAWA2017-09-13
| | | | 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-hid: fix git submodule issueHirokazu MORIKAWA2016-05-23
|
* node-hid: fix compile errorHirokazu MORIKAWA2016-05-18
|
* 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-hid: 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>