summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb
index be8482ab50..1b8bd47e39 100644
--- a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb
+++ b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb
@@ -21,8 +21,10 @@ S = "${UNPACKDIR}/${BP}-Source"
21 21
22inherit cmake pkgconfig 22inherit cmake pkgconfig
23 23
24EXTRA_OECONF = " -DCMAKE_SKIP_RPATH=ON " 24EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF \
25EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF" 25 -DCMAKE_SKIP_RPATH=ON \
26 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
27 "
26 28
27ASNEEDED = "" 29ASNEEDED = ""
28 30