[oe] [PATCH] libvpx: pass disable docs installation configure option.

Vladimir Zapolskiy vzapolskiy at gmail.com
Fri Jun 11 15:19:44 UTC 2010


This change fixes an installation problem, when *nodocs* directory is
not found.

Signed-off-by: Vladimir Zapolskiy <vzapolskiy at gmail.com>
---
 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





More information about the Openembedded-devel mailing list