diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-01-19 13:13:14 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-01-30 17:13:34 -0500 |
| commit | 1484a16795b26c8aec11b2962895f3d020f49e21 (patch) | |
| tree | 45036b9fc47a4ae62270be8dfa4870b548ffb7cc /meta-openstack/recipes-devtools/python/python-novnc_git.bb | |
| parent | 89fbe2f2a1cf39514f18ab21b90fe036a8c86d2b (diff) | |
| download | meta-cloud-services-1484a16795b26c8aec11b2962895f3d020f49e21.tar.gz | |
python3-novnc: update 0.5.1 -> 1.3.0
refresh python-distutils.patch
License-Update:
-year updated to 2019
-file of the noVNC core library changed
-the HTML, CSS, font and images files that included with the noVNC
source distibution changed
-URL of history changed
-files and projects that have been incorporated into
the noVNC core library changed
-license texts changed
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-novnc_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-novnc_git.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novnc_git.bb b/meta-openstack/recipes-devtools/python/python-novnc_git.bb deleted file mode 100644 index da5f048..0000000 --- a/meta-openstack/recipes-devtools/python/python-novnc_git.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | DESCRIPTION = "This package contains the core python parts of NoVNC" | ||
| 2 | HOMEPAGE = "https://github.com/kanaka/noVNC" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | PR = "r0" | ||
| 6 | |||
| 7 | LICENSE = "MIT" | ||
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6458695fb66dcd893becb5f9f912715e" | ||
| 9 | |||
| 10 | SRCREV = "3b8ec46fd26d644e6edbea4f46e630929297e448" | ||
| 11 | PV = "0.5.1+git${SRCPV}" | ||
| 12 | |||
| 13 | SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https \ | ||
| 14 | file://python-distutils.patch" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | inherit setuptools3 | ||
| 19 | |||
| 20 | DEPENDS += " python3-websockify" | ||
