diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-01-31 14:14:46 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-31 10:34:02 -0800 |
commit | 86980f2df271c4a798efe9fc40023b2db6911f47 (patch) | |
tree | b9c2d36dbf3ee9411f005b3cdf10ab7647980fa0 | |
parent | e5abb3281aabdfd1e5cbe30744197ae43db67a49 (diff) | |
download | meta-openembedded-86980f2df271c4a798efe9fc40023b2db6911f47.tar.gz |
fatresize: set correct LICENSE
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 cf7ac62be8..6832634f61 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 = "GPL-2.0-only" | 3 | LICENSE = "GPL-3.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 \ |