lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit b399dd3b929953642a983482c730ac73abd37ba1
parent aca405ef008b188394c78b169988f1522cf492bf
Author: John Crispin <blogic@openwrt.org>
Date:   Mon, 19 Oct 2015 15:49:38 +0200

node-hid: set proper version and revision

* fix revision variables
* fix version variables

Signed-off-by: John Crispin <blogic@openwrt.org>

Diffstat:
Mlang/node-serialport/Makefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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