]> code.ossystems Code Review - openembedded-core.git/commitdiff
meson: add missing Upstream-Status and SOB to a patch
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 23 Apr 2019 10:03:59 +0000 (12:03 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Apr 2019 22:30:10 +0000 (23:30 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson/load-configs-generalise-search-path.patch

index fc02576f5bd0a2ab5d91ee17b2596bfadee9e401..2056763db5d31f503279d5d606df99e6297ced2a 100644 (file)
@@ -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 +-