[oe-commits] Koen Kooi : libgles-omap3: stage openvg headers as well

git version control git at git.openembedded.org
Fri Jul 24 08:54:07 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Jul 24 10:53:32 2009 +0200

libgles-omap3: stage openvg headers as well

---

 recipes/powervr-drivers/libgles-omap3.inc          |    6 ++++--
 .../powervr-drivers/libgles-omap3_3.00.00.09.bb    |    2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/recipes/powervr-drivers/libgles-omap3.inc b/recipes/powervr-drivers/libgles-omap3.inc
index 7896322..f681ebb 100644
--- a/recipes/powervr-drivers/libgles-omap3.inc
+++ b/recipes/powervr-drivers/libgles-omap3.inc
@@ -98,7 +98,8 @@ do_install () {
 	cp -pPR ${S}/GFX_Linux_SDK/OGLES/SDKPackage/Builds/OGLES/Include/* ${D}${includedir}/
 	cp -pPR ${S}/GFX_Linux_SDK/OGLES/SDKPackage/Builds/OGLES/LinuxOMAP3/Include/GLES/* ${D}${includedir}/GLES/
 	cp -pPr ${S}/GFX_Linux_SDK/OGLES2/SDKPackage/Builds/OGLES2/LinuxOMAP3/Include/GLES/* ${D}${includedir}/GLES2/
-	cp -PPr ${S}/include/*.h ${D}${includedir} || true
+	cp -pPr ${S}/GFX_Linux_SDK/OVG/SDKPackage/Builds/OVG/Include/v* ${D}${includedir}/
+	cp -pPr ${S}/include/*.h ${D}${includedir} || true
 	
 	install -d ${D}${sysconfdir}/init.d/
 	cp -pP ${WORKDIR}/rc.pvr ${D}${sysconfdir}/init.d/pvr-init
@@ -127,7 +128,8 @@ do_stage () {
     cp -pPR ${S}/GFX_Linux_SDK/OGLES/SDKPackage/Builds/OGLES/Include/* ${STAGING_INCDIR}/
     cp -pPR ${S}/GFX_Linux_SDK/OGLES/SDKPackage/Builds/OGLES/LinuxOMAP3/Include/GLES/* ${STAGING_INCDIR}/GLES/
     cp -pPr ${S}/GFX_Linux_SDK/OGLES2/SDKPackage/Builds/OGLES2/LinuxOMAP3/Include/GLES/* ${STAGING_INCDIR}/GLES2/
-	cp -PPr ${S}/include/*.h ${STAGING_INCDIR} || true
+	cp -pPr ${S}/include/*.h ${STAGING_INCDIR} || true
+	cp -pPr ${S}/GFX_Linux_SDK/OVG/SDKPackage/Builds/OVG/Include/v* ${STAGING_INCDIR}/
 }
 
 pkg_postinst() {
diff --git a/recipes/powervr-drivers/libgles-omap3_3.00.00.09.bb b/recipes/powervr-drivers/libgles-omap3_3.00.00.09.bb
index 6a04e83..2918dee 100644
--- a/recipes/powervr-drivers/libgles-omap3_3.00.00.09.bb
+++ b/recipes/powervr-drivers/libgles-omap3_3.00.00.09.bb
@@ -2,6 +2,8 @@ require libgles-omap3.inc
 
 DEFAULT_PREFERENCE = "-1"
 
+PR = "r1"
+
 SGXPV = "3_00_00_09"
 IMGPV = "1.3.13.1832"
 BINFILE := "OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin"





More information about the Openembedded-commits mailing list