[oe-commits] [meta-openembedded] 09/21: openobex: disable building documentation

git at git.openembedded.org git at git.openembedded.org
Sat Aug 19 11:01:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 77f5db2d3fd887e74c0f4f59d9ba3605c5a5102f
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Thu Aug 17 11:35:20 2017 +0800

    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 <Qi.Chen at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | 1 +
 1 file changed, 1 insertion(+)

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 053c80a..2db48f3 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list