From 70ebe86f193decd17d6295bcd4d4e5589585c0cc Mon Sep 17 00:00:00 2001 From: Jason Kridner Date: Thu, 5 Sep 2013 16:25:56 +0000 Subject: cloud9: update repository for sass.js Updated repository location due to old repository being removed. http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg32587.html Signed-off-by: Jason Kridner Cc: Dale Schaafsma Acked-by: Koen Kooi Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb b/meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb index e7c50fb622..44b2142a6d 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" -PR = "r4" +PR = "r5" # Nodejs-native for node-waf, nodejs4-native for the headers DEPENDS = "libxml2 nodejs-native nodejs4-native" @@ -21,7 +21,7 @@ SRC_URI = "git://github.com/ajaxorg/cloud9.git;name=cloud9ide \ git://github.com/visionmedia/expresso.git;destsuffix=git/support/connect/support/expresso;name=expresso \ git://github.com/visionmedia/node-jscoverage.git;destsuffix=git/support/connect/support/expresso/deps/jscoverage;name=jscoverage \ git://github.com/cloudhead/less.js.git;destsuffix=git/support/connect/support/less;name=less \ - git://github.com/visionmedia/sass.js.git;destsuffix=git/support/connect/support/sass;name=sass \ + git://github.com/matehat/sass.js.git;destsuffix=git/support/connect/support/sass;name=sass \ git://github.com/ajaxorg/jsDAV.git;destsuffix=git/support/jsdav;name=jsdav \ git://github.com/fjakobs/async.js.git;destsuffix=git/support/jsdav/support/async.js;name=async-js \ git://github.com/felixge/node-formidable.git;destsuffix=git/support/jsdav/support/formidable;name=formidable \ -- cgit 1.2.3-korg