aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webm
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-06-12 21:59:52 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-06-12 21:59:52 +0200
commitdd0fdfe9ed922189f4251c688b7a16faa76cd904 (patch)
tree835819c0e8af1cb72430812d6a373c1ffb9cf4bd /recipes/webm
parent3410669d620caa4d0a75487eb2b4bb216dc779ca (diff)
downloadopenembedded-dd0fdfe9ed922189f4251c688b7a16faa76cd904.tar.gz
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 <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/webm')
-rw-r--r--recipes/webm/libvpx_0.9.0.bb3
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 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() {