From 30803326801b546ceb1a6a09756d797ad4f82634 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 1 Jun 2010 10:49:59 +0200 Subject: [PATCH] libvpx: stage headers in ${includedir}/vpx --- recipes/webm/libvpx_0.9.0.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/webm/libvpx_0.9.0.bb b/recipes/webm/libvpx_0.9.0.bb index aa5d072f09..145d90abc4 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 } -- 2.39.5