mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 14:43:00 +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:
parent
7d0234ae64
commit
bc40b0134f
@ -44,6 +44,8 @@ EXTRA_OECMAKE += "-DTEST_IP_MASTER=10.0.3.1 \
|
|||||||
-DTEST_IP_SLAVE_SECOND=10.0.3.3 \
|
-DTEST_IP_SLAVE_SECOND=10.0.3.3 \
|
||||||
-DTEST_UID=1000 -DTEST_GID=1000 \
|
-DTEST_UID=1000 -DTEST_GID=1000 \
|
||||||
"
|
"
|
||||||
|
# Fixes build with boost 1.90+
|
||||||
|
CXXFLAGS:append = " -Wno-error=deprecated-declarations"
|
||||||
|
|
||||||
RDEPENDS:${PN}-test = "bash lsof"
|
RDEPENDS:${PN}-test = "bash lsof"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user