diff --git a/meta-networking/recipes-protocols/vsomeip/vsomeip_3.5.11.bb b/meta-networking/recipes-protocols/vsomeip/vsomeip_3.5.11.bb index e8b72743ec..04e11d9b3c 100644 --- a/meta-networking/recipes-protocols/vsomeip/vsomeip_3.5.11.bb +++ b/meta-networking/recipes-protocols/vsomeip/vsomeip_3.5.11.bb @@ -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"