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:
8079e4c
)
libvpx: fix typo in CFLAGS
author
Koen Kooi
<koen@openembedded.org>
Sun, 20 Jun 2010 09:55:31 +0000
(11:55 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 20 Jun 2010 09:56:51 +0000
(11:56 +0200)
recipes/webm/libvpx.inc
patch
|
blob
|
history
diff --git
a/recipes/webm/libvpx.inc
b/recipes/webm/libvpx.inc
index
a2062c6
..
a0aebff
100644
(file)
--- a/
recipes/webm/libvpx.inc
+++ b/
recipes/webm/libvpx.inc
@@
-1,11
+1,13
@@
DESCRIPTION = "vpx Multi-Format Codec SDK"
LICENSE = "BSD"
+PR = "r1"
+
SRC_URI = "http://webm.googlecode.com/files/libvpx-${PV}.tar.bz2"
inherit autotools
-CFLAG
G
S += "-fPIC"
+CFLAGS += "-fPIC"
export CC
export LD = "${CC}"