summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-novnc_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-09-13 00:11:48 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-09-13 00:11:48 -0400
commit1902d0a13babdb2b13850dab9baa364be2cadd39 (patch)
tree1d07d9630d6f0831aae59a7df4e353bec30040d6 /meta-openstack/recipes-devtools/python/python-novnc_git.bb
parentbd6c1e8fb60d628c5818b60094eff1d3406eb618 (diff)
downloadmeta-cloud-services-1902d0a13babdb2b13850dab9baa364be2cadd39.tar.gz
novnc: introduce no VNC for guest console access
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-novnc_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-novnc_git.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novnc_git.bb b/meta-openstack/recipes-devtools/python/python-novnc_git.bb
new file mode 100644
index 0000000..6aa54b1
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-novnc_git.bb
@@ -0,0 +1,18 @@
1DESCRIPTION = "This package contains the core python parts of NoVNC"
2HOMEPAGE = "https://github.com/kanaka/noVNC"
3SECTION = "devel/python"
4
5PR = "r0"
6
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ac06308a999996ffc2d24d81b3a39f1b"
9
10SRCREV = "8f12ca7a5a64144fe548cada332d5d19ef26a1fe"
11PV = "0.4+git${SRCPV}"
12
13SRC_URI = "git://github.com/kanaka/noVNC.git \
14 file://python-distutils.patch"
15
16S = "${WORKDIR}/git"
17
18inherit distutils