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/spice | |
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/spice')
-rw-r--r-- | meta-networking/recipes-support/spice/spice_git.bb | 2 | ||||
-rw-r--r-- | meta-networking/recipes-support/spice/usbredir_0.9.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index c9f95b0125..d9083bcbe8 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb | |||
@@ -10,7 +10,7 @@ environment - not only on its computer-server machine, but also from \ | |||
10 | anywhere on the Internet and using a wide variety of machine \ | 10 | anywhere on the Internet and using a wide variety of machine \ |
11 | architectures." | 11 | architectures." |
12 | 12 | ||
13 | LICENSE = "LGPLv2.1+" | 13 | LICENSE = "LGPL-2.1-or-later" |
14 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
15 | 15 | ||
16 | PV = "0.14.2+git${SRCPV}" | 16 | PV = "0.14.2+git${SRCPV}" |
diff --git a/meta-networking/recipes-support/spice/usbredir_0.9.0.bb b/meta-networking/recipes-support/spice/usbredir_0.9.0.bb index 5245f95f5c..452491023e 100644 --- a/meta-networking/recipes-support/spice/usbredir_0.9.0.bb +++ b/meta-networking/recipes-support/spice/usbredir_0.9.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "usbredir libraries and utilities" | 1 | SUMMARY = "usbredir libraries and utilities" |
2 | 2 | ||
3 | LICENSE = "GPLv2+ & LGPLv2.1+" | 3 | LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
5 | file://COPYING.LIB;md5=4b54a1fd55a448865a0b32d41598759d \ | 5 | file://COPYING.LIB;md5=4b54a1fd55a448865a0b32d41598759d \ |
6 | " | 6 | " |