From 770cbc076e88f045d33fbba97ff2906e6de4d5fd Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Sat, 27 Nov 2010 09:24:56 +0800 Subject: mesa-xlib: upgrade from 7.8.2 to 7.9 - starting from mesa 7.9, mesa-demos is not bundled with mesa in upstream, so remove the mesa demo in mesa recipes. there will be a seperate recipes to build mesa-demos Signed-off-by: Yu Ke --- meta/recipes-graphics/mesa/mesa-xlib_7.8.2.bb | 22 ---------------------- meta/recipes-graphics/mesa/mesa-xlib_7.9.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-graphics/mesa/mesa-xlib_7.8.2.bb create mode 100644 meta/recipes-graphics/mesa/mesa-xlib_7.9.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.8.2.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.8.2.bb deleted file mode 100644 index 093ad6ed7c..0000000000 --- a/meta/recipes-graphics/mesa/mesa-xlib_7.8.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -include mesa-common.inc - -LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" - -PROTO_DEPS = "xf86driproto glproto" -LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes" - -DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" - -PE = "1" -PR = "r0" - -EXTRA_OECONF += "--with-driver=xlib" - -do_install_append () { - install -d ${D}/${bindir} - install -m 0755 ${S}/progs/xdemos/{glxdemo,glxgears,glxheads,glxinfo} ${D}/${bindir} -} - -PACKAGES =+ "${PN}-xprogs" - -FILES_${PN}-xprogs = "${bindir}/glxdemo ${bindir}/glxgears ${bindir}/glxheads ${bindir}/glxinfo" diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.9.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.9.bb new file mode 100644 index 0000000000..c4d3b31e5c --- /dev/null +++ b/meta/recipes-graphics/mesa/mesa-xlib_7.9.bb @@ -0,0 +1,15 @@ +include mesa-common.inc + +SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2" + +LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1d" + +PROTO_DEPS = "xf86driproto glproto" +LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes talloc libxml2-native" + +DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" + +PE = "1" +PR = "r0" + +EXTRA_OECONF += "--with-driver=xlib" -- cgit 1.2.3-korg