From 577c89365db585037f5c64af37400a2e5df86d76 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Wed, 9 Feb 2011 19:25:38 +0800 Subject: mesa-xlib: upgrade to 7.10 - add patch to replace GPLv3 talloc with ralloc - add SRC_URI checksum Signed-off-by: Yu Ke --- meta/recipes-graphics/mesa/mesa-xlib_7.10.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta/recipes-graphics/mesa/mesa-xlib_7.10.bb (limited to 'meta/recipes-graphics/mesa/mesa-xlib_7.10.bb') diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb new file mode 100644 index 0000000000..5cc719e628 --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb @@ -0,0 +1,20 @@ +include mesa-common.inc + +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 libxml2-native" + +DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" + +PE = "1" +PR = "r0" + +EXTRA_OECONF += "--with-driver=xlib" -- cgit v1.2.3-54-g00ecf