summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb
diff options
context:
space:
mode:
authorDrew Moseley <drew_moseley@mentor.com>2014-06-02 20:23:38 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-06 09:26:03 +0100
commitc0a910b1b946ee871cb1bb8ce1797aff02cb9065 (patch)
tree98198a92d529007f5199ab1e60e1ad22713f671e /meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb
parent65a8c4bb7c7b499a831e1016da3081d37764bcda (diff)
downloadpoky-c0a910b1b946ee871cb1bb8ce1797aff02cb9065.tar.gz
mesa-demos: Use DEMOS_DATA_DIR.
Modify mesa demo apps to respect the DEMOS_DATA_DIR configuration parameter for locating data files. (From OE-Core rev: a6a6cd089352157d35a8730e37153ce9df62ec01) Signed-off-by: Drew Moseley <drew_moseley@mentor.com> 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.1.0.bb')
-rw-r--r--meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb b/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb
index 469b8caf08..f95b0a33a0 100644
--- a/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb
+++ b/meta/recipes-graphics/mesa/mesa-demos_8.1.0.bb
@@ -15,7 +15,8 @@ SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/demos/${PV}/${BPN}-${PV}.tar.bz2 \
15 file://glut.patch \ 15 file://glut.patch \
16 file://egl-mesa-screen-surface-build-fix.patch \ 16 file://egl-mesa-screen-surface-build-fix.patch \
17 file://egl-mesa-screen-surface-query.patch \ 17 file://egl-mesa-screen-surface-query.patch \
18 file://0001-mesa-demos-Add-missing-data-files.patch" 18 file://0001-mesa-demos-Add-missing-data-files.patch \
19 file://0001-mesa-demos-Use-DEMOS_DATA_DIR-to-locate-data-files.patch"
19 20
20SRC_URI[md5sum] = "9df33ba69a26bbfbc7c8148602e59542" 21SRC_URI[md5sum] = "9df33ba69a26bbfbc7c8148602e59542"
21SRC_URI[sha256sum] = "9703fa0646b32a1e68d2abf5628f936f77bf97c69ffcaac90de380820a87a828" 22SRC_URI[sha256sum] = "9703fa0646b32a1e68d2abf5628f936f77bf97c69ffcaac90de380820a87a828"