[oe-commits] [meta-openembedded] 06/32: fatcat: Add recipe

git at git.openembedded.org git at git.openembedded.org
Sat Jan 18 22:25:41 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit c4b25402156ddf0ca7d8d6a52320da87209e400f
Author: Alex Kiernan <alex.kiernan at gmail.com>
AuthorDate: Sat Jan 18 11:15:13 2020 +0000

    fatcat: Add recipe
    
    fatcat is a tool designed to manipulate FAT filesystems, in order to
    explore, extract, repair, recover and forensic them. It currently
    supports FAT12, FAT16 and FAT32.
    
    Signed-off-by: Alex Kiernan <alex.kiernan at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb
new file mode 100644
index 0000000..f78d5d5
--- /dev/null
+++ b/meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb
@@ -0,0 +1,16 @@
+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"
+
+SRCREV = "b923172d97c578297964c062e3a92799e2a9eca4"
+
+S = "${WORKDIR}/git"
+
+inherit cmake

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list