Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 9/9] mesa: switch to new staging
Date: Fri, 25 Jun 2010 14:19:43 +0200	[thread overview]
Message-ID: <1277468383-16679-10-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1277468383-16679-1-git-send-email-Martin.Jansa@gmail.com>

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 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
 }
-- 
1.7.0.2




  parent reply	other threads:[~2010-06-25 12:25 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-25 12:19 recipes/mesa cleanup Martin Jansa
2010-06-25 12:19 ` [PATCH 1/9] mesa: remove old 6.0 and 6.4 recipes which are not using any include file Martin Jansa
2010-06-26  8:32   ` Frans Meulenbroeks
2010-06-28 10:28     ` Marcin Juszkiewicz
2010-06-28 11:41       ` Koen Kooi
2010-06-28 12:07         ` Dr. Michael Lauer
2010-06-25 12:19 ` [PATCH 2/9] preferred-om-2008-versions: remove pinned version of mesa/mesa-dri Martin Jansa
2010-06-25 12:19 ` [PATCH 3/9] mesa: remove old releases 6.5.2, 7.0.2 using mesa-mesa.inc Martin Jansa
2010-06-25 12:19 ` [PATCH 4/9] mesa-dri: remove old 7.0.3 and 6.5.2 relase using mesa-common-old.inc Martin Jansa
2010-06-26  8:33   ` Frans Meulenbroeks
2010-06-25 12:19 ` [PATCH 5/9] mesa: remove 7.4 release, which is not pinned in any distro/include config Martin Jansa
2010-06-26  8:33   ` Frans Meulenbroeks
2010-06-26 18:56     ` Michael Smith
2010-06-26 19:23       ` Martin Jansa
2010-06-25 12:19 ` [PATCH 6/9] mesa: move 7.8 release to latest minor 7.8.2 Martin Jansa
2010-06-25 12:19 ` [PATCH 7/9] mesa: move common definitions to include file, change SRC_URI to freedesktop for releases newer than 7.5 Martin Jansa
2010-06-25 12:19 ` [PATCH 8/9] htcdream: don't set PREFERRED_PROVIDER_virtual/libgl to mesa-dri Martin Jansa
2010-06-25 12:19 ` Martin Jansa [this message]
2010-06-25 12:36 ` recipes/mesa cleanup Graeme Gregory
2010-06-25 12:50   ` Henning Heinold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1277468383-16679-10-git-send-email-Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox