aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-05-16 07:27:45 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-05-16 08:11:17 +0200
commit690a67b2d75d0cd44a0004c5db40c7b6e952a106 (patch)
treedf8269daac1184318db8b194de184668527371d1
parent265fc0b62c8d739a0cb255e1aca92ca00b6728dd (diff)
downloadmeta-openembedded-contrib-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>
-rw-r--r--meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb2
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 aeb7494bbd..0f0c09cad1 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"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018"
-DEFAULT_PREFERENCE = "-1"
+PR = "r1"
DEPENDS = "libxml2 nodejs-native"