diff options
-rw-r--r-- | meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb (renamed from meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb index 88d495b685..32406077da 100644 --- a/meta-filesystems/recipes-utils/fatresize/fatresize_1.0.2.bb +++ b/meta-filesystems/recipes-utils/fatresize/fatresize_1.1.0.bb | |||
@@ -1,12 +1,12 @@ | |||
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 = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
5 | 5 | ||
6 | SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https" | 6 | SRC_URI = "git://salsa.debian.org/parted-team/fatresize.git;protocol=https" |
7 | SRCREV = "3f80afc76ad82d4a1b852a6c8dea24cd9f5e7a24" | 7 | SRCREV = "12da22087de2ec43f0fe5af1237389e94619c483" |
8 | 8 | ||
9 | PV = "1.0.2-11" | 9 | PV = "1.1.0" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||