[oe-commits] Martin Jansa : mesa: switch to new staging

git version control git at git.openembedded.org
Fri Jun 25 13:03:50 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jun 22 17:28:25 2010 +0200

mesa: switch to new staging

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Acked-by: Henning Heinold <heinold at inf.fu-berlin.de>
Acked-by: Graeme Gregory <dp at xora.org.uk>

---

 recipes/mesa/mesa-common.inc |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/recipes/mesa/mesa-common.inc b/recipes/mesa/mesa-common.inc
index 51f7873..dd66410 100644
--- a/recipes/mesa/mesa-common.inc
+++ b/recipes/mesa/mesa-common.inc
@@ -4,7 +4,7 @@ DESCRIPTION = "An open source implementation of the OpenGL spec"
 HOMEPAGE = "http://mesa3d.org"
 LICENSE = "MIT"
 
-INC_PR = "r8"
+INC_PR = "r9"
 PE = "2"
 
 PROTO_DEPS = "xf86driproto glproto"
@@ -47,15 +47,12 @@ FILES_libosmesa-dev = "${libdir}/libOSMesa.* ${includedir}/osmesa.h"
 FILES_${PN}-dbg += "${libdir}/dri/.debug/*"
 FILES_libegl-dbg += "${libdir}/egl/.debug/*"
 
-do_stage() {
-        autotools_stage_all
-		install -d ${STAGING_INCDIR}/GL/	
-		cp -pPr ${S}/include/GL/internal* ${STAGING_INCDIR}/GL/
-}
-
+NATIVE_INSTALL_WORKS = "1"
 do_install_append () {
     install -d ${D}/${bindir}
     for i in glxdemo glxgears glxheads glxinfo; do 
         install -m 0755 ${S}/progs/xdemos/${i} ${D}/${bindir}
     done
+    install -d ${D}/${includedir}/GL
+    cp -pPr ${S}/include/GL/internal* ${D}/${includedir}/GL
 }





More information about the Openembedded-commits mailing list