From: Frans Meulenbroeks Date: Sat, 12 Jun 2010 19:59:52 +0000 (+0200) Subject: libvpx: added --disable-install-docs to configure X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd0fdfe9ed922189f4251c688b7a16faa76cd904;p=openembedded.git libvpx: added --disable-install-docs to configure build failed for me on a fresh build in do_install because this path ${S}/vpx-vp8-nopost-nodocs*${PV}/* did not exist. adding --disable-install-docs caused the path name to become correct. open issue: lots of files are reported as being installed but not in any package Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/webm/libvpx_0.9.0.bb b/recipes/webm/libvpx_0.9.0.bb index a59d94dd3e..0e7545fa0a 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" @@ -22,6 +22,7 @@ CONFIGUREOPTS = " \ --target=${VPXTARGET} \ --enable-vp8 \ --enable-libs \ + --disable-install-docs \ " do_install() {