summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-01-14 16:39:59 +0800
committerSaul Wold <sgw@linux.intel.com>2011-01-18 07:38:03 -0800
commit0b62bd8a95a6500daec6e5fafd5745da74633fc7 (patch)
tree9b19092e5cd60d29c5d3a52ed8a09cfbede8bccc /meta/recipes-graphics/mesa
parent82c8fde5a17d6d9af3793285e2fd725b0c83721d (diff)
downloadpoky-0b62bd8a95a6500daec6e5fafd5745da74633fc7.tar.gz
mesa: upgrade to mesa 7.10
- add SRC_URI checksum - remove the DEFAULT_PREFERENCE for atom_pc, since mesa 7.10 has dependency on GPLv3 talloc. the latest non-GPLv3 one is mesa 7.8.2, atom_pc can use that vesion. Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri_7.10.bb (renamed from meta/recipes-graphics/mesa/mesa-dri_7.9.bb)10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.9.bb b/meta/recipes-graphics/mesa/mesa-dri_7.10.bb
index 313b655d21..3031e4b687 100644
--- a/meta/recipes-graphics/mesa/mesa-dri_7.9.bb
+++ b/meta/recipes-graphics/mesa/mesa-dri_7.10.bb
@@ -6,19 +6,19 @@ PROTO_DEPS = "xf86driproto glproto dri2proto"
6LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \ 6LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \
7 libxml2-native talloc" 7 libxml2-native talloc"
8 8
9DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} mesa-dri-glsl-native" 9DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
10 10
11PR = "r1" 11PR = "r0"
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"
15 15
16SRC_URI[md5sum] = "33fb94eccc02cbb4d8d1365615e38e46"
17SRC_URI[sha256sum] = "bcf28f43f39c28da271c0f5857fb32898d4ade3e035e80a0ceece1c2df6e0aca"
18
16# most of our targets do not have DRI so will use mesa-xlib 19# most of our targets do not have DRI so will use mesa-xlib
17DEFAULT_PREFERENCE = "-1" 20DEFAULT_PREFERENCE = "-1"
18 21
19# Atom PCs have DRI support so use mesa-dri by default
20DEFAULT_PREFERENCE_atom-pc = "1"
21
22LEAD_SONAME = "libGL.so.1" 22LEAD_SONAME = "libGL.so.1"
23 23
24EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium" 24EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium"