[oe-commits] Koen Kooi : cloud9: add patch to make it use nodejs 0.6. x for executing scripts

git at git.openembedded.org git at git.openembedded.org
Wed May 16 06:19:30 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 690a67b2d75d0cd44a0004c5db40c7b6e952a106
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=690a67b2d75d0cd44a0004c5db40c7b6e952a106

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed May 16 07:27:45 2012 +0200

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 at dominion.thruhere.net>

---

 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 aeb7494..0f0c09c 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"
 





More information about the Openembedded-commits mailing list