mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libmimetic: Pin to using -std=c++14
It uses unary_function which is removed in c++17 | ../../../git/mimetic/rfc822/header.h:37:21: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'? | public std::unary_function<const Field, bool> | ~~~~~^~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
efe6522104
commit
6e15cb7e04
|
|
@ -19,6 +19,6 @@ UPSTREAM_CHECK_COMMITS = "1"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
CXXFLAGS += "-Wno-narrowing"
|
||||
CXXFLAGS += "-Wno-narrowing -std=c++14"
|
||||
|
||||
inherit autotools
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user