diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-08-26 09:40:15 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-26 07:36:08 -0700 |
commit | 65afcafb28c426c8f3dd56a89cd04a2822d21982 (patch) | |
tree | 53e8ecfe7c8f742002d83b33caca858ee1993419 /meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb | |
parent | 0646c55fc42089db544b12123ae50274a3f2986b (diff) | |
download | meta-openembedded-65afcafb28c426c8f3dd56a89cd04a2822d21982.tar.gz |
python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
In the source code repository the LICENSE file is GPL-3.0-only:
https://github.com/nmmapper/python3-nmap/blob/1.5.2/LICENSE
https://github.com/nmmapper/python3-nmap/blob/1.7.0/LICENSE
Also change the LIC_FILES_CHKSUM reference to the GPLv3.0 license
containing LICENSE file in the downloaded archive.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb b/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb index 5fe9ab4e3..2293e3ddf 100644 --- a/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-nmap_1.6.0.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | DESCRIPTION = "python-nmap is a python library which helps in using nmap port scanner" | 1 | DESCRIPTION = "python-nmap is a python library which helps in using nmap port scanner" |
2 | HOMEPAGE = "https://www.nmmapper.com/" | 2 | HOMEPAGE = "https://www.nmmapper.com/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "MIT" | 4 | LICENSE = "GPL-3.0-only" |
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464" |
6 | 6 | ||
7 | DEPENDS += "python3-wheel-native" | 7 | DEPENDS += "python3-wheel-native" |
8 | 8 | ||