diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2017-08-17 11:35:20 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-28 11:06:01 +0200 |
commit | dcdab9880db2cb1db6de7f9ca0863b056c572f19 (patch) | |
tree | 9aa6a73ae0d31a946c2f73113f4fb5eb3d768d78 | |
parent | aaca09b952d4d135b53ac7ddbbf12ef85e2920a0 (diff) | |
download | meta-openembedded-dcdab9880db2cb1db6de7f9ca0863b056c572f19.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb | 1 |
1 files changed, 1 insertions, 0 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 053c80a84..2db48f341 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 | |||
21 | S = "${WORKDIR}/${BP}-Source" | 21 | S = "${WORKDIR}/${BP}-Source" |
22 | 22 | ||
23 | EXTRA_OECONF = " -DCMAKE_SKIP_RPATH=ON " | 23 | EXTRA_OECONF = " -DCMAKE_SKIP_RPATH=ON " |
24 | EXTRA_OECMAKE += "-DBUILD_DOCUMENTATION=OFF" | ||
24 | 25 | ||
25 | #--enable-apps --enable-syslog | 26 | #--enable-apps --enable-syslog |
26 | 27 | ||