summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/meson/meson.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-04-18 17:59:17 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-23 23:30:20 +0100
commit1b74389d938c1dcf8f896d12e2ee01649df85193 (patch)
treea58b38b0b8fbbe305634271abcc1ed253bb1c11d /meta/recipes-devtools/meson/meson.inc
parent47f4ad9ff0dfd5ed25f92577eea767f809ca451e (diff)
downloadpoky-1b74389d938c1dcf8f896d12e2ee01649df85193.tar.gz
meson: do not try to substitute the prefix in python supplied paths
The prefix should be correct in the first place, and substitution breaks with our custom patched Python. (From OE-Core rev: ad1d0187aed457e4b5bd1c0d11b39141786bc9fd) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/meson/meson.inc')
-rw-r--r--meta/recipes-devtools/meson/meson.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc
index 6d743fbe14..21d34da6ad 100644
--- a/meta/recipes-devtools/meson/meson.inc
+++ b/meta/recipes-devtools/meson/meson.inc
@@ -16,6 +16,7 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P
16 file://0001-environment.py-detect-windows-also-if-the-system-str.patch \ 16 file://0001-environment.py-detect-windows-also-if-the-system-str.patch \
17 file://0001-mesonbuild-environment.py-do-not-determine-whether-a.patch \ 17 file://0001-mesonbuild-environment.py-do-not-determine-whether-a.patch \
18 file://0001-mesonbuild-environment.py-check-environment-for-vari.patch \ 18 file://0001-mesonbuild-environment.py-check-environment-for-vari.patch \
19 file://0001-modules-python.py-do-not-substitute-python-s-install.patch \
19 " 20 "
20SRC_URI[sha256sum] = "2a1bc42dda58206fb922cda5e1ca95cc03ad126321d26acc47d3493ec4e7021f" 21SRC_URI[sha256sum] = "2a1bc42dda58206fb922cda5e1ca95cc03ad126321d26acc47d3493ec4e7021f"
21SRC_URI[md5sum] = "433483107fda4616eaf33de7e7083a84" 22SRC_URI[md5sum] = "433483107fda4616eaf33de7e7083a84"