diff options
-rw-r--r-- | meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb index 0ee050da99..693ec12d3c 100644 --- a/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb +++ b/meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb | |||
@@ -46,3 +46,5 @@ RDEPENDS:${PN}-server += "openssh-sshd" | |||
46 | #| {standard input}:2103: Error: instruction not supported in Thumb16 mode -- `adcs r7,r7,r7' | 46 | #| {standard input}:2103: Error: instruction not supported in Thumb16 mode -- `adcs r7,r7,r7' |
47 | #| {standard input}:2104: Error: selected processor does not support Thumb mode `it cs' | 47 | #| {standard input}:2104: Error: selected processor does not support Thumb mode `it cs' |
48 | ARM_INSTRUCTION_SET = "arm" | 48 | ARM_INSTRUCTION_SET = "arm" |
49 | |||
50 | CXXFLAGS:append = " -std=c++17" | ||
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 65ecab7d08..ee62d4b597 100644 --- a/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb +++ b/meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_git.bb | |||
@@ -27,7 +27,6 @@ inherit cmake | |||
27 | 27 | ||
28 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ | 28 | EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON \ |
29 | -DBUILD_TESTING=OFF \ | 29 | -DBUILD_TESTING=OFF \ |
30 | -DCMAKE_CXX_STANDARD=14 \ | ||
31 | -DABSL_ENABLE_INSTALL=ON \ | 30 | -DABSL_ENABLE_INSTALL=ON \ |
32 | " | 31 | " |
33 | 32 | ||