mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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> Signed-off-by: Eric Bénard <eric@eukrea.com>
This commit is contained in:
@@ -3,7 +3,7 @@ HOMEPAGE = "http://c9.io"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
PR = "r1"
|
||||
|
||||
DEPENDS = "libxml2 nodejs-native"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user