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:10:25 +0100 |
commit | 9948e4239b88026804c33d84830dbfe6b0ed3e59 (patch) | |
tree | 4315787eecfbfc30ad9501cf0a338d19b435102e /meta/recipes-graphics/eglinfo/eglinfo.inc | |
parent | afa3e8943d9e52a2d20ceea1e6a02a3133ef79fa (diff) | |
download | openembedded-core-9948e4239b88026804c33d84830dbfe6b0ed3e59.tar.gz openembedded-core-9948e4239b88026804c33d84830dbfe6b0ed3e59.tar.bz2 openembedded-core-9948e4239b88026804c33d84830dbfe6b0ed3e59.zip |
eglinfo: updated to compile with mesa10+
Updated to the newer 4b317648ec6cf39556a9e5d8078f605bc0edd5de.
Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/eglinfo/eglinfo.inc')
-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" DEPENDS = "virtual/egl" SRC_URI = "git://github.com/dv1/eglinfo.git;branch=master" -SRCREV = "4a49ff59545d9b6a8222badab64115f89d3a6774" +SRCREV = "4b317648ec6cf39556a9e5d8078f605bc0edd5de" S = "${WORKDIR}/git" |