diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2023-01-17 13:25:56 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-17 15:57:19 -0800 |
commit | fdb936e80b30f40cbf7ef9a8e124b58eec95f45c (patch) | |
tree | 1d9484f9ed5b9115cda31d8a6c7697fffdf9bb5e /recipes-devtools/clang/common.inc | |
parent | 8a6558fe1cedb3eb817333369a3cc2512364f1a6 (diff) | |
download | meta-clang-fdb936e80b30f40cbf7ef9a8e124b58eec95f45c.tar.gz |
Backport fix for no matching constructor
Fixes:
../../chrome/common/extensions/chrome_manifest_url_handlers.cc:101:7:
error: no matching constructor for initialization of 'std::map<const char *, std::reference_wrapper<const absl::optionalstd::string>>' (aka 'map<const char , reference_wrapper<const optional<basic_string>>>')
std::map<const char,
as seen with chromium-109:
https://github.com/OSSystems/meta-browser/issues/674
Thanks to Raphael Kubo da Costa for finding the commit to be backported!
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r-- | recipes-devtools/clang/common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc index 94619bd..6cedf4d 100644 --- a/recipes-devtools/clang/common.inc +++ b/recipes-devtools/clang/common.inc | |||
@@ -44,6 +44,7 @@ SRC_URI = "\ | |||
44 | file://0033-compiler-rt-Link-scudo-with-SANITIZER_CXX_ABI_LIBRAR.patch \ | 44 | file://0033-compiler-rt-Link-scudo-with-SANITIZER_CXX_ABI_LIBRAR.patch \ |
45 | file://0034-CMake-Installable-find-modules-for-terminfo-and-libf.patch \ | 45 | file://0034-CMake-Installable-find-modules-for-terminfo-and-libf.patch \ |
46 | file://0035-llvm-Do-not-use-standard-search-paths-in-find_librar.patch \ | 46 | file://0035-llvm-Do-not-use-standard-search-paths-in-find_librar.patch \ |
47 | file://0036-libc-LWG2993-reference_wrapper-T-conversion-from-U.patch \ | ||
47 | " | 48 | " |
48 | # Fallback to no-PIE if not set | 49 | # Fallback to no-PIE if not set |
49 | GCCPIE ??= "" | 50 | GCCPIE ??= "" |