summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/eglinfo
diff options
context:
space:
mode:
authorValentin Popa <valentin.popa@intel.com>2014-05-21 19:33:17 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-27 16:11:55 +0100
commitf3d62a9eb9c47356e6150fdd55f790c159e620c7 (patch)
tree761aa44f22f20868279587e5518dace49b976243 /meta/recipes-graphics/eglinfo
parent77841c94c1ac9b78d778e1c1322dc70c418a96a4 (diff)
downloadpoky-f3d62a9eb9c47356e6150fdd55f790c159e620c7.tar.gz
eglinfo: updated to compile with mesa10+
Updated to the newer 4b317648ec6cf39556a9e5d8078f605bc0edd5de. (From OE-Core rev: 9948e4239b88026804c33d84830dbfe6b0ed3e59) Signed-off-by: Valentin Popa <valentin.popa@intel.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/eglinfo')
-rw-r--r--meta/recipes-graphics/eglinfo/eglinfo.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/eglinfo/eglinfo.inc b/meta/recipes-graphics/eglinfo/eglinfo.inc
index 785e7f15f3..b87688af72 100644
--- a/meta/recipes-graphics/eglinfo/eglinfo.inc
+++ b/meta/recipes-graphics/eglinfo/eglinfo.inc
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8d4f33bc3add976f7dfae85dab66f03c"
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"
10SRCREV = "4a49ff59545d9b6a8222badab64115f89d3a6774" 10SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13