diff options
author | Valentin Popa <valentin.popa@intel.com> | 2014-05-21 19:33:17 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-27 16:11:55 +0100 |
commit | f3d62a9eb9c47356e6150fdd55f790c159e620c7 (patch) | |
tree | 761aa44f22f20868279587e5518dace49b976243 | |
parent | 77841c94c1ac9b78d778e1c1322dc70c418a96a4 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-graphics/eglinfo/eglinfo.inc | 2 |
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" | |||
7 | DEPENDS = "virtual/egl" | 7 | DEPENDS = "virtual/egl" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/dv1/eglinfo.git;branch=master" | 9 | SRC_URI = "git://github.com/dv1/eglinfo.git;branch=master" |
10 | SRCREV = "4a49ff59545d9b6a8222badab64115f89d3a6774" | 10 | SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||