mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 23:48:01 +00:00
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>