From f6f00bac33a9f57f2a29b975144a57d469eebde2 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 25 Jan 2022 21:12:44 +0800 Subject: fatcat: upgrade 1.1.0 -> 1.1.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb | 18 ------------------ meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb create mode 100644 meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb (limited to 'meta-filesystems') diff --git a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb deleted file mode 100644 index c90a7ecc2b..0000000000 --- a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "FAT filesystems explore, extract, repair, and forensic tool" -DESCRIPTION = "This tool is designed to manipulate FAT filesystems, in order to \ -explore, extract, repair, recover and forensic them. It currently supports \ -FAT12, FAT16 and FAT32." -HOMEPAGE = "https://github.com/Gregwar/fatcat" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=57fbbfebd0dd1d6ff21b8cecb552a03f" - -SRC_URI = "git://github.com/Gregwar/fatcat.git;branch=master;protocol=https \ - file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \ - " - -SRCREV = "b923172d97c578297964c062e3a92799e2a9eca4" - -S = "${WORKDIR}/git" - -inherit cmake diff --git a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb new file mode 100644 index 0000000000..e344eda154 --- /dev/null +++ b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.1.bb @@ -0,0 +1,18 @@ +SUMMARY = "FAT filesystems explore, extract, repair, and forensic tool" +DESCRIPTION = "This tool is designed to manipulate FAT filesystems, in order to \ +explore, extract, repair, recover and forensic them. It currently supports \ +FAT12, FAT16 and FAT32." +HOMEPAGE = "https://github.com/Gregwar/fatcat" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=57fbbfebd0dd1d6ff21b8cecb552a03f" + +SRC_URI = "git://github.com/Gregwar/fatcat.git;branch=master;protocol=https \ + file://0001-Use-unistd.h-not-argp.h-for-all-POSIX-systems.patch \ + " + +SRCREV = "99cb99fc86eb1601ac7ae27f5bba23add04d2543" + +S = "${WORKDIR}/git" + +inherit cmake -- cgit v1.2.3-54-g00ecf