aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/piglit/piglit_git.bb
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linaro.org>2017-11-28 11:03:23 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-09 14:36:59 +0000
commitfba2c9309ede86608f985adf46592c31b5d446ca (patch)
tree40463c3ff2c1b5e40c107837e8d7b826ae154a8f /meta/recipes-graphics/piglit/piglit_git.bb
parent303d6ca5ae986acd2e633b0dc5e386ee7771f8ab (diff)
downloadopenembedded-core-contrib-fba2c9309ede86608f985adf46592c31b5d446ca.tar.gz
recipes-graphics/piglit: Add patch to fix build in some platforms
The entry point is not guaranteed to exist, so use the piglit_egl_get_default_display() helper which does the correct thing. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org> Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/piglit/piglit_git.bb')
-rw-r--r--meta/recipes-graphics/piglit/piglit_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index bbe9a88969..9471bd08c4 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b2beded7103a3d8a442a2a0391d607b0"
SRC_URI = "git://anongit.freedesktop.org/piglit \
file://0001-cmake-install-bash-completions-in-the-right-place.patch \
file://0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch \
+ file://0001-tests-egl-egl-context-priority.c-Use-piglit_egl_get_.patch \
"
UPSTREAM_CHECK_COMMITS = "1"