From 690a67b2d75d0cd44a0004c5db40c7b6e952a106 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 16 May 2012 07:27:45 +0200 Subject: 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 --- meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg