diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-16 07:27:45 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-16 08:11:17 +0200 |
commit | 690a67b2d75d0cd44a0004c5db40c7b6e952a106 (patch) | |
tree | df8269daac1184318db8b194de184668527371d1 /meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb | |
parent | 265fc0b62c8d739a0cb255e1aca92ca00b6728dd (diff) | |
download | meta-openembedded-690a67b2d75d0cd44a0004c5db40c7b6e952a106.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb')
-rw-r--r-- | meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb b/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb index aeb7494bb..0f0c09cad 100644 --- a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb +++ b/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://c9.io" | |||
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018" |
5 | 5 | ||
6 | DEFAULT_PREFERENCE = "-1" | 6 | PR = "r1" |
7 | 7 | ||
8 | DEPENDS = "libxml2 nodejs-native" | 8 | DEPENDS = "libxml2 nodejs-native" |
9 | 9 | ||