mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gengetopt: Use std=c++14
It needs std::unary_operator which is gone in c++17, until it is forward ported to work with c++17, pin to c++14 ../../gengetopt-2.23/src/gm_utils.h:132:35: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'? | struct pair_print_f : public std::unary_function<T, void> | ~~~~~^~~~~~~~~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
1ccdb81959
commit
efe6522104
|
|
@ -13,4 +13,6 @@ SRC_URI[sha256sum] = "b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab80
|
|||
|
||||
inherit autotools texinfo
|
||||
|
||||
CXXFLAGS += "-std=c++14"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user