aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mesa/mesa-xlib_7.6.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-22 14:35:41 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-25 15:03:26 +0200
commitabbc5acc0f13e98b7abee03f989db3a29ce6aac9 (patch)
tree3e97e757921ff69a9a5ebebf649b8f9e9e327999 /recipes/mesa/mesa-xlib_7.6.bb
parent02fdabdbaffc37a206034e6ee2efd3ab9e908f1d (diff)
downloadopenembedded-abbc5acc0f13e98b7abee03f989db3a29ce6aac9.tar.gz
mesa: move common definitions to include file, change SRC_URI to freedesktop for releases newer than 7.5
* drop eee901 override (no such machine in OE, dropped from poky http://git.pokylinux.org/cgit.cgi/poky/commit/?id=542eb3b16dc1c6fa7920257219ed5dac0b95c257) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de> Acked-by: Graeme Gregory <dp@xora.org.uk>
Diffstat (limited to 'recipes/mesa/mesa-xlib_7.6.bb')
-rw-r--r--recipes/mesa/mesa-xlib_7.6.bb21
1 files changed, 3 insertions, 18 deletions
diff --git a/recipes/mesa/mesa-xlib_7.6.bb b/recipes/mesa/mesa-xlib_7.6.bb
index e81c5857bf..93bb8cd19b 100644
--- a/recipes/mesa/mesa-xlib_7.6.bb
+++ b/recipes/mesa/mesa-xlib_7.6.bb
@@ -1,19 +1,4 @@
-include mesa-common.inc
-
-PROTO_DEPS = "xf86driproto glproto"
-LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes"
-
-DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
-
-SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive \
- ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaDemos-${PV}.tar.bz2;name=demos \
- "
-
+require mesa-common.inc
+require mesa-${PV}.inc
+require mesa-xlib.inc
PR = "${INC_PR}.0"
-
-EXTRA_OECONF += "--disable-gallium --with-driver=xlib"
-
-SRC_URI[archive.md5sum] = "8c75f90cd0303cfac9e4b6d54f6759ca"
-SRC_URI[archive.sha256sum] = "782a7b2810b1c466b3a994eba96485b59b47cc1120c0caa24de1aecf1e013830"
-SRC_URI[demos.md5sum] = "0ede7adf217951acd90dbe4551210c07"
-SRC_URI[demos.sha256sum] = "2fdf09fd7967fb1946e7f6af07d39c9fb695c373e1bad3855d3c3fbece5badd0"