meson: add missing Upstream-Status and SOB to a patch

(From OE-Core rev: 246622124d97d05d53b015797d620da974e20b79)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2019-04-23 12:03:59 +02:00
committed by Richard Purdie
parent 5dbcd2b6f5
commit f7392539a6

View 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 +-