summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb2
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb b/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb
index aac7a1c30e..68f89a2310 100644
--- a/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb
+++ b/meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb
@@ -8,7 +8,7 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat
8 8
9DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native python-native" 9DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native python-native"
10 10
11PR = "r1" 11PR = "r2"
12 12
13SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ 13SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
14 file://crossfix.patch \ 14 file://crossfix.patch \
diff --git a/meta/recipes-graphics/mesa/mesa-dri_git.bb b/meta/recipes-graphics/mesa/mesa-dri_git.bb
index c4132d7447..9e32d0aeb0 100644
--- a/meta/recipes-graphics/mesa/mesa-dri_git.bb
+++ b/meta/recipes-graphics/mesa/mesa-dri_git.bb
@@ -13,7 +13,7 @@ DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
13 13
14SRCREV = "1bf94d419805538ac23a4d0b04d31ac5e4487aca" 14SRCREV = "1bf94d419805538ac23a4d0b04d31ac5e4487aca"
15PV = "7.7+git${SRCPV}" 15PV = "7.7+git${SRCPV}"
16PR = "r1" 16PR = "r2"
17 17
18# most of our targets do not have DRI so will use mesa-xlib 18# most of our targets do not have DRI so will use mesa-xlib
19DEFAULT_PREFERENCE = "-1" 19DEFAULT_PREFERENCE = "-1"