From d64460afde04d1aba6372e840e7e217e99e7bc4b Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Wed, 9 Feb 2011 18:54:47 +0800 Subject: 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 --- meta/recipes-graphics/mesa/mesa-dri_7.10.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics/mesa/mesa-dri_7.10.bb') 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" -- cgit v1.2.3