summaryrefslogtreecommitdiffstats
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-24 09:40:31 +0000
commitbee65f99515d2044ebaaebfc2516d3ed88ba8224 (patch)
tree0bd7466106fb0aeba86eb717cc438136c30a762f /meta/recipes-graphics/eglinfo/eglinfo.inc
parent6296c0f9ab1f73b28de726a297a42e7c7e3f26aa (diff)
downloadpoky-bee65f99515d2044ebaaebfc2516d3ed88ba8224.tar.gz
eglinfo: Fix build on raspberrypi
(From OE-Core rev: 41c85bcf121ecaeae8097c9874fda51d8a4f2b4a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"
6 6
7DEPENDS = "virtual/egl" 7DEPENDS = "virtual/egl"
8 8
9SRC_URI = "git://github.com/dv1/eglinfo.git;branch=master" 9SRC_URI = "git://github.com/dv1/eglinfo.git;branch=master \
10 file://0001-Add-STAGING_INCDIR-to-searchpath-for-egl-headers.patch \
11 "
10SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de" 12SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de"
11 13
12S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"