[oe-commits] Koen Kooi : libgles-omap3: provide virtual/egl

GIT User account git at amethyst.openembedded.net
Sun Feb 8 18:31:49 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Feb  8 19:09:54 2009 +0100

libgles-omap3: provide virtual/egl

---

 packages/powervr-drivers/libgles-omap3.inc |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/packages/powervr-drivers/libgles-omap3.inc b/packages/powervr-drivers/libgles-omap3.inc
index af31429..36c2b6e 100644
--- a/packages/powervr-drivers/libgles-omap3.inc
+++ b/packages/powervr-drivers/libgles-omap3.inc
@@ -1,6 +1,8 @@
 DESCRIPTION = "libGLES for the omap3"
 LICENCE = "proprietary-binary"
 
+PROVIDES += "virtual/egl"
+
 # Put "OMAP35x_Graphics_SDK_setuplinux_3_00_00_05.bin" in the same directory as this recipe
 SRC_URI = "file://OMAP35x_Graphics_SDK_setuplinux_${SGXPV}.bin \
            file://rc.pvr \
@@ -66,6 +68,10 @@ do_install () {
 	
 	install -d ${D}${sysconfdir}/init.d/
 	cp -pP ${WORKDIR}/rc.pvr ${D}${sysconfdir}/init.d/pvr-init
+
+	install -d ${D}${sysconfdir}
+	echo "[default]" > ${D}${sysconfdir}/powervr.ini
+	echo "WindowSystem=libpvrPVR2D_FRONTWSEGL.so" >> ${D}${sysconfdir}/powervr.ini
 }
 
 do_stage () {





More information about the Openembedded-commits mailing list