summaryrefslogtreecommitdiffstats
path: root/recipes/dri
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-02-16 14:46:54 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-02-19 00:51:25 +0100
commit051ef1028996f882f8a871bf504f54058417c0d9 (patch)
tree9260bf8963fc0b87b20d6cc50c32009251942e63 /recipes/dri
parent9ba3f175d5431265f6e1c7f282d7bd7fcb50d757 (diff)
downloadopenembedded-051ef1028996f882f8a871bf504f54058417c0d9.tar.gz
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@gmail.com>
Diffstat (limited to 'recipes/dri')
-rw-r--r--recipes/dri/libdrm_git.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes/dri/libdrm_git.bb b/recipes/dri/libdrm_git.bb
index 1eabc20067..305f952d50 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