diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-19 14:48:02 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-19 14:48:02 +0200 |
commit | 59f9d80e83fd3275def5d909d7d0e1861fd8105b (patch) | |
tree | 810cb7d180f0a47aca0c509949f6918c36ccc25f /meta-oe/recipes-devtools | |
parent | 05f01e34e1e89b62b72e20165bb335141dab7b18 (diff) | |
download | meta-openembedded-59f9d80e83fd3275def5d909d7d0e1861fd8105b.tar.gz |
cloud9 0.5.1: convert to fetch SRC_URI
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb b/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb index c51d20ab6..05e5bebbe 100644 --- a/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb +++ b/meta-oe/recipes-devtools/cloud9/cloud9_0.5.1.bb | |||
@@ -3,13 +3,38 @@ 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 = "r3" | 6 | PR = "r4" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/jadonk/cloud9.git;protocol=git \ | 8 | SRC_URI = "git://github.com/ajaxorg/cloud9.git;name=cloud9ide \ |
9 | git://github.com/ajaxorg/connect.git;destsuffix=git/support/connect;name=connect \ | ||
10 | git://github.com/ajaxorg/async.js.git;destsuffix=git/support/asyncjs;name=asyncjs \ | ||
11 | git://github.com/ajaxorg/jsDAV.git;destsuffix=git/support/jsdav;name=jsdav \ | ||
12 | git://github.com/ajaxorg/lib-v8debug.git;destsuffix=git/support/lib-v8debug;name=lib-v8debug \ | ||
13 | git://github.com/ajaxorg/ace.git;destsuffix=git/support/ace;name=ace \ | ||
14 | git://github.com/ajaxorg/apf.git;destsuffix=git/support/apf;name=apf \ | ||
15 | git://github.com/ajaxorg/node-builds-v4.git;destsuffix=git/support/node-builds-v4;name=node-builds-v4 \ | ||
16 | git://github.com/ajaxorg/gnu-builds.git;destsuffix=git/support/gnu-builds;name=gnu-builds \ | ||
17 | git://github.com/ajaxorg/socket.io.git;destsuffix=git/support/socket.io;name=socketio \ | ||
18 | git://github.com/ajaxorg/socket.io-client.git;destsuffix=git/support/socket.io-client;name=socketio-client \ | ||
19 | git://github.com/ajaxorg/UglifyJS.git;destsuffix=git/support/uglify-js;name=uglifyjs \ | ||
9 | file://cloud9.service \ | 20 | file://cloud9.service \ |
10 | " | 21 | " |
11 | 22 | ||
12 | SRCREV = "08bae1d1cc2ba9f7f883a25afd07f0339a82fa8b" | 23 | SRCREV_cloud9ide = "593948c9aaded845cb8f3ced49ef41428e351264" |
24 | SRCREV_connect = "3d1d77a113fa2f18020f562832dca3d4c2d717a2" | ||
25 | SRCREV_asyncjs = "d36ead408e2959b1e99572114ef3a1b6a48c1072" | ||
26 | SRCREV_jsdav = "f1d1f691fdb521701c1c06d158d213575e4e4e5e" | ||
27 | SRCREV_lib-v8debug = "29b20d01e6854da2173e1665ea141dab6b5a8104" | ||
28 | SRCREV_ace = "d85acd115e88e4461a04fafc6a93a801aeb057ec" | ||
29 | SRCREV_apf = "a7e0daa29573f319f22be5a6cfa275243502604b" | ||
30 | SRCREV_node-builds-v4 = "2e3ac47b7b8d506147feb08372cc36b988b6195a" | ||
31 | SRCREV_gnu-builds = "9ff133d95f9a41d749fe16220d81517dad9a2db3" | ||
32 | SRCREV_socketio = "8f82b1e4e1076a3092fed77e0dc9379425f59b9d" | ||
33 | SRCREV_socketio-client = "7b5335d1ed88564928a5d00d8a750ff9f9c627a5" | ||
34 | SRCREV_uglifyjs = "941c845c4a01e4e47a158458fe846eb36d0828ad" | ||
35 | |||
36 | SRCREV_FORMAT = "cloud9ide" | ||
37 | |||
13 | S = "${WORKDIR}/git" | 38 | S = "${WORKDIR}/git" |
14 | 39 | ||
15 | # Most of cloud9 is in git submodules that still need to be fetched. | 40 | # Most of cloud9 is in git submodules that still need to be fetched. |