summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/meson
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/meson')
-rw-r--r--meta/recipes-devtools/meson/meson/load-configs-generalise-search-path.patch3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/meson/meson/load-configs-generalise-search-path.patch b/meta/recipes-devtools/meson/meson/load-configs-generalise-search-path.patch
index fc02576f5b..2056763db5 100644
--- a/meta/recipes-devtools/meson/meson/load-configs-generalise-search-path.patch
+++ b/meta/recipes-devtools/meson/meson/load-configs-generalise-search-path.patch
@@ -6,6 +6,9 @@ Subject: [PATCH] load_configs: generalise the search path
6Instead of hard-coding the fact that load_configs() searches for files under 6Instead of hard-coding the fact that load_configs() searches for files under
7meson/native, pass in the subdirectory allowing the cross-file code to use the 7meson/native, pass in the subdirectory allowing the cross-file code to use the
8same logic. 8same logic.
9
10Upstream-Status: Backport
11Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
9--- 12---
10 mesonbuild/coredata.py | 6 +++--- 13 mesonbuild/coredata.py | 6 +++---
11 mesonbuild/environment.py | 2 +- 14 mesonbuild/environment.py | 2 +-