mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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
|
||||
|
||||
CXXFLAGS += "-std=c++14"
|
||||
|
||||
DEPENDS = " \
|
||||
asciidoc-native \
|
||||
alsa-lib \
|
||||
|
||||
Reference in New Issue
Block a user