diff options
21 files changed, 22 insertions, 22 deletions
diff --git a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb index 2586b79470..ac18fe90fe 100644 --- a/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb +++ b/meta-filesystems/recipes-filesystems/fuse-exfat/fuse-exfat_1.3.0.bb | |||
@@ -5,7 +5,7 @@ is provided under the name mount.exfat-fuse. \ | |||
5 | " | 5 | " |
6 | HOMEPAGE = "https://github.com/relan/exfat" | 6 | HOMEPAGE = "https://github.com/relan/exfat" |
7 | SECTION = "universe/otherosfs" | 7 | SECTION = "universe/otherosfs" |
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPL-2.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
10 | SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" | 10 | SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" |
11 | 11 | ||
diff --git a/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb b/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb index 0895ce5b35..0086551f62 100644 --- a/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb +++ b/meta-filesystems/recipes-filesystems/httpfs2-fuse/httpfs2_0.1.5.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "This is a filesystem client based on the HTTP using FUSE" | 1 | SUMMARY = "This is a filesystem client based on the HTTP using FUSE" |
2 | HOMEPAGE = "http://httpfs.sourceforge.net" | 2 | HOMEPAGE = "http://httpfs.sourceforge.net" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=83f224c5182f148ec92e0b9f84b3c6c7" | 4 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=83f224c5182f148ec92e0b9f84b3c6c7" |
5 | 5 | ||
6 | inherit pkgconfig | 6 | inherit pkgconfig |
diff --git a/meta-filesystems/recipes-filesystems/ifuse/ifuse_1.1.4.bb b/meta-filesystems/recipes-filesystems/ifuse/ifuse_1.1.4.bb index 8a317cddbe..c9702eb93e 100644 --- a/meta-filesystems/recipes-filesystems/ifuse/ifuse_1.1.4.bb +++ b/meta-filesystems/recipes-filesystems/ifuse/ifuse_1.1.4.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "A fuse filesystem to access the contents of an iPhone or iPod Touch" | 1 | SUMMARY = "A fuse filesystem to access the contents of an iPhone or iPod Touch" |
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPL-2.1-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7" |
4 | HOMEPAGE ="http://www.libimobiledevice.org/" | 4 | HOMEPAGE ="http://www.libimobiledevice.org/" |
5 | 5 | ||
diff --git a/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb index e4a0f95692..7d0a83609e 100644 --- a/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb +++ b/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs_git.bb | |||
@@ -7,7 +7,7 @@ LogFS is included in the mainline Linux kernel and was introduced in \ | |||
7 | version 2.6.34, released on May 16, 2010." | 7 | version 2.6.34, released on May 16, 2010." |
8 | HOMEPAGE = "https://github.com/prasad-joshi/logfsprogs" | 8 | HOMEPAGE = "https://github.com/prasad-joshi/logfsprogs" |
9 | SECTION = "base" | 9 | SECTION = "base" |
10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPL-2.0-only" |
11 | LIC_FILES_CHKSUM = "file://fsck.c;md5=3859dc73da97909ff1d0125e88a27e02" | 11 | LIC_FILES_CHKSUM = "file://fsck.c;md5=3859dc73da97909ff1d0125e88a27e02" |
12 | DEPENDS = "zlib" | 12 | DEPENDS = "zlib" |
13 | 13 | ||
diff --git a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2021.8.22.bb b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2021.8.22.bb index 1ebbb410ee..aa1b4c2e95 100644 --- a/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2021.8.22.bb +++ b/meta-filesystems/recipes-filesystems/ntfs-3g-ntfsprogs/ntfs-3g-ntfsprogs_2021.8.22.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "The NTFS-3G driver is an open source, freely available NTFS drive | |||
2 | HOMEPAGE = "http://www.ntfs-3g.org/" | 2 | HOMEPAGE = "http://www.ntfs-3g.org/" |
3 | DEPENDS = "fuse libgcrypt" | 3 | DEPENDS = "fuse libgcrypt" |
4 | PROVIDES = "ntfsprogs ntfs-3g" | 4 | PROVIDES = "ntfsprogs ntfs-3g" |
5 | LICENSE = "GPLv2 & LGPLv2" | 5 | LICENSE = "GPL-2.0-only & LGPL-2.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" | 7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" |
8 | 8 | ||
diff --git a/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb b/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb index c4bb94e5dc..b641e4c24e 100644 --- a/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb +++ b/meta-filesystems/recipes-filesystems/owfs/owfs_3.2p3.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "OWFS is an easy way to use the powerful 1-wire system of Dallas/M | |||
3 | HOMEPAGE = "http://www.owfs.org/" | 3 | HOMEPAGE = "http://www.owfs.org/" |
4 | SECTION = "console/network" | 4 | SECTION = "console/network" |
5 | 5 | ||
6 | LICENSE = "GPLv2 & LGPLv2" | 6 | LICENSE = "GPL-2.0-only & LGPL-2.0-only" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=628b867016631792781a8735a04760e5 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=628b867016631792781a8735a04760e5 \ |
8 | file://COPYING.LIB;md5=9021b7435efdd9fb22beef8291134099" | 8 | file://COPYING.LIB;md5=9021b7435efdd9fb22beef8291134099" |
9 | 9 | ||
diff --git a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb index 2335771319..b8399265cd 100644 --- a/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb +++ b/meta-filesystems/recipes-filesystems/simple-mtpfs/simple-mtpfs_0.4.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "SIMPLE-MTPFS is a FUSE based filsystem for MTP devices connected via USB" | 1 | DESCRIPTION = "SIMPLE-MTPFS is a FUSE based filsystem for MTP devices connected via USB" |
2 | HOMEPAGE = "https://github.com/phatina/simple-mtpfs" | 2 | HOMEPAGE = "https://github.com/phatina/simple-mtpfs" |
3 | BUGTRACKER = "19e7bb9b608b0c0dce2ee6f56fac75901bc69529" | 3 | BUGTRACKER = "19e7bb9b608b0c0dce2ee6f56fac75901bc69529" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" |
6 | 6 | ||
7 | DEPENDS = "fuse libmtp autoconf-archive" | 7 | DEPENDS = "fuse libmtp autoconf-archive" |
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb index e84bdc98e6..ddc4962fb2 100644 --- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb +++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "SMBNetFS is a Linux/FreeBSD filesystem that allow you to use \ | |||
4 | neighborhood in Microsoft Windows. Please donate me to help \ | 4 | neighborhood in Microsoft Windows. Please donate me to help \ |
5 | in SMBNetFS development." | 5 | in SMBNetFS development." |
6 | 6 | ||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" |
9 | HOMEPAGE ="http://sourceforge.net/projects/smbnetfs" | 9 | HOMEPAGE ="http://sourceforge.net/projects/smbnetfs" |
10 | 10 | ||
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb index 8eeca84c43..b839c26e9f 100644 --- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb +++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.2.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "This is a filesystem client based on the SSH File Transfer Protocol u | |||
2 | AUTHOR = "Miklos Szeredi <miklos@szeredi.hu>" | 2 | AUTHOR = "Miklos Szeredi <miklos@szeredi.hu>" |
3 | HOMEPAGE = "https://github.com/libfuse/sshfs" | 3 | HOMEPAGE = "https://github.com/libfuse/sshfs" |
4 | SECTION = "console/network" | 4 | SECTION = "console/network" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPL-2.0-only" |
6 | DEPENDS = "glib-2.0 fuse3" | 6 | DEPENDS = "glib-2.0 fuse3" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
8 | 8 | ||
diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb index 0e61c9c1f3..6bf321e237 100644 --- a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb +++ b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "Tools for managing 'yaffs2' file systems." | |||
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | HOMEPAGE = "http://www.yaffs.net" | 5 | HOMEPAGE = "http://www.yaffs.net" |
6 | 6 | ||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPL-2.0-only" |
8 | LIC_FILES_CHKSUM = "file://utils/mkyaffs2image.c;beginline=11;endline=13;md5=5f5464f9b3e981ca574e65b00e438561 \ | 8 | LIC_FILES_CHKSUM = "file://utils/mkyaffs2image.c;beginline=11;endline=13;md5=5f5464f9b3e981ca574e65b00e438561 \ |
9 | file://utils/mkyaffsimage.c;beginline=10;endline=12;md5=5f5464f9b3e981ca574e65b00e438561 \ | 9 | file://utils/mkyaffsimage.c;beginline=10;endline=12;md5=5f5464f9b3e981ca574e65b00e438561 \ |
10 | " | 10 | " |
diff --git a/meta-filesystems/recipes-support/fuse/fuse3_3.10.5.bb b/meta-filesystems/recipes-support/fuse/fuse3_3.10.5.bb index 6af9fc9c09..e0cf2092a6 100644 --- a/meta-filesystems/recipes-support/fuse/fuse3_3.10.5.bb +++ b/meta-filesystems/recipes-support/fuse/fuse3_3.10.5.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "FUSE (Filesystem in Userspace) is a simple interface for userspac | |||
6 | " | 6 | " |
7 | HOMEPAGE = "https://github.com/libfuse/libfuse" | 7 | HOMEPAGE = "https://github.com/libfuse/libfuse" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | LICENSE = "GPLv2 & LGPLv2" | 9 | LICENSE = "GPL-2.0-only & LGPL-2.0-only" |
10 | LIC_FILES_CHKSUM = "file://GPL2.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 10 | LIC_FILES_CHKSUM = "file://GPL2.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
11 | file://LGPL2.txt;md5=4fbd65380cdd255951079008b364516c \ | 11 | file://LGPL2.txt;md5=4fbd65380cdd255951079008b364516c \ |
12 | file://LICENSE;md5=a55c12a2d7d742ecb41ca9ae0a6ddc66" | 12 | file://LICENSE;md5=a55c12a2d7d742ecb41ca9ae0a6ddc66" |
diff --git a/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb index d7a692352b..cee4879eee 100644 --- a/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb +++ b/meta-filesystems/recipes-support/fuse/fuse_2.9.9.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "FUSE (Filesystem in Userspace) is a simple interface for userspac | |||
6 | " | 6 | " |
7 | HOMEPAGE = "https://github.com/libfuse/libfuse" | 7 | HOMEPAGE = "https://github.com/libfuse/libfuse" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | LICENSE = "GPLv2 & LGPLv2" | 9 | LICENSE = "GPL-2.0-only & LGPL-2.0-only" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
11 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" | 11 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c" |
12 | 12 | ||
diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb index d06aed75e7..f565be3f7e 100644 --- a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb +++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Tools for managing AUFS mounts" | 1 | SUMMARY = "Tools for managing AUFS mounts" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | HOMEPAGE = "http://aufs.sourceforge.net/" | 3 | HOMEPAGE = "http://aufs.sourceforge.net/" |
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" |
6 | 6 | ||
7 | DEPENDS = "coreutils-native aufs-util-native" | 7 | DEPENDS = "coreutils-native aufs-util-native" |
diff --git a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb index 7f804a708f..abb8fece3a 100644 --- a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb +++ b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.3.0.bb | |||
@@ -9,7 +9,7 @@ contains \ | |||
9 | " | 9 | " |
10 | HOMEPAGE = "https://github.com/relan/exfat" | 10 | HOMEPAGE = "https://github.com/relan/exfat" |
11 | SECTION = "universe/otherosfs" | 11 | SECTION = "universe/otherosfs" |
12 | LICENSE = "GPLv2" | 12 | LICENSE = "GPL-2.0-only" |
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
14 | 14 | ||
15 | SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" | 15 | SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" |
diff --git a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb index 14af721720..fb71b18b60 100644 --- a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb +++ b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.14.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Tools for Flash-Friendly File System (F2FS)" | 1 | SUMMARY = "Tools for Flash-Friendly File System (F2FS)" |
2 | HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git" | 2 | HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git" |
3 | 3 | ||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPL-2.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3" |
6 | 6 | ||
7 | # to provide libuuid | 7 | # to provide libuuid |
diff --git a/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb index 2517e9db8e..1ca8bb3fe9 100644 --- a/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb +++ b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Resize FAT partitions using libparted" | 1 | SUMMARY = "Resize FAT partitions using libparted" |
2 | SECTION = "console/tools" | 2 | SECTION = "console/tools" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
5 | 5 | ||
6 | SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https;branch=master \ | 6 | SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https;branch=master \ |
diff --git a/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb b/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb index 3591a4f6d6..20d6036686 100644 --- a/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb +++ b/meta-filesystems/recipes-utils/udevil/udevil_0.4.4.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "glib-2.0 \ | |||
8 | " | 8 | " |
9 | RDEPENDS:${PN} = "udev bash" | 9 | RDEPENDS:${PN} = "udev bash" |
10 | 10 | ||
11 | LICENSE = "GPL-3.0" | 11 | LICENSE = "GPL-3.0-only" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
13 | 13 | ||
14 | inherit autotools pkgconfig systemd | 14 | inherit autotools pkgconfig systemd |
diff --git a/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_1.9.bb b/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_1.9.bb index 11cbb2d409..f6aa872fde 100644 --- a/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_1.9.bb +++ b/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_1.9.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Tool to access UFS (Universal Flash Storage) devices" | 1 | SUMMARY = "Tool to access UFS (Universal Flash Storage) devices" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
4 | 4 | ||
5 | BRANCH ?= "dev" | 5 | BRANCH ?= "dev" |
diff --git a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.10.bb b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.10.bb index 3b80fb5b0c..fdaebbe02d 100644 --- a/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.10.bb +++ b/meta-filesystems/recipes-utils/xfsdump/xfsdump_3.1.10.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "The xfsdump package contains xfsdump, xfsrestore and a \ | |||
6 | specified disk, tape or other storage medium." | 6 | specified disk, tape or other storage medium." |
7 | HOMEPAGE = "http://oss.sgi.com/projects/xfs" | 7 | HOMEPAGE = "http://oss.sgi.com/projects/xfs" |
8 | SECTION = "base" | 8 | SECTION = "base" |
9 | LICENSE = "GPLv2" | 9 | LICENSE = "GPL-2.0-only" |
10 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=15c832894d10ddd00dfcf57bee490ecc" | 10 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=15c832894d10ddd00dfcf57bee490ecc" |
11 | DEPENDS = "xfsprogs attr" | 11 | DEPENDS = "xfsprogs attr" |
12 | 12 | ||
diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.13.0.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.13.0.bb index df5f764e16..fae7a93a1f 100644 --- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.13.0.bb +++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_5.13.0.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | SUMMARY = "XFS Filesystem Utilities" | 1 | SUMMARY = "XFS Filesystem Utilities" |
2 | HOMEPAGE = "http://oss.sgi.com/projects/xfs" | 2 | HOMEPAGE = "http://oss.sgi.com/projects/xfs" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "GPLv2 & LGPLv2.1" | 4 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" |
5 | LICENSE:libhandle = "LGPLv2.1" | 5 | LICENSE:libhandle = "LGPL-2.1-only" |
6 | LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \ | 6 | LIC_FILES_CHKSUM = "file://LICENSES/GPL-2.0;md5=e6a75371ba4d16749254a51215d13f97 \ |
7 | file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" | 7 | file://LICENSES/LGPL-2.1;md5=b370887980db5dd40659b50909238dbd" |
8 | DEPENDS = "util-linux util-linux-native" | 8 | DEPENDS = "util-linux util-linux-native" |
diff --git a/meta-filesystems/recipes-utils/xorriso/xorriso_1.5.5.bb b/meta-filesystems/recipes-utils/xorriso/xorriso_1.5.5.bb index cf0092291a..a83950db82 100644 --- a/meta-filesystems/recipes-utils/xorriso/xorriso_1.5.5.bb +++ b/meta-filesystems/recipes-utils/xorriso/xorriso_1.5.5.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "xorriso copies file objects from POSIX compliant filesystems \ | |||
2 | into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise \ | 2 | into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise \ |
3 | manipulation of such filesystems" | 3 | manipulation of such filesystems" |
4 | 4 | ||
5 | LICENSE = "GPLv3" | 5 | LICENSE = "GPL-3.0-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
7 | 7 | ||
8 | SRC_URI = "http://www.gnu.org/software/${BPN}/${BPN}-${PV}.tar.gz" | 8 | SRC_URI = "http://www.gnu.org/software/${BPN}/${BPN}-${PV}.tar.gz" |