diff options
author | Jason Kridner <jdk@ti.com> | 2013-09-05 16:25:56 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-17 19:06:28 +0200 |
commit | 5baa832786ad67a3c69a9a2e64ba1da53662e5d4 (patch) | |
tree | 8a14bb64dc93af78e3c708e432444c518c65fb69 /meta-oe/recipes-devtools/cloud9 | |
parent | 2e09c091f1beb91c72845d7632b19d1d602c0368 (diff) | |
download | meta-openembedded-5baa832786ad67a3c69a9a2e64ba1da53662e5d4.tar.gz |
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 <jdk@ti.com>
Cc: Dale Schaafsma <dales773@hotmail.com>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/cloud9')
-rw-r--r-- | meta-oe/recipes-devtools/cloud9/cloud9_0.6.bb | 4 |
1 files 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 3300fd234e..a7554706b2 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" | |||
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4784c3bcff601fd8f9515f52a11e7018" |
5 | 5 | ||
6 | PR = "r4" | 6 | PR = "r5" |
7 | 7 | ||
8 | # Nodejs-native for node-waf, nodejs4-native for the headers | 8 | # Nodejs-native for node-waf, nodejs4-native for the headers |
9 | DEPENDS = "libxml2 nodejs-native nodejs4-native" | 9 | DEPENDS = "libxml2 nodejs-native nodejs4-native" |
@@ -21,7 +21,7 @@ SRC_URI = "git://github.com/ajaxorg/cloud9.git;name=cloud9ide \ | |||
21 | git://github.com/visionmedia/expresso.git;destsuffix=git/support/connect/support/expresso;name=expresso \ | 21 | git://github.com/visionmedia/expresso.git;destsuffix=git/support/connect/support/expresso;name=expresso \ |
22 | git://github.com/visionmedia/node-jscoverage.git;destsuffix=git/support/connect/support/expresso/deps/jscoverage;name=jscoverage \ | 22 | git://github.com/visionmedia/node-jscoverage.git;destsuffix=git/support/connect/support/expresso/deps/jscoverage;name=jscoverage \ |
23 | git://github.com/cloudhead/less.js.git;destsuffix=git/support/connect/support/less;name=less \ | 23 | git://github.com/cloudhead/less.js.git;destsuffix=git/support/connect/support/less;name=less \ |
24 | git://github.com/visionmedia/sass.js.git;destsuffix=git/support/connect/support/sass;name=sass \ | 24 | git://github.com/matehat/sass.js.git;destsuffix=git/support/connect/support/sass;name=sass \ |
25 | git://github.com/ajaxorg/jsDAV.git;destsuffix=git/support/jsdav;name=jsdav \ | 25 | git://github.com/ajaxorg/jsDAV.git;destsuffix=git/support/jsdav;name=jsdav \ |
26 | git://github.com/fjakobs/async.js.git;destsuffix=git/support/jsdav/support/async.js;name=async-js \ | 26 | git://github.com/fjakobs/async.js.git;destsuffix=git/support/jsdav/support/async.js;name=async-js \ |
27 | git://github.com/felixge/node-formidable.git;destsuffix=git/support/jsdav/support/formidable;name=formidable \ | 27 | git://github.com/felixge/node-formidable.git;destsuffix=git/support/jsdav/support/formidable;name=formidable \ |