summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-04-21 14:43:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-29 14:45:09 +0100
commitf1771b5bfa57db22d1d576b0cba137192a0b5d80 (patch)
tree8c94ef6e94041de6c36724551cc2af38d47363a9 /meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
parentd5bc211255599e88e54b2dd746b65651d10045f3 (diff)
downloadpoky-f1771b5bfa57db22d1d576b0cba137192a0b5d80.tar.gz
mesa-demos: Update to 8.1.0
Removed patches that now appear in the upstream. (From OE-Core rev: 2329297b12e2eade895fff8d3d98722a15e0b7ec) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb b/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
deleted file mode 100644
index 94db7f75d1..0000000000
--- a/meta/recipes-graphics/mesa/mesa-demos_8.0.1.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1SUMMARY = "Mesa demo applications"
2DESCRIPTION = "This package includes the demonstration application, such as glxgears. \
3These applications can be used for Mesa validation and benchmarking."
4HOMEPAGE = "http://mesa3d.org"
5BUGTRACKER = "https://bugs.freedesktop.org"
6SECTION = "x11"
7
8LICENSE = "MIT & PD"
9LIC_FILES_CHKSUM = "file://src/xdemos/glxgears.c;beginline=1;endline=20;md5=914225785450eff644a86c871d3ae00e \
10 file://src/xdemos/glxdemo.c;beginline=1;endline=8;md5=b01d5ab1aee94d35b7efaa2ef48e1a06"
11
12DEPENDS = "virtual/libx11 virtual/libgl glew"
13
14PR = "r4"
15
16SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/demos/${PV}/${BPN}-${PV}.tar.bz2 \
17 file://dso_linking_change_build_fix.patch \
18 file://gles2-info.patch \
19 file://glut.patch \
20 file://egl-mesa-screen-surface-build-fix.patch \
21 file://egl-mesa-screen-surface-query.patch \
22 file://0001-xeglgears-Make-EGL_KHR_image-usage-portable.patch"
23
24SRC_URI[md5sum] = "320c2a4b6edc6faba35d9cb1e2a30bf4"
25SRC_URI[sha256sum] = "4bc7f2b20d17e3eebfec288f2367a435cd2db71fc5ac9ece2c14827e290d77d1"
26
27inherit autotools pkgconfig
28
29EXTRA_OECONF = "--without-glut"