From 6423ced4885488dbe8cc05249d7d16cbcfe750c2 Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Thu, 20 Mar 2014 15:46:59 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- .../recipes-support/spice-html5/spice-html5_git.bb | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta-openstack/recipes-support/spice-html5/spice-html5_git.bb (limited to 'meta-openstack/recipes-support/spice-html5') 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 @@ +HOMEPAGE = "http://www.spice-space.org/page/Html5" +SUMMARY = "Prototype Spice Javascript client" +DESCRIPTION = "\ + Spice Web client which runs entirely within a modern browser. It is \ + limited in function, a bit slow, and lacks support for many features of \ + Spice (audio, video, agents just to name a few). \ + . \ + The Simple Protocol for Independent Computing Environments (SPICE) is \ + a remote display system built for virtual environments which allows \ + you to view a computing 'desktop' environment not only on the machine \ + where it is running, but from anywhere on the Internet and from a wide \ + variety of machine architectures. \ + " +LICENSE = "GPLv3 & LGPLv3" +LIC_FILES_CHKSUM = "\ + file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ + file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02" + +# Version is based on checkout 0.1.4" +PV = "0.1.4" +SRCREV = "19ade3cf38cc5f5b61fd038f5ce5f4cdb080e9ca" +SRC_URI = "git://anongit.freedesktop.org/spice/spice-html5" + +S = "${WORKDIR}/git" + +RDEPENDS = "python-websockify" + +do_install() { + oe_runmake DESTDIR="${D}" datadir="${D}/${datadir}" install +} -- cgit v1.2.3-54-g00ecf