aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-06-26 17:16:00 +0100
committerRoss Burton <ross.burton@intel.com>2017-07-21 13:27:50 +0100
commit35f756c4e20a7f2b129f4881b20cf2a7be854b19 (patch)
treea8a383a1c431e9eb768e780f3e6d382b6f43164a
parent5732505661358f84d0b60bf68245493982aa766b (diff)
downloadmeta-openembedded-contrib-35f756c4e20a7f2b129f4881b20cf2a7be854b19.tar.gz
meson: upgrade to 0.41.1
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta-oe/recipes-devtools/meson/meson_0.41.1.bb (renamed from meta-oe/recipes-devtools/meson/meson_0.40.1.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/meson/meson_0.40.1.bb b/meta-oe/recipes-devtools/meson/meson_0.41.1.bb
index e9eef6ee7d..191fd453a9 100644
--- a/meta-oe/recipes-devtools/meson/meson_0.40.1.bb
+++ b/meta-oe/recipes-devtools/meson/meson_0.41.1.bb
@@ -4,10 +4,9 @@ SUMMARY = "A high performance build system"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
-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"
+SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/${BP}.tar.gz"
+SRC_URI[md5sum] = "394b838952d78138b3873b7a745538c1"
+SRC_URI[sha256sum] = "3d160b0514ff3d25f0a47975c6f70fd82b76c589876d10413efc5e01df43e0c2"
inherit setuptools3