summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/vsomeip/vsomeip_3.5.11.bb2
1 files changed, 2 insertions, 0 deletions
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 \
44 -DTEST_IP_SLAVE_SECOND=10.0.3.3 \ 44 -DTEST_IP_SLAVE_SECOND=10.0.3.3 \
45 -DTEST_UID=1000 -DTEST_GID=1000 \ 45 -DTEST_UID=1000 -DTEST_GID=1000 \
46 " 46 "
47# Fixes build with boost 1.90+
48CXXFLAGS:append = " -Wno-error=deprecated-declarations"
47 49
48RDEPENDS:${PN}-test = "bash lsof" 50RDEPENDS:${PN}-test = "bash lsof"
49 51