From e8e4a11bf02e5cd9af20d6f93dc5438c06aa7b33 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 26 Jun 2017 14:59:45 +0100 Subject: meson: use tarball instead of git checkout Signed-off-by: Ross Burton --- meta-oe/recipes-devtools/meson/meson_0.40.1.bb | 12 ++++-------- 1 file changed, 4 insertions(+), 8 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 14644ba9ba..e9eef6ee7d 100644 --- a/meta-oe/recipes-devtools/meson/meson_0.40.1.bb +++ b/meta-oe/recipes-devtools/meson/meson_0.40.1.bb @@ -4,14 +4,10 @@ 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 \ - file://native_bindir.patch \ -" - -SRCREV = "b25d3e4d3f2b4d37029a507cc089bdde643c6240" - -S = "${WORKDIR}/git" +SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/${BP}.tar.gz \ + file://native_bindir.patch" +SRC_URI[md5sum] = "8475b19d5f5f3bd5c40f4bb1f31b93f3" +SRC_URI[sha256sum] = "890ce46e713ea0d061f8203c99fa7d38645354a62e4c207c38ade18db852cbf5" inherit setuptools3 -- cgit 1.2.3-korg