[oe-commits] Martin Jansa : libdrm: update PV, SRCREV after 2.4.18 release, needed for newer mesa-dri

git version control git at git.openembedded.org
Fri Feb 19 00:05:17 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 051ef1028996f882f8a871bf504f54058417c0d9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=051ef1028996f882f8a871bf504f54058417c0d9

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Feb 16 14:46:54 2010 +0100

libdrm: update PV, SRCREV after 2.4.18 release, needed for newer mesa-dri

* disable radeon and enable libkms for om-gta02

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/distro/include/sane-srcrevs.inc |    2 --
 recipes/dri/libdrm_git.bb            |    9 ++++++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index efc3567..e74944c 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -110,8 +110,6 @@ SRCREV_pn-intuition ?= "194"
 SRCREV_pn-kismet ?= "2285"
 SRCREV_pn-kismet-newcore ?= "2285"
 SRCREV_pn-libcalenabler2 ?= "1410"
-SRCREV_pn-libdrm ?= "89cc98c0d5c1b43a883f13210c472339dde1a4cf"
-SRCREV_pn-libdrm_om-gta02 ?= "67a3eb2188a38a5000af0ad4ac3a0eba43cab574"
 SRCREV_pn-libefso ?= "194"
 SRCREV_pn-libfakekey ?= "1455"
 SRCREV_pn-libframeworkd-phonegui ?= "9d7ca1cecb93022e5b890cd87756ac6f072710ca"
diff --git a/recipes/dri/libdrm_git.bb b/recipes/dri/libdrm_git.bb
index 1eabc20..305f952 100644
--- a/recipes/dri/libdrm_git.bb
+++ b/recipes/dri/libdrm_git.bb
@@ -7,15 +7,18 @@ PROVIDES = "drm"
 DEPENDS = "libpthread-stubs virtual/kernel"
 
 PE = "1"
-PV = "2.4.15+gitr${SRCREV}"
-PR = "r1"
+PV = "2.4.18+gitr${SRCREV}"
+PR = "r0"
+
+SRCREV_pn-libdrm ?= "a5c8f55397377994ceeb76ed0ff148ff89eb3a1b"
+SRCREV_pn-libdrm_om-gta02 ?= "b5aec2bd3df736216e86eae28e278172d3ba3362"
 
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_om-gta02 = "1"
 
 S = "${WORKDIR}/git"
 
-EXTRA_OECONF_append_om-gta02 = " --enable-glamo-experimental-api --disable-intel"
+EXTRA_OECONF_append_om-gta02 = " --enable-glamo-experimental-api --disable-radeon --disable-intel"
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list