aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-novnc_git.bb
blob: 6aa54b1863746a55d0bcf9d07e234cf1bce93536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "This package contains the core python parts of NoVNC"
HOMEPAGE = "https://github.com/kanaka/noVNC"
SECTION = "devel/python"

PR = "r0"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ac06308a999996ffc2d24d81b3a39f1b"

SRCREV = "8f12ca7a5a64144fe548cada332d5d19ef26a1fe"
PV = "0.4+git${SRCPV}"

SRC_URI = "git://github.com/kanaka/noVNC.git \
           file://python-distutils.patch"

S = "${WORKDIR}/git"

inherit distutils