|
|
@ -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 |
|
|
|