This change fixes an installation problem, when *nodocs* directory is not found.
Signed-off-by: Vladimir Zapolskiy <[email protected]> --- recipes/webm/libvpx_0.9.0.bb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/recipes/webm/libvpx_0.9.0.bb b/recipes/webm/libvpx_0.9.0.bb index a59d94d..9b58727 100644 --- a/recipes/webm/libvpx_0.9.0.bb +++ b/recipes/webm/libvpx_0.9.0.bb @@ -22,6 +22,7 @@ CONFIGUREOPTS = " \ --target=${VPXTARGET} \ --enable-vp8 \ --enable-libs \ + --disable-install-docs \ " do_install() { -- 1.7.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
