[oe-commits] Koen Kooi : libvpx: stage headers in ${includedir}/vpx

git version control git at git.openembedded.org
Tue Jun 1 10:10:31 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jun  1 10:49:59 2010 +0200

libvpx: stage headers in ${includedir}/vpx

---

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

diff --git a/recipes/webm/libvpx_0.9.0.bb b/recipes/webm/libvpx_0.9.0.bb
index aa5d072..145d90a 100644
--- 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
 }
 





More information about the Openembedded-commits mailing list