Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node-cylon: bump to 0.24.0 #5737

Merged
merged 1 commit into from
Mar 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions lang/node-cylon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ include $(TOPDIR)/rules.mk

PKG_NPM_NAME:=cylon
PKG_NAME:=node-$(PKG_NPM_NAME)
PKG_VERSION:=0.22.0
PKG_RELEASE:=7
PKG_VERSION:=0.24.0
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/hybridgroup/cylon-firmata.git
PKG_SOURCE_VERSION:=0c37da77e48b3e2cc3a8d566822a17689de91b40
PKG_SOURCE_VERSION:=a930f8446f23ec2cb28aadeff54b79ab7704e3a0
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=e531d3c92965518c60d52bc497bfa9be563ee68c3cf65c77fa55d5e9c2627367
PKG_MIRROR_HASH:=dceb75539d32f402db0a5f68f2c7e2b52e5547a5ac2dec875d34fd3cc95cce00

PKG_BUILD_DEPENDS:=node/host
PKG_NODE_VERSION:=6.11.2
PKG_NODE_VERSION:=8.10.0

PKG_MAINTAINER:=John Crispin <blogic@openwrt.org>
PKG_LICENSE:=Apache-2.0
Expand Down
19 changes: 10 additions & 9 deletions lang/node-cylon/patches/0001-serialport.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Index: node-cylon-0.22.0/package.json
===================================================================
--- node-cylon-0.22.0.orig/package.json 2015-10-20 20:32:48.000000000 +0200
+++ node-cylon-0.22.0/package.json 2015-10-21 10:42:20.616109122 +0200
@@ -38,7 +38,6 @@
--- a/package.json
+++ b/package.json
@@ -41,7 +41,8 @@
},

"dependencies": {
- "firmata": ">= 0.3.2",
"cylon": "1.1.0",
"cylon-gpio": "0.26.0",
"cylon-i2c": "0.22.0"
- "firmata": ">= 0.8.0",
- "cylon": "^1.3.0"
+ "cylon": "^1.3.0",
+ "cylon-gpio": "0.30.1",
+ "cylon-i2c": "0.26.1"
}
}