mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "A python module for system storage configuration"
|
||||
HOMEPAGE = "http://fedoraproject.org/wiki/blivet"
|
||||
LICENSE = "LGPLv2+"
|
||||
LICENSE = "LGPL-2.0-or-later"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "GUI tool for storage configuration using blivet library"
|
||||
HOMEPAGE = "https://github.com/rhinstaller/blivet-gui"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
@@ -2,7 +2,7 @@ SUMMARY = "A python library for handling exceptions"
|
||||
DESCRIPTION = "The python-meh package is a python library for handling, saving, and reporting \
|
||||
exceptions."
|
||||
HOMEPAGE = "http://git.fedorahosted.org/git/?p=python-meh.git"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
DESCRIPTION = "A python library for manipulating kickstart files"
|
||||
HOMEPAGE = "http://fedoraproject.org/wiki/pykickstart"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
|
||||
|
||||
@@ -3,7 +3,7 @@ an interface to libparted, the GNU parted library for disk partitioning and \
|
||||
filesystem manipulation."
|
||||
SUMMARY = "Python bindings for libparted"
|
||||
HOMEPAGE = "https://github.com/rhinstaller/pyparted"
|
||||
LICENSE = "GPL-2.0+"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "\
|
||||
file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
|
||||
file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Cross-platform locking library"
|
||||
DESCRIPTION = "Portalocker is a library to provide an easy API to file locking"
|
||||
LICENSE = "PSF"
|
||||
LICENSE = "PSF-2.0"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f9273424c73af966635d66eb53487e14"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ at http://www.dmtf.org/standards/wbem. \
|
||||
It also provides a Python provider interface, and is the fastest and easiest \
|
||||
way to write providers on the planet."
|
||||
HOMEPAGE = "http://pywbem.github.io"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
SRC_URI[sha256sum] = "5df0af28f81891a3914a12f3a30b11b1981f7b30e09c5a42c011797e7fce9b6a"
|
||||
|
||||
Reference in New Issue
Block a user