mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
audiofile: Stick to c++14 std
It uses std::unary_function which is removed from c++17 onwards, until this is removed/replaced we can not move beyond c++14 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -19,6 +19,8 @@ SRC_URI[sha256sum] = "ea2449ad3f201ec590d811db9da6d02ffc5e87a677d06b92ab15363d8c
|
|||||||
|
|
||||||
inherit autotools lib_package pkgconfig
|
inherit autotools lib_package pkgconfig
|
||||||
|
|
||||||
|
CXXFLAGS += "-std=c++14"
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
asciidoc-native \
|
asciidoc-native \
|
||||||
alsa-lib \
|
alsa-lib \
|
||||||
|
|||||||
Reference in New Issue
Block a user