[OE-core] [PATCH] fts: Bump FTS to version 1.2.7

Khem Raj raj.khem at gmail.com
Thu Jan 3 22:46:06 UTC 2019


On Thu, Jan 3, 2019 at 2:42 PM Alistair Francis
<Alistair.Francis at wdc.com> wrote:
>
> Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
> ---
>  meta/recipes-core/fts/fts.bb       | 22 ----------------------
>  meta/recipes-core/fts/fts_1.2.7.bb | 18 ++++++++++++++++++
>  2 files changed, 18 insertions(+), 22 deletions(-)
>  delete mode 100644 meta/recipes-core/fts/fts.bb
>  create mode 100644 meta/recipes-core/fts/fts_1.2.7.bb
>
> diff --git a/meta/recipes-core/fts/fts.bb b/meta/recipes-core/fts/fts.bb
> deleted file mode 100644
> index 02f54086a3..0000000000
> --- a/meta/recipes-core/fts/fts.bb
> +++ /dev/null
> @@ -1,22 +0,0 @@
> -# Copyright (C) 2015 Khem Raj <raj.khem at gmail.com>
> -# Released under the MIT license (see COPYING.MIT for the terms)
> -

I am sad you took this out :)

> -SUMMARY = "POSIX file tree stream operations library"
> -HOMEPAGE = "https://sites.google.com/a/bostic.com/keithbostic"
> -LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982"
> -SECTION = "libs"
> -
> -SRCREV = "944333aed9dc24cfa76cc64bfe70c75d25652753"
> -PV = "1.2+git${SRCPV}"
> -
> -SRC_URI = "git://github.com/voidlinux/musl-fts \
> -"
> -S = "${WORKDIR}/git"
> -
> -inherit autotools pkgconfig
> -#
> -# We will skip parsing for non-musl systems
> -#
> -COMPATIBLE_HOST = ".*-musl.*"
> -
> diff --git a/meta/recipes-core/fts/fts_1.2.7.bb b/meta/recipes-core/fts/fts_1.2.7.bb
> new file mode 100644
> index 0000000000..7ede6550f6
> --- /dev/null
> +++ b/meta/recipes-core/fts/fts_1.2.7.bb
> @@ -0,0 +1,18 @@
> +SUMMARY = "Implementation of ftsfor musl libc packages"
> +HOMEPAGE = "https://github.com/pullmoll/musl-fts"
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982"
> +SECTION = "libs"
> +
> +SRCREV = "0bde52df588e8969879a2cae51c3a4774ec62472"
> +
> +SRC_URI = "git://github.com/pullmoll/musl-fts.git"
> +
> +S = "${WORKDIR}/git"
> +
> +inherit autotools pkgconfig
> +#
> +# We will skip parsing for non-musl systems
> +#
> +COMPATIBLE_HOST = ".*-musl.*"
> +
> --
> 2.19.1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


More information about the Openembedded-core mailing list