summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/meson
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-04-23 12:03:59 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-23 23:30:10 +0100
commit246622124d97d05d53b015797d620da974e20b79 (patch)
tree7a1788003297f1e393ad237d71315a2e24198d6b /meta/recipes-devtools/meson
parent6af2a07264eaa20a75080ebe53689db045335a50 (diff)
downloadopenembedded-core-contrib-246622124d97d05d53b015797d620da974e20b79.tar.gz
meson: add missing Upstream-Status and SOB to a patch
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')
-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
Instead of hard-coding the fact that load_configs() searches for files under
meson/native, pass in the subdirectory allowing the cross-file code to use the
same logic.
+
+Upstream-Status: Backport
+Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
mesonbuild/coredata.py | 6 +++---
mesonbuild/environment.py | 2 +-