From f7392539a6bea57ecf5d1f1ce21bf8dede0565e4 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 23 Apr 2019 12:03:59 +0200 Subject: meson: add missing Upstream-Status and SOB to a patch (From OE-Core rev: 246622124d97d05d53b015797d620da974e20b79) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- .../meson/meson/load-configs-generalise-search-path.patch | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-devtools/meson') 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 --- mesonbuild/coredata.py | 6 +++--- mesonbuild/environment.py | 2 +- -- cgit v1.2.3-54-g00ecf