node-serialport: fix powerpc build fail

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>
This commit is contained in:
Hirokazu MORIKAWA 2019-05-21 13:58:25 +09:00
parent 727d2b5a61
commit ad991b4374
2 changed files with 12 additions and 2 deletions

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NPM_NAME:=serialport
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=7.1.5
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=https://registry.npmjs.org/$(PKG_NPM_NAME)/-/
@ -31,7 +31,7 @@ define Package/node-serialport
CATEGORY:=Languages
TITLE:=Node.js package to access serial ports
URL:=https://serialport.io/
DEPENDS:=+node +node-npm
DEPENDS:=+node +node-npm +node-serialport-bindings
endef
define Package/node-serialport/description

View File

@ -0,0 +1,10 @@
--- a/package.json
+++ b/package.json
@@ -41,7 +41,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",