mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
vsomeip: Don't fail on Boost.Asio deprecation warnings
Append -Wno-error=deprecated-declarations to CXXFLAGS so builds don't break when Boost marks APIs like strand::wrap() as deprecated. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -44,6 +44,8 @@ EXTRA_OECMAKE += "-DTEST_IP_MASTER=10.0.3.1 \
|
||||
-DTEST_IP_SLAVE_SECOND=10.0.3.3 \
|
||||
-DTEST_UID=1000 -DTEST_GID=1000 \
|
||||
"
|
||||
# Fixes build with boost 1.90+
|
||||
CXXFLAGS:append = " -Wno-error=deprecated-declarations"
|
||||
|
||||
RDEPENDS:${PN}-test = "bash lsof"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user