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 | |
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>
-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 aeb7494bbd1..0f0c09cad12 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" |