diff options
-rw-r--r-- | meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | 6 |
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 | ||
22 | inherit cmake pkgconfig | 22 | inherit cmake pkgconfig |
23 | 23 | ||
24 | EXTRA_OECONF = " -DCMAKE_SKIP_RPATH=ON " | 24 | EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF \ |
25 | EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF" | 25 | -DCMAKE_SKIP_RPATH=ON \ |
26 | -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ | ||
27 | " | ||
26 | 28 | ||
27 | ASNEEDED = "" | 29 | ASNEEDED = "" |
28 | 30 | ||