diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-03-20 15:46:59 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-24 16:46:05 -0400 |
| commit | 6423ced4885488dbe8cc05249d7d16cbcfe750c2 (patch) | |
| tree | 490a3a3f27fc71f40c63a457988dfdd2840d1702 /meta-openstack/recipes-support | |
| parent | 37cc0a34722fe53b8b532694ac686bbb995fe665 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-openstack/recipes-support/spice-html5/spice-html5_git.bb | 30 |
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 @@ | |||
| 1 | HOMEPAGE = "http://www.spice-space.org/page/Html5" | ||
| 2 | SUMMARY = "Prototype Spice Javascript client" | ||
| 3 | DESCRIPTION = "\ | ||
| 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 | " | ||
| 14 | LICENSE = "GPLv3 & LGPLv3" | ||
| 15 | LIC_FILES_CHKSUM = "\ | ||
| 16 | file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 17 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" | ||
| 18 | |||
| 19 | # Version is based on checkout 0.1.4" | ||
| 20 | PV = "0.1.4" | ||
| 21 | SRCREV = "19ade3cf38cc5f5b61fd038f5ce5f4cdb080e9ca" | ||
| 22 | SRC_URI = "git://anongit.freedesktop.org/spice/spice-html5" | ||
| 23 | |||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | |||
| 26 | RDEPENDS = "python-websockify" | ||
| 27 | |||
| 28 | do_install() { | ||
| 29 | oe_runmake DESTDIR="${D}" datadir="${D}/${datadir}" install | ||
| 30 | } | ||
