diff options
author | John Crispin <blogic@openwrt.org> | 2015-10-19 15:49:38 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-19 15:57:38 +0200 |
commit | b399dd3b929953642a983482c730ac73abd37ba1 (patch) | |
tree | 489ab9c0c25049a21e771132fccee0bf5bfcd07a /lang/node-serialport | |
parent | aca405ef008b188394c78b169988f1522cf492bf (diff) |
node-hid: set proper version and revision
* fix revision variables
* fix version variables
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'lang/node-serialport')
-rw-r--r-- | lang/node-serialport/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/node-serialport/Makefile b/lang/node-serialport/Makefile index 56d0697b3..ad4b7aff6 100644 --- a/lang/node-serialport/Makefile +++ b/lang/node-serialport/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NPM_NAME:=serialport PKG_NAME:=node-$(PKG_NPM_NAME) PKG_VERSION:=1.4.6 -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NPM_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://registry.npmjs.org/$(PKG_NPM_NAME)/-/ @@ -20,6 +20,8 @@ PKG_BUILD_DEPENDS:=node PKG_NODE_VERSION:=0.12.7 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> +PKG_LICENSE:=Custom +PKG_LICENSE_FILE:=LICENSE include $(INCLUDE_DIR)/package.mk |