cloud9: add patch to make it use nodejs 0.6.x for executing scripts
authorKoen Kooi <koen@dominion.thruhere.net>
Wed, 16 May 2012 05:27:45 +0000 (07:27 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:20:47 +0000 (08:20 -0800)
This matches the default nodejs version in OE

(From meta-openembedded rev: 690a67b2d75d0cd44a0004c5db40c7b6e952a106)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb

index aeb7494..0f0c09c 100644 (file)
@@ -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"