cloud9: add patch to make it use nodejs 0.6.x for executing scripts

This matches the default nodejs version in OE

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2012-05-16 07:27:45 +02:00
parent 14869e500c
commit 343487cdb5
2 changed files with 31 additions and 1 deletions
@@ -33,6 +33,7 @@ SRC_URI = "git://github.com/ajaxorg/cloud9.git;name=cloud9ide \
file://index.js \
file://cloud9.service \
file://cloud9-avahi.service \
file://0001-ide-use-node-as-interpreter-for-sketches-instead-of-.patch \
"
SRCREV_cloud9ide = "c4e2574896a22bb749f0500b25f41c888d346bed"
@@ -102,7 +103,7 @@ FILES_${PN}-dbg += "${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/o
${datadir}/cloud9/support/jsdav/support/node-o3-xml-v4/lib/.debug \
"
RDEPENDS_${PN} = "nodejs4 gzip"
RDEPENDS_${PN} = "nodejs4 nodejs gzip"
inherit systemd