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>
This commit is contained in:
Yu Ke 2011-02-09 18:54:47 +08:00 committed by Richard Purdie
parent 068417289a
commit d64460afde
2 changed files with 15574 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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"