From dd0fdfe9ed922189f4251c688b7a16faa76cd904 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 12 Jun 2010 21:59:52 +0200 Subject: 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 --- recipes/webm/libvpx_0.9.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/webm') 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() { -- cgit v1.2.3