From: Jason Kridner <[email protected]> Updated repository location due to old repository being removed.
http://www.mail-archive.com/[email protected]/msg32587.html Signed-off-by: Jason Kridner <[email protected]> Cc: Dale Schaafsma <[email protected]> Acked-by: Koen Kooi <[email protected]> Signed-off-by: Martin Jansa <[email protected]> Signed-off-by: Krzysztof Sywula <[email protected]> --- 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 3300fd2..a755470 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 \ -- 1.7.12.2 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
