diff options
-rw-r--r-- | recipes/webm/libvpx_0.9.0.bb | 3 |
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() { |