summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/mesa/mesa-dri_7.10.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-02-09 18:54:47 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2011-02-09 22:45:47 +0000
commitd64460afde04d1aba6372e840e7e217e99e7bc4b (patch)
treebd9b92538920b4e3cc724f4216ada6667564178b /meta/recipes-graphics/mesa/mesa-dri_7.10.bb
parent068417289a4aeddc1cb18a7b102cd542ab283a92 (diff)
downloadopenembedded-core-d64460afde04d1aba6372e840e7e217e99e7bc4b.tar.gz
openembedded-core-d64460afde04d1aba6372e840e7e217e99e7bc4b.tar.bz2
openembedded-core-d64460afde04d1aba6372e840e7e217e99e7bc4b.tar.xz
openembedded-core-d64460afde04d1aba6372e840e7e217e99e7bc4b.zip
mesa-dri-7.10: replace GPLv3 talloc with MIT-x licensed ralloc
mesa 7.10.1 devel branch has the patch to replace talloc with ralloc. so add a patch to sync with 7.10.1 devel branch. 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.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.10.bb b/meta/recipes-graphics/mesa/mesa-dri_7.10.bb
index 3031e4b68..1984ff6a5 100644
--- a/meta/recipes-graphics/mesa/mesa-dri_7.10.bb
+++ b/meta/recipes-graphics/mesa/mesa-dri_7.10.bb
@@ -4,13 +4,14 @@ LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1
PROTO_DEPS = "xf86driproto glproto dri2proto"
LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat \
- libxml2-native talloc"
+ libxml2-native"
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
-PR = "r0"
+PR = "r1"
SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
+ file://talloc-removal.patch \
file://crossfix.patch"
SRC_URI[md5sum] = "33fb94eccc02cbb4d8d1365615e38e46"