projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6e9336
)
node-hid: set proper version and revision
author
John Crispin
<
[email protected]
>
Mon, 19 Oct 2015 13:48:12 +0000
(15:48 +0200)
committer
John Crispin
<
[email protected]
>
Mon, 19 Oct 2015 13:57:22 +0000
(15:57 +0200)
* fix revision variables
* fix version variables
Signed-off-by: John Crispin <
[email protected]
>
lang/node-hid/Makefile
patch
|
blob
|
history
diff --git
a/lang/node-hid/Makefile
b/lang/node-hid/Makefile
index 448535513419253a2edd0b0303d484317e3b546e..911e2a4cc695004d4ee4ee3d3078fc7d1876bee2 100644
(file)
--- a/
lang/node-hid/Makefile
+++ b/
lang/node-hid/Makefile
@@
-10,8
+10,7
@@
include $(TOPDIR)/rules.mk
PKG_NPM_NAME:=hid
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=0.4.0
-
-PKG_RELEASE=$(PKG_SOURCE_VERSION)
+PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/node-hid/node-hid.git
@@
-23,7
+22,8
@@
PKG_BUILD_DEPENDS:=node
PKG_NODE_VERSION:=0.12.7
PKG_MAINTAINER:=John Crispin <
[email protected]
>
-PKG_LICENSE:=MIT
+PKG_LICENSE:=Custom
+PKG_LICENSE_FILE:=
include $(INCLUDE_DIR)/package.mk