aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-06-26 14:59:45 +0100
committerRoss Burton <ross.burton@intel.com>2017-07-21 13:27:06 +0100
commit5732505661358f84d0b60bf68245493982aa766b (patch)
tree1a84f3470c67c8ecf2cbb2d1bd61db75e81306f6
parent1cbd1bc195017312ba8cf670b340f61a2ac6207b (diff)
downloadmeta-openembedded-contrib-5732505661358f84d0b60bf68245493982aa766b.tar.gz
meson: use tarball instead of git checkout
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta-oe/recipes-devtools/meson/meson_0.40.1.bb12
1 files 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