summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-novnc_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-03-09 10:57:26 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-03-09 10:57:26 -0400
commitff75c955954b32c1aa6fa301303e9df5ef53078e (patch)
tree85a2d2deeb12b289d4c729c4f5985fb72795fffd /meta-openstack/recipes-devtools/python/python-novnc_git.bb
parent1bd3d61e2c24a8f404ee41fb291c401a9fc9c937 (diff)
downloadmeta-cloud-services-ff75c955954b32c1aa6fa301303e9df5ef53078e.tar.gz
support libs: round2 refresh
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.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novnc_git.bb b/meta-openstack/recipes-devtools/python/python-novnc_git.bb
index 6aa54b1..3f3b5af 100644
--- a/meta-openstack/recipes-devtools/python/python-novnc_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-novnc_git.bb
@@ -5,10 +5,10 @@ SECTION = "devel/python"
5PR = "r0" 5PR = "r0"
6 6
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ac06308a999996ffc2d24d81b3a39f1b" 8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6458695fb66dcd893becb5f9f912715e"
9 9
10SRCREV = "8f12ca7a5a64144fe548cada332d5d19ef26a1fe" 10SRCREV = "3b8ec46fd26d644e6edbea4f46e630929297e448"
11PV = "0.4+git${SRCPV}" 11PV = "0.5.1+git${SRCPV}"
12 12
13SRC_URI = "git://github.com/kanaka/noVNC.git \ 13SRC_URI = "git://github.com/kanaka/noVNC.git \
14 file://python-distutils.patch" 14 file://python-distutils.patch"
@@ -16,3 +16,5 @@ SRC_URI = "git://github.com/kanaka/noVNC.git \
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18inherit distutils 18inherit distutils
19
20DEPENDS += " python-websockify"