git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65c2216
)
libvpx: remove --enable-ccache configure option
author
Eric Bénard
<eric@eukrea.com>
Tue, 1 Jun 2010 22:02:02 +0000
(
00:02
+0200)
committer
Eric Bénard
<eric@eukrea.com>
Tue, 1 Jun 2010 22:05:09 +0000
(
00:05
+0200)
libvpx-0.9.0-r1/temp/log.do_compile.1458
... /bin/sh: ccache: command not found ...
Signed-off-by: Eric Bénard <eric@eukrea.com>
recipes/webm/libvpx_0.9.0.bb
patch
|
blob
|
history
diff --git
a/recipes/webm/libvpx_0.9.0.bb
b/recipes/webm/libvpx_0.9.0.bb
index
145d90a
..
a59d94d
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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() {