aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/eglinfo/eglinfo.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-01-13 16:20:51 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-22 23:42:54 +0000
commit41c85bcf121ecaeae8097c9874fda51d8a4f2b4a (patch)
treea957adac144a76e42790b85efd474974bbab7ec5 /meta/recipes-graphics/eglinfo/eglinfo.inc
parentcdb858caadd81d3bdc9ea3fd596e3eab84ec2d81 (diff)
downloadopenembedded-core-contrib-41c85bcf121ecaeae8097c9874fda51d8a4f2b4a.tar.gz
eglinfo: Fix build on raspberrypi
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-graphics/eglinfo/eglinfo.inc')
-rw-r--r--meta/recipes-graphics/eglinfo/eglinfo.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-graphics/eglinfo/eglinfo.inc b/meta/recipes-graphics/eglinfo/eglinfo.inc
index fb891755db..d0c0c27619 100644
--- a/meta/recipes-graphics/eglinfo/eglinfo.inc
+++ b/meta/recipes-graphics/eglinfo/eglinfo.inc
@@ -6,7 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8d4f33bc3add976f7dfae85dab66f03c"
DEPENDS = "virtual/egl"
-SRC_URI = "git://github.com/dv1/eglinfo.git;branch=master"
+SRC_URI = "git://github.com/dv1/eglinfo.git;branch=master \
+ file://0001-Add-STAGING_INCDIR-to-searchpath-for-egl-headers.patch \
+ "
SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de"
S = "${WORKDIR}/git"