blob: 3f3b5afea32f1a3888edb9711e456330c2a7a865 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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=6458695fb66dcd893becb5f9f912715e"
SRCREV = "3b8ec46fd26d644e6edbea4f46e630929297e448"
PV = "0.5.1+git${SRCPV}"
SRC_URI = "git://github.com/kanaka/noVNC.git \
file://python-distutils.patch"
S = "${WORKDIR}/git"
inherit distutils
DEPENDS += " python-websockify"
|