mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
b075f0e44c
commit
195c2045fd
@ -19,6 +19,8 @@ SRC_URI[sha256sum] = "ea2449ad3f201ec590d811db9da6d02ffc5e87a677d06b92ab15363d8c
|
||||
|
||||
inherit autotools lib_package pkgconfig
|
||||
|
||||
CXXFLAGS += "-std=c++14"
|
||||
|
||||
DEPENDS = " \
|
||||
asciidoc-native \
|
||||
alsa-lib \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user