diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-04-23 12:03:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-23 23:30:20 +0100 |
commit | f7392539a6bea57ecf5d1f1ce21bf8dede0565e4 (patch) | |
tree | 864be21799d4ac5df12a7df0dc3cbfcca42bedbe /meta | |
parent | 5dbcd2b6f5567851e6d7d136b452794b71dfe074 (diff) | |
download | poky-f7392539a6bea57ecf5d1f1ce21bf8dede0565e4.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/meson/meson/load-configs-generalise-search-path.patch | 3 |
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 | |||
6 | Instead of hard-coding the fact that load_configs() searches for files under | 6 | Instead of hard-coding the fact that load_configs() searches for files under |
7 | meson/native, pass in the subdirectory allowing the cross-file code to use the | 7 | meson/native, pass in the subdirectory allowing the cross-file code to use the |
8 | same logic. | 8 | same logic. |
9 | |||
10 | Upstream-Status: Backport | ||
11 | Signed-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 +- |