[oe-commits] Koen Kooi : libgles-omap3: work around SDK bugs in packaging

GIT User account git at amethyst.openembedded.net
Tue Jan 6 08:36:42 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jan  4 19:02:56 2009 +0100

libgles-omap3: work around SDK bugs in packaging

---

 packages/powervr-drivers/libgles-omap3_1.0.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/packages/powervr-drivers/libgles-omap3_1.0.bb b/packages/powervr-drivers/libgles-omap3_1.0.bb
index c709232..b18b7a4 100644
--- a/packages/powervr-drivers/libgles-omap3_1.0.bb
+++ b/packages/powervr-drivers/libgles-omap3_1.0.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "libGLES for the omap3"
 LICENCE = "proprietary-binary"
-PR = "r5"
+PR = "r6"
 
 # Put "OMAP35x_Graphics_SDK_setuplinux_3_00_00_01.bin" in the same directory as this recipe
 SRC_URI = "file://OMAP35x_Graphics_SDK_setuplinux_3_00_00_01.bin \
@@ -71,6 +71,9 @@ do_stage () {
 	cp -pPR ${S}/GFX_Linux_SDK/OGLES2/SDKPackage/Builds/OGLES2/Include/*  ${STAGING_INCDIR}/
 }
 
+# Quality control is really poor on these SDKs, so hack around the latest madness:
+FILES_${PN} += "${libdir}/*.so"
+FILES_${PN}-dev = "${includedir}"
 
 pkg_postinst() {
 #!/bin/sh





More information about the Openembedded-commits mailing list