diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:46:14 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
commit | ee0f7dc9b7cbe1124e514e54a3de6572a15a31ce (patch) | |
tree | b2c07f8d583eb27a9472b6115977ee044fa4b22d /meta-python/recipes-extended/python-pyparted | |
parent | bd5dcf1b25204eaf689316902b450a67225434bf (diff) | |
download | meta-openembedded-ee0f7dc9b7cbe1124e514e54a3de6572a15a31ce.tar.gz |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-pyparted')
-rw-r--r-- | meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb index 66cd27d447..2cdf82365a 100644 --- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb +++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb | |||
@@ -3,7 +3,7 @@ an interface to libparted, the GNU parted library for disk partitioning and \ | |||
3 | filesystem manipulation." | 3 | filesystem manipulation." |
4 | SUMMARY = "Python bindings for libparted" | 4 | SUMMARY = "Python bindings for libparted" |
5 | HOMEPAGE = "https://github.com/rhinstaller/pyparted" | 5 | HOMEPAGE = "https://github.com/rhinstaller/pyparted" |
6 | LICENSE = "GPL-2.0+" | 6 | LICENSE = "GPL-2.0-or-later" |
7 | LIC_FILES_CHKSUM = "\ | 7 | LIC_FILES_CHKSUM = "\ |
8 | file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | 8 | file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ |
9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \ | 9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \ |