diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2016-01-28 09:10:59 +0000 |
---|---|---|
committer | Manuel Bachmann <mbc@iot.bzh> | 2016-01-28 11:46:31 +0000 |
commit | 294ed7df5328269d9f763adccb331f407bbbe651 (patch) | |
tree | 172d049b8b9aa5922335c0e0590a22c6e6289d91 /meta-rcar-gen2/recipes-graphics/wayland/libegl.bb | |
parent | 047d1f920d892edf807156f3dbbc5184e90734aa (diff) |
r-car m2: Revert "EGL_NO_DISPLAY workaroud", update libegl
The previous workaround will not not be necessary anymore
to run Weston 1.8.0 on Porter, once we update the Renesas-
specific libegl.
This reverts commit d76a274af819a7cff4ef5c70de459de7bc68755a.
This updates libegl.
Change-Id: Ie8bedd0c6a47d05e9c5ec86ec63f035ac61dbb84
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2/recipes-graphics/wayland/libegl.bb')
-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 49076a4..5f29449 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 = "ee4bce93878d02a144ae6ebfba1eff28fe9b4442" +SRCREV = "02b559098042a0aeb9ac63eece547868a140fa46" SRC_URI = "git://github.com/thayama/libegl;protocol=git;branch=master \ file://0001-libegl-Remove-duplicate-header-files-of-gles-user-mo.patch" |