[oe] [meta-oe][PATCH 7/8] meson: use tarball instead of git checkout

Martin Jansa martin.jansa at gmail.com
Mon Jun 26 15:26:27 UTC 2017


I still don't trust github archives/releases, can we skip this one?

On Mon, Jun 26, 2017 at 5:11 PM, Ross Burton <ross.burton at intel.com> wrote:

> Signed-off-by: Ross Burton <ross.burton at intel.com>
> ---
>  meta-oe/recipes-devtools/meson/meson_0.40.1.bb | 10 +++-------
>  1 file changed, 3 insertions(+), 7 deletions(-)
>
> diff --git a/meta-oe/recipes-devtools/meson/meson_0.40.1.bb
> b/meta-oe/recipes-devtools/meson/meson_0.40.1.bb
> index ab54b8c79..f33256a10 100644
> --- a/meta-oe/recipes-devtools/meson/meson_0.40.1.bb
> +++ b/meta-oe/recipes-devtools/meson/meson_0.40.1.bb
> @@ -4,13 +4,9 @@ SUMMARY = "A high performance build system"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
>
> -SRC_URI = " \
> -    git://github.com/mesonbuild/meson.git \
> -"
> -
> -SRCREV = "b25d3e4d3f2b4d37029a507cc089bdde643c6240"
> -
> -S = "${WORKDIR}/git"
> +SRC_URI = "https://github.com/mesonbuild/meson/releases/
> download/${PV}/${BP}.tar.gz"
> +SRC_URI[md5sum] = "8475b19d5f5f3bd5c40f4bb1f31b93f3"
> +SRC_URI[sha256sum] = "890ce46e713ea0d061f8203c99fa7d
> 38645354a62e4c207c38ade18db852cbf5"
>
>  inherit setuptools3
>
> --
> 2.11.0
>
> --
> _______________________________________________
> 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