libvpx: added --disable-install-docs to configure
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 12 Jun 2010 19:59:52 +0000 (21:59 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 12 Jun 2010 19:59:52 +0000 (21:59 +0200)
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>
recipes/webm/libvpx_0.9.0.bb

index a59d94d..0e7545f 100644 (file)
@@ -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() {