[oe-commits] Eric Bénard : libvpx: remove --enable-ccache configure option

git version control git at git.openembedded.org
Tue Jun 1 22:11:00 UTC 2010


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

Author: Eric Bénard <eric at eukrea.com>
Date:   Wed Jun  2 00:02:02 2010 +0200

libvpx: remove --enable-ccache configure option

libvpx-0.9.0-r1/temp/log.do_compile.1458
...  /bin/sh: ccache: command not found  ...

Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 recipes/webm/libvpx_0.9.0.bb |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/webm/libvpx_0.9.0.bb b/recipes/webm/libvpx_0.9.0.bb
index 145d90a..a59d94d 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 = "r1"
+PR = "r2"
 
 SRC_URI = "http://webm.googlecode.com/files/libvpx-${PV}.tar.bz2"
 
@@ -22,7 +22,6 @@ CONFIGUREOPTS = " \
           --target=${VPXTARGET} \
           --enable-vp8 \
           --enable-libs \
-          --enable-ccache \
 "
 
 do_install() {





More information about the Openembedded-commits mailing list