[oe] [PATCH] libvpx: disabled explicitly the generation of docs

Khem Raj raj.khem at gmail.com
Fri Jun 4 22:08:55 UTC 2010


On (04/06/10 19:39), Enrico Scholz wrote:
> When buildsystem has 'doxygen' and 'php' the documentation will be
> created and the path in do_install (vpx-vp8-nopost-nodocs) won't be
> found anymore:

where do they get put when doxygen and php are found. You may also
put doxygen-native and php-native in DEPENDS and generate the documentation
always but that may be overkill if we already have documentation prebuilt
which can be installed. is that the case?

> 
> | make[2]: Leaving directory `.../libvpx-0.9.0-r2/libvpx-0.9.0'
> | + cp -r '.../libvpx-0.9.0/vpx-vp8-nopost-nodocs*0.9.0/*' .../image/usr/
> | cp: cannot stat `.../libvpx-0.9.0/vpx-vp8-nopost-nodocs*0.9.0/*': No such file or directory
> | ERROR: Function do_install failed NOTE: package libvpx-0.9.0-r2: task do_install: Failed
> 
> This patch makes the build more deterministic.
> 
> Signed-off-by: Enrico Scholz <enrico.scholz at sigma-chemnitz.de>
> Cc: Koen Kooi <koen at openembedded.org>
> ---
>  recipes/webm/libvpx_0.9.0.bb |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/recipes/webm/libvpx_0.9.0.bb b/recipes/webm/libvpx_0.9.0.bb
> index a59d94d..b55604b 100644
> --- a/recipes/webm/libvpx_0.9.0.bb
> +++ b/recipes/webm/libvpx_0.9.0.bb
> @@ -1,7 +1,7 @@
>  DESCRIPTION = "vpx Multi-Format Codec SDK"
>  LICENSE = "VP8"
>  
> -PR = "r2"
> +PR = "r3"
>  
>  SRC_URI = "http://webm.googlecode.com/files/libvpx-${PV}.tar.bz2"
>  
> @@ -20,6 +20,7 @@ VPXTARGET ?= "generic-gnu"
>  
>  CONFIGUREOPTS = " \
>            --target=${VPXTARGET} \
> +          --disable-install_docs \

Does it disable the doc generation completely ?

>            --enable-vp8 \
>            --enable-libs \
>  "
> -- 
> 1.7.0.1
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




More information about the Openembedded-devel mailing list