[oe] [meta-filesystems][PATCH] fatcat: Add recipe

Khem Raj raj.khem at gmail.com
Sun Jan 19 10:19:42 UTC 2020


On Sat, Jan 18, 2020 at 3:15 AM Alex Kiernan <alex.kiernan at gmail.com> wrote:
>
> 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.
>

Fails musl build
https://jenkins.ccp.xcal.tv/jenkins/view/YP/job/Yocto-world-musl/903/console

it needs to link with libargp on musl so its best to check a argp
function in libc and then check in libargp as backup see
https://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-multimedia/v4l2apps/v4l-utils/0002-contrib-test-Link-mc_nextgen_test-with-libargp-if-ne.patch

also check rng-tools recipes in core

> Signed-off-by: Alex Kiernan <alex.kiernan at gmail.com>
> ---
>
>  .../recipes-utils/fatcat/fatcat_1.1.0.bb         | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 meta-filesystems/recipes-utils/fatcat/fatcat_1.1.0.bb
>
> 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 000000000000..f78d5d594a21
> --- /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
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list