From 577c89365db585037f5c64af37400a2e5df86d76 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Wed, 9 Feb 2011 19:25:38 +0800 Subject: [PATCH] mesa-xlib: upgrade to 7.10 - add patch to replace GPLv3 talloc with ralloc - add SRC_URI checksum Signed-off-by: Yu Ke --- .../mesa/{mesa-xlib_7.9.bb => mesa-xlib_7.10.bb} | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) rename meta/recipes-graphics/mesa/{mesa-xlib_7.9.bb => mesa-xlib_7.10.bb} (60%) diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.9.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb similarity index 60% rename from meta/recipes-graphics/mesa/mesa-xlib_7.9.bb rename to meta/recipes-graphics/mesa/mesa-xlib_7.10.bb index a816e932ba..5cc719e628 100644 --- a/meta/recipes-graphics/mesa/mesa-xlib_7.9.bb +++ b/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb @@ -1,15 +1,20 @@ include mesa-common.inc -SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2" +SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ + file://talloc-removal.patch \ + " + +SRC_URI[md5sum] = "33fb94eccc02cbb4d8d1365615e38e46" +SRC_URI[sha256sum] = "bcf28f43f39c28da271c0f5857fb32898d4ade3e035e80a0ceece1c2df6e0aca" LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" PROTO_DEPS = "xf86driproto glproto" -LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes talloc libxml2-native" +LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native" DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" PE = "1" -PR = "r1" +PR = "r0" EXTRA_OECONF += "--with-driver=xlib" -- 2.40.1