aboutsummaryrefslogtreecommitdiff
path: root/lang/node-arduino-firmata/patches
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-08-02 08:26:39 +0200
committerJohn Crispin <blogic@openwrt.org>2015-10-19 12:20:11 +0200
commit1fd7b5d1e67a9217f695c252866784a901bc7372 (patch)
treeee9df06d2bb34ac0e5c415f82925f193ec1c3d07 /lang/node-arduino-firmata/patches
parent23bee2145ff377b48d3e49613f93b3b8c7a82dda (diff)
nodejs: add 0.12 version of node
add node-js 0.12 and a few gyp bindings Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'lang/node-arduino-firmata/patches')
-rw-r--r--lang/node-arduino-firmata/patches/000-new-serialport.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/node-arduino-firmata/patches/000-new-serialport.patch b/lang/node-arduino-firmata/patches/000-new-serialport.patch
new file mode 100644
index 000000000..10eab6447
--- /dev/null
+++ b/lang/node-arduino-firmata/patches/000-new-serialport.patch
@@ -0,0 +1,10 @@
+--- a/package.json
++++ b/package.json
+@@ -30,7 +30,6 @@
+ "author": "Sho Hashimoto <hashimoto@shokai.org>",
+ "license": "MIT",
+ "dependencies": {
+- "serialport": "*",
+ "eventemitter2": "*",
+ "debug": "*"
+ },