Browse Source

node-serialport: update to 8.0.5

support node v12

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
lilik-openwrt-22.03
Hirokazu MORIKAWA 5 years ago
parent
commit
5a489da86a
2 changed files with 9 additions and 9 deletions
  1. +3
    -3
      lang/node-serialport/Makefile
  2. +6
    -6
      lang/node-serialport/patches/001-turn_off_depends.patch

+ 3
- 3
lang/node-serialport/Makefile View File

@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
PKG_NPM_NAME:=serialport
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=7.1.5
PKG_RELEASE:=2
PKG_VERSION:=8.0.5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
PKG_HASH:=96996a97a5ba9cb2ad5fc5b249e2f653657e9c2bd6a45c8188ad64a76bf93340
PKG_HASH:=d06e67edcc2d2c6489d8634b3bcef46325ecee0b9f8d9243af3518505608213e
PKG_BUILD_DEPENDS:=node/host
PKG_USE_MIPS16:=0


+ 6
- 6
lang/node-serialport/patches/001-turn_off_depends.patch View File

@ -1,10 +1,10 @@
--- a/package.json
+++ b/package.json
@@ -41,7 +41,6 @@
@@ -46,7 +46,6 @@
],
"dependencies": {
"@serialport/binding-mock": "^2.0.5",
- "@serialport/bindings": "^2.0.8",
"@serialport/parser-byte-length": "^2.0.2",
"@serialport/parser-cctalk": "^2.0.2",
"@serialport/parser-delimiter": "^2.0.2",
"@serialport/binding-mock": "^8.0.4",
- "@serialport/bindings": "^8.0.4",
"@serialport/parser-byte-length": "^8.0.4",
"@serialport/parser-cctalk": "^8.0.4",
"@serialport/parser-delimiter": "^8.0.4",

Loading…
Cancel
Save