[oe-commits] Frans Meulenbroeks : libvpx: added --disable-install-docs to configure

git version control git at git.openembedded.org
Sat Jun 12 20:22:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: dd0fdfe9ed922189f4251c688b7a16faa76cd904
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dd0fdfe9ed922189f4251c688b7a16faa76cd904

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Jun 12 21:59:52 2010 +0200

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 at gmail.com>

---

 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 a59d94d..0e7545f 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() {





More information about the Openembedded-commits mailing list