From dcdab9880db2cb1db6de7f9ca0863b056c572f19 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Thu, 17 Aug 2017 11:35:20 +0800 Subject: openobex: disable building documentation When building openobex on a host without any connection to outside, the configure fails as it tries to get some url from outside to build the documentation. Fix this problem by disabling building documentation. Signed-off-by: Chen Qi Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-connectivity') 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 053c80a84f..2db48f3418 100644 --- a/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb +++ b/meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb @@ -21,6 +21,7 @@ inherit cmake pkgconfig S = "${WORKDIR}/${BP}-Source" EXTRA_OECONF = " -DCMAKE_SKIP_RPATH=ON " +EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF" #--enable-apps --enable-syslog -- cgit 1.2.3-korg