diff options
author | Yu Ke <ke.yu@intel.com> | 2011-04-07 16:47:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 05:49:41 +0100 |
commit | c00288e0d48d927a97216bfa760fe34c871b7981 (patch) | |
tree | b3a6acb75ba975cbe9039f6eb18a9d544e08e892 /meta/recipes-graphics/mesa/mesa-xlib_7.10.2.bb | |
parent | d890254ee571447dfb5d7bde7545254acfa10eb9 (diff) | |
download | poky-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.bb | 19 |
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 @@ | |||
1 | include mesa-common.inc | ||
2 | |||
3 | SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ | ||
4 | " | ||
5 | |||
6 | SRC_URI[md5sum] = "f5de82852f1243f42cc004039e10b771" | ||
7 | SRC_URI[sha256sum] = "8ced2678ce11cf30804694a92ea3ca6b82f158ae8995bdc626c7e85aac71c7c1" | ||
8 | |||
9 | LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" | ||
10 | |||
11 | PROTO_DEPS = "xf86driproto glproto" | ||
12 | LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native" | ||
13 | |||
14 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native" | ||
15 | |||
16 | PE = "1" | ||
17 | PR = "r0" | ||
18 | |||
19 | EXTRA_OECONF += "--with-driver=xlib" | ||