summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/spice-html5
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-03-20 15:46:59 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-24 16:46:05 -0400
commit6423ced4885488dbe8cc05249d7d16cbcfe750c2 (patch)
tree490a3a3f27fc71f40c63a457988dfdd2840d1702 /meta-openstack/recipes-support/spice-html5
parent37cc0a34722fe53b8b532694ac686bbb995fe665 (diff)
downloadmeta-cloud-services-6423ced4885488dbe8cc05249d7d16cbcfe750c2.tar.gz
OpenStack: add SPICE console support
Package spice-html5 Modify python-nova to add infrastructure for nova-spicehtml5proxy support. Note: spice is the default Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-support/spice-html5')
-rw-r--r--meta-openstack/recipes-support/spice-html5/spice-html5_git.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb b/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb
new file mode 100644
index 0000000..1905da2
--- /dev/null
+++ b/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb
@@ -0,0 +1,30 @@
1HOMEPAGE = "http://www.spice-space.org/page/Html5"
2SUMMARY = "Prototype Spice Javascript client"
3DESCRIPTION = "\
4 Spice Web client which runs entirely within a modern browser. It is \
5 limited in function, a bit slow, and lacks support for many features of \
6 Spice (audio, video, agents just to name a few). \
7 . \
8 The Simple Protocol for Independent Computing Environments (SPICE) is \
9 a remote display system built for virtual environments which allows \
10 you to view a computing 'desktop' environment not only on the machine \
11 where it is running, but from anywhere on the Internet and from a wide \
12 variety of machine architectures. \
13 "
14LICENSE = "GPLv3 & LGPLv3"
15LIC_FILES_CHKSUM = "\
16 file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
17 file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
18
19# Version is based on checkout 0.1.4"
20PV = "0.1.4"
21SRCREV = "19ade3cf38cc5f5b61fd038f5ce5f4cdb080e9ca"
22SRC_URI = "git://anongit.freedesktop.org/spice/spice-html5"
23
24S = "${WORKDIR}/git"
25
26RDEPENDS = "python-websockify"
27
28do_install() {
29 oe_runmake DESTDIR="${D}" datadir="${D}/${datadir}" install
30}