aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dri
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-03-01 15:47:36 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-01 16:55:30 +0100
commit0d6078ea083918683dfc8d2f39fd631caace99d7 (patch)
tree8957b0544a0ad75ae869914a46b5e68682890c8b /recipes/dri
parent899adeeaabb9bb44f0520c328603adc6361429ac (diff)
downloadopenembedded-0d6078ea083918683dfc8d2f39fd631caace99d7.tar.gz
mesa-dri, libdrm: use distro override to force same PV for om-gta01 and om-gta02
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/dri')
-rw-r--r--recipes/dri/libdrm_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/dri/libdrm_git.bb b/recipes/dri/libdrm_git.bb
index 305f952d50..641f740dd0 100644
--- a/recipes/dri/libdrm_git.bb
+++ b/recipes/dri/libdrm_git.bb
@@ -1,7 +1,7 @@
SECTION = "x11/base"
LICENSE = "MIT"
SRC_URI = "git://anongit.freedesktop.org/mesa/drm;protocol=git;branch=master"
-SRC_URI_om-gta02 = "git://git.bitwiz.org.uk/libdrm.git;protocol=git;branch=glamo"
+SRC_URI_shr = "git://git.bitwiz.org.uk/libdrm.git;protocol=git;branch=glamo"
PROVIDES = "drm"
DEPENDS = "libpthread-stubs virtual/kernel"
@@ -11,14 +11,15 @@ PV = "2.4.18+gitr${SRCREV}"
PR = "r0"
SRCREV_pn-libdrm ?= "a5c8f55397377994ceeb76ed0ff148ff89eb3a1b"
-SRCREV_pn-libdrm_om-gta02 ?= "b5aec2bd3df736216e86eae28e278172d3ba3362"
+SRCREV_pn-libdrm_shr ?= "b5aec2bd3df736216e86eae28e278172d3ba3362"
DEFAULT_PREFERENCE = "-1"
-DEFAULT_PREFERENCE_om-gta02 = "1"
+DEFAULT_PREFERENCE_shr = "1"
S = "${WORKDIR}/git"
EXTRA_OECONF_append_om-gta02 = " --enable-glamo-experimental-api --disable-radeon --disable-intel"
+EXTRA_OECONF_append_om-gta01 = " --disable-radeon --disable-intel"
inherit autotools pkgconfig