diff options
author | John Crispin <blogic@openwrt.org> | 2015-10-21 10:44:49 +0200 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-21 10:45:49 +0200 |
commit | 60e41ce763fee180045e7d760c418560d69ab7f1 (patch) | |
tree | f34536f15eedae412b86e833907dd3ae60eeaa6d /lang/node-cylon/patches | |
parent | 1f312e49afb0ba5aee984766b593681c9a3189cc (diff) |
node-cylon: dont double build firmata and serialport
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'lang/node-cylon/patches')
-rw-r--r-- | lang/node-cylon/patches/0001-serialport.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/node-cylon/patches/0001-serialport.patch b/lang/node-cylon/patches/0001-serialport.patch new file mode 100644 index 000000000..08d579c11 --- /dev/null +++ b/lang/node-cylon/patches/0001-serialport.patch @@ -0,0 +1,12 @@ +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 @@ + }, + + "dependencies": { +- "firmata": ">= 0.3.2", + "cylon": "1.1.0", + "cylon-gpio": "0.26.0", + "cylon-i2c": "0.22.0" |