summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/fatcat
Commit message (Collapse)AuthorAgeFilesLines
* .patch: fix Upstream-Status formatting issues reported by patchreview tool ↵Martin Jansa2023-01-272-2/+2
| | | | | | | from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatcat: Fix build with std=c++17Khem Raj2023-01-162-0/+49
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatcat: Enable 64bit off_tKhem Raj2022-12-173-1/+73
| | | | | | | Replace lseek64 with lseek Update patch status accordingly Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatcat: upgrade 1.1.0 -> 1.1.1wangmy2022-01-251-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fatcat: Add recipeAlex Kiernan2020-01-222-0/+55
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@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>