mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +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,7 +1,7 @@
|
||||
SUMMARY = "Tools for managing AUFS mounts"
|
||||
SECTION = "base"
|
||||
HOMEPAGE = "http://aufs.sourceforge.net/"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
|
||||
|
||||
DEPENDS = "coreutils-native aufs-util-native"
|
||||
|
||||
@@ -9,7 +9,7 @@ contains \
|
||||
"
|
||||
HOMEPAGE = "https://github.com/relan/exfat"
|
||||
SECTION = "universe/otherosfs"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Tools for Flash-Friendly File System (F2FS)"
|
||||
HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git"
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3"
|
||||
|
||||
# to provide libuuid
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
SUMMARY = "Resize FAT partitions using libparted"
|
||||
SECTION = "console/tools"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https;branch=master \
|
||||
|
||||
@@ -8,7 +8,7 @@ DEPENDS = "glib-2.0 \
|
||||
"
|
||||
RDEPENDS:${PN} = "udev bash"
|
||||
|
||||
LICENSE = "GPL-3.0"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
inherit autotools pkgconfig systemd
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "Tool to access UFS (Universal Flash Storage) devices"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
BRANCH ?= "dev"
|
||||
|
||||
@@ -6,7 +6,7 @@ DESCRIPTION = "The xfsdump package contains xfsdump, xfsrestore and a \
|
||||
specified disk, tape or other storage medium."
|
||||
HOMEPAGE = "http://oss.sgi.com/projects/xfs"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=15c832894d10ddd00dfcf57bee490ecc"
|
||||
DEPENDS = "xfsprogs attr"
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
SUMMARY = "XFS Filesystem Utilities"
|
||||
HOMEPAGE = "http://oss.sgi.com/projects/xfs"
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LICENSE:libhandle = "LGPLv2.1"
|
||||
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
LICENSE:libhandle = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \
|
||||
file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd"
|
||||
DEPENDS = "util-linux util-linux-native"
|
||||
|
||||
@@ -2,7 +2,7 @@ DESCRIPTION = "xorriso copies file objects from POSIX compliant filesystems \
|
||||
into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise \
|
||||
manipulation of such filesystems"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = "http://www.gnu.org/software/${BPN}/${BPN}-${PV}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user