diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-novnc_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-novnc_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-novnc_git.bb b/meta-openstack/recipes-devtools/python/python3-novnc_git.bb new file mode 100644 index 0000000..b41b587 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-novnc_git.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "This package contains the core python parts of NoVNC" | ||
| 2 | HOMEPAGE = "https://github.com/kanaka/noVNC" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=99aebbcc36b17df855fad64d4b792bff" | ||
| 7 | |||
| 8 | SRCREV = "463c39e4af98ec4106b87bbea17e1605aa4c6180" | ||
| 9 | PV = "1.3.0" | ||
| 10 | |||
| 11 | SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https \ | ||
| 12 | file://python-distutils.patch" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools3 | ||
| 17 | |||
| 18 | DEPENDS += " python3-websockify" | ||
