[oe] [meta-oe][PATCH] openobex: disable building documentation

Randy MacLeod randy.macleod at windriver.com
Fri Aug 18 15:57:06 UTC 2017


On 2017-08-16 11:35 PM, Qi.Chen at windriver.com wrote:
> From: Chen Qi <Qi.Chen at windriver.com>
> 
> 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>
> ---
>   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
>   
> 

Okay as a work-around. I guess.

What would it take to add the additional data/src used
to build the docs?


-- 
# Randy MacLeod. SMTS, Linux, Wind River
Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON, 
Canada, K2K 2W5



More information about the Openembedded-devel mailing list