diff options
author | Ronan <ronan.lemartret@iot.bzh> | 2016-10-21 11:48:16 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-11 19:19:38 +0000 |
commit | 463de367193881921206cecf529b4b07882c8f90 (patch) | |
tree | 7e73cf62198c83963f5d8092a05a9ed95e29110c /meta-rcar-gen2 | |
parent | cc8813b50ff95f312ef5557b6a9514b690ed2ccd (diff) |
update libegl
Change-Id: Ie61fdb1786603bf5a6529a8e159da47bee324a57
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2')
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/wayland/libegl.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen2/recipes-graphics/wayland/libegl.bb b/meta-rcar-gen2/recipes-graphics/wayland/libegl.bb index 5f29449..5fffe16 100644 --- a/meta-rcar-gen2/recipes-graphics/wayland/libegl.bb +++ b/meta-rcar-gen2/recipes-graphics/wayland/libegl.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "(r8a7790|r8a7791|r8a7793|r8a7794)" RPROVIDES_${PN} = "${@base_contains("DISTRO_FEATURES", "wayland", "libEGL.so", "", d)}" PROVIDES = "${@base_contains("DISTRO_FEATURES", "wayland", "virtual/egl", "", d)}" -SRCREV = "02b559098042a0aeb9ac63eece547868a140fa46" +SRCREV = "7b09cce97e8658ba927e71f1af43360c4cc392b7" SRC_URI = "git://github.com/thayama/libegl;protocol=git;branch=master \ file://0001-libegl-Remove-duplicate-header-files-of-gles-user-mo.patch" |