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:
6edd8c5
)
libvpx: stage headers in ${includedir}/vpx
author
Koen Kooi
<koen@openembedded.org>
Tue, 1 Jun 2010 08:49:59 +0000
(10:49 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 1 Jun 2010 10:09:05 +0000
(12:09 +0200)
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
aa5d072
..
145d90a
100644
(file)
--- a/
recipes/webm/libvpx_0.9.0.bb
+++ b/
recipes/webm/libvpx_0.9.0.bb
@@
-1,6
+1,8
@@
DESCRIPTION = "vpx Multi-Format Codec SDK"
LICENSE = "VP8"
+PR = "r1"
+
SRC_URI = "http://webm.googlecode.com/files/libvpx-${PV}.tar.bz2"
SRC_URI[md5sum] = "9eb8e818d2f3263623c258fe66924082"
@@
-27,5
+29,7
@@
do_install() {
oe_runmake install
install -d ${D}${prefix}
cp -r ${S}/vpx-vp8-nopost-nodocs*${PV}/* ${D}${prefix}/
+ install -d ${D}${includedir}/vpx
+ mv ${D}${includedir}/*.h ${D}${includedir}/vpx
}