summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/mesa/mesa-dri_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:44:06 +0100
commita59cb20da8eb66edcf6e99ca926609ecb80c5ae6 (patch)
treea9e44f1039b23ea048bf1923c19d52933590f495 /meta/recipes-graphics/mesa/mesa-dri_7.10.bb
parentfe051ffdbad7e87fc8dfdb2017ca79ca1f533edc (diff)
downloadopenembedded-core-a59cb20da8eb66edcf6e99ca926609ecb80c5ae6.tar.gz
openembedded-core-a59cb20da8eb66edcf6e99ca926609ecb80c5ae6.tar.bz2
openembedded-core-a59cb20da8eb66edcf6e99ca926609ecb80c5ae6.tar.xz
openembedded-core-a59cb20da8eb66edcf6e99ca926609ecb80c5ae6.zip
mesa: upgrade to 7.10.2
- also remove the talloc-removal.patch because it is already included in this version Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-dri_7.10.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri_7.10.bb42
1 files changed, 0 insertions, 42 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.10.bb b/meta/recipes-graphics/mesa/mesa-dri_7.10.bb
deleted file mode 100644
index 1865dd46b..000000000
--- a/meta/recipes-graphics/mesa/mesa-dri_7.10.bb
+++ /dev/null
@@ -1,42 +0,0 @@
-include mesa-common.inc
-
-LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d"
-
-PROTO_DEPS = "xf86driproto glproto dri2proto"
-LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \
- libxml2-native"
-
-DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native"
-
-PR = "r3"
-
-SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
- file://talloc-removal.patch \
- file://crossfix.patch"
-
-SRC_URI[md5sum] = "33fb94eccc02cbb4d8d1365615e38e46"
-SRC_URI[sha256sum] = "bcf28f43f39c28da271c0f5857fb32898d4ade3e035e80a0ceece1c2df6e0aca"
-
-# most of our targets do not have DRI so will use mesa-xlib
-DEFAULT_PREFERENCE = "-1"
-
-# Atom PCs have DRI support so use mesa-dri by default
-DEFAULT_PREFERENCE_atom-pc = "1"
-
-LEAD_SONAME = "libGL.so.1"
-
-EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium"
-
-python populate_packages_prepend() {
- import os.path
-
- dri_drivers_root = os.path.join(bb.data.getVar('libdir', d, 1), "dri")
-
- do_split_packages(d, dri_drivers_root, '^(.*)_dri\.so$', 'mesa-dri-driver-%s', 'Mesa %s DRI driver', extra_depends='')
-}
-
-COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
-
-PACKAGES_DYNAMIC = "mesa-dri-driver-*"
-
-FILES_${PN}-dbg += "${libdir}/dri/.debug/*"