mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ssiapi: Use c++14 standard
It depends on std::auto_ptr which is gone with c++17 therefore pin to c++14 until auto_ptr is replaced with something else e.g. unique_ptr Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
195c2045fd
commit
6f3ded8f27
|
|
@ -29,6 +29,8 @@ S ="${WORKDIR}/${BPN}.${PV}"
|
|||
|
||||
inherit autotools
|
||||
|
||||
CXXFLAGS += "-std=gnu++14"
|
||||
|
||||
do_configure:prepend(){
|
||||
${S}/autogen.sh
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user