diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-03-03 23:29:51 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-03 23:31:55 -0800 |
| commit | 386d33c02a1aca0f694edb7255ff2c40e1e35f49 (patch) | |
| tree | 55aa6f63910067d6ef461ebf10d65973d93f4aef | |
| parent | dad2aef6be76564103952e0ad78a7d666b49f72e (diff) | |
| download | meta-openembedded-386d33c02a1aca0f694edb7255ff2c40e1e35f49.tar.gz | |
abseil-cpp: Ask for C++14 std explicitly
Newer gcc ( gcc11 ) will be defaulting to c++17 and abseil currently
needs work to get working with c++17, so pin to c++14 untill upstream
gets it working with c++17
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb index 38c3dbc510..9557c9345e 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | |||
| @@ -24,6 +24,7 @@ inherit cmake | |||
| 24 | 24 | ||
| 25 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ | 25 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ |
| 26 | -DBUILD_TESTING=OFF \ | 26 | -DBUILD_TESTING=OFF \ |
| 27 | -DCMAKE_CXX_STANDARD=14 \ | ||
| 27 | " | 28 | " |
| 28 | 29 | ||
| 29 | BBCLASSEXTEND = "native nativesdk" | 30 | BBCLASSEXTEND = "native nativesdk" |
