diff options
| author | Petr Chernikov <p.chernikov@yadro.com> | 2023-12-08 08:47:57 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-07 21:51:58 -0800 |
| commit | 190f7b50ac3d7d30cf9d31167fb74f7146c3c8ff (patch) | |
| tree | ed00d3c074292af00507762b4cdab37d83a292ca /meta-oe/recipes-connectivity/mosh | |
| parent | f3c7c83bf40cd59ba9ba954ebceaaa68dd7f7bd7 (diff) | |
| download | meta-openembedded-190f7b50ac3d7d30cf9d31167fb74f7146c3c8ff.tar.gz | |
abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake
Old versions of abseil-cpp could not be compiled using C++ Standard 17.
For now this cmake flag is not needed.
Mosh compilation fixed by specifying c++17 standard.
Signed-off-by: Petr Chernikov <p.chernikov@yadro.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/mosh')
| -rw-r--r-- | meta-oe/recipes-connectivity/mosh/mosh_1.4.0.bb | 2 |
1 files changed, 2 insertions, 0 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" | ||
