diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:45:46 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
commit | 7d8a0e840dd9fc6aabfe29413f3564ef0dc481f8 (patch) | |
tree | e3007a174a96c6a9ed02de12bd0c17696093aa90 /meta-networking/recipes-support/geoip | |
parent | 4b50fb02cc043d93b3b86144894d8ed95268b19e (diff) | |
download | meta-openembedded-7d8a0e840dd9fc6aabfe29413f3564ef0dc481f8.tar.gz |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/geoip')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb index 92051a8e70..d8288f9b49 100644 --- a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb +++ b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb | |||
@@ -6,7 +6,7 @@ SUMMARY = "GeoIP perl API library to access location database" | |||
6 | DESCRIPTION = "perl library for country/city/organization to IP address or hostname mapping" | 6 | DESCRIPTION = "perl library for country/city/organization to IP address or hostname mapping" |
7 | HOMEPAGE = "http://www.maxmind.com/app/ip-location" | 7 | HOMEPAGE = "http://www.maxmind.com/app/ip-location" |
8 | SECTION = "libdevel" | 8 | SECTION = "libdevel" |
9 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 9 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4f3ea6e9b28af88dc0321190a1f8250" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4f3ea6e9b28af88dc0321190a1f8250" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
diff --git a/meta-networking/recipes-support/geoip/geoip_1.6.12.bb b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb index 8fe4fcbd24..429cd69d6d 100644 --- a/meta-networking/recipes-support/geoip/geoip_1.6.12.bb +++ b/meta-networking/recipes-support/geoip/geoip_1.6.12.bb | |||
@@ -31,7 +31,7 @@ SRC_URI[GeoLiteCity-dat.sha256sum] = "90db2e52195e3d1bcdb2c2789209006d09de5c7428 | |||
31 | SRC_URI[GeoLiteCityv6-dat.md5sum] = "6734ccdc644fc0ba76eb276dce73d005" | 31 | SRC_URI[GeoLiteCityv6-dat.md5sum] = "6734ccdc644fc0ba76eb276dce73d005" |
32 | SRC_URI[GeoLiteCityv6-dat.sha256sum] = "c95a9d2643b7f53d7abeed2114388870e13fbbad4653f450a49efa7e4b86aca4" | 32 | SRC_URI[GeoLiteCityv6-dat.sha256sum] = "c95a9d2643b7f53d7abeed2114388870e13fbbad4653f450a49efa7e4b86aca4" |
33 | 33 | ||
34 | LICENSE = "LGPL-2.1" | 34 | LICENSE = "LGPL-2.1-only" |
35 | 35 | ||
36 | LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad \ | 36 | LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad \ |
37 | file://LICENSE;md5=0388276749a542b0d611601fa7c1dcc8 " | 37 | file://LICENSE;md5=0388276749a542b0d611601fa7c1dcc8 " |
diff --git a/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb b/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb index 9494bd36ca..9a0292eacc 100644 --- a/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb +++ b/meta-networking/recipes-support/geoip/geoipupdate_2.5.0.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "https://github.com/maxmind/geoipupdate/releases/download/v2.5.0/geoip | |||
13 | SRC_URI[md5sum] = "28f633c49ec87ab01ad3c0fb0228a696" | 13 | SRC_URI[md5sum] = "28f633c49ec87ab01ad3c0fb0228a696" |
14 | SRC_URI[sha256sum] = "5119fd0e338cd083e886228b26679c64bcbaade8a815be092aecf865a610ab26" | 14 | SRC_URI[sha256sum] = "5119fd0e338cd083e886228b26679c64bcbaade8a815be092aecf865a610ab26" |
15 | 15 | ||
16 | LICENSE = "GPLv2" | 16 | LICENSE = "GPL-2.0-only" |
17 | 17 | ||
18 | LIC_FILES_CHKSUM = "\ | 18 | LIC_FILES_CHKSUM = "\ |
19 | file://ChangeLog.md;md5=11d2e31df0de2be3ccc3e2286c4dafcb \ | 19 | file://ChangeLog.md;md5=11d2e31df0de2be3ccc3e2286c4dafcb \ |