summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-04-07 16:47:37 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-18 05:49:41 +0100
commitc00288e0d48d927a97216bfa760fe34c871b7981 (patch)
treeb3a6acb75ba975cbe9039f6eb18a9d544e08e892 /meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb
parentd890254ee571447dfb5d7bde7545254acfa10eb9 (diff)
downloadpoky-c00288e0d48d927a97216bfa760fe34c871b7981.tar.gz
mesa: upgrade to 7.10.2
- also remove the talloc-removal.patch because it is already included in this version (From OE-Core rev: a59cb20da8eb66edcf6e99ca926609ecb80c5ae6) Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb
new file mode 100644
index 0000000000..b77df2c666
--- /dev/null
+++ b/meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb
@@ -0,0 +1,19 @@
1include mesa-common.inc
2
3SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
4 "
5
6SRC_URI[md5sum] = "f5de82852f1243f42cc004039e10b771"
7SRC_URI[sha256sum] = "8ced2678ce11cf30804694a92ea3ca6b82f158ae8995bdc626c7e85aac71c7c1"
8
9LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d"
10
11PROTO_DEPS = "xf86driproto glproto"
12LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native"
13
14DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native"
15
16PE = "1"
17PR = "r0"
18
19EXTRA_OECONF += "--with-driver=xlib"