summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-xlib_7.10.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.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.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-xlib_7.10.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb
deleted file mode 100644
index c8eb88fbf6..0000000000
--- a/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1include mesa-common.inc
2
3SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
4 file://talloc-removal.patch \
5 "
6
7SRC_URI[md5sum] = "33fb94eccc02cbb4d8d1365615e38e46"
8SRC_URI[sha256sum] = "bcf28f43f39c28da271c0f5857fb32898d4ade3e035e80a0ceece1c2df6e0aca"
9
10LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d"
11
12PROTO_DEPS = "xf86driproto glproto"
13LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native"
14
15DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native"
16
17PE = "1"
18PR = "r1"
19
20EXTRA_OECONF += "--with-driver=xlib"