From 31c9cbf547366fc375cbd75de753910617d17310 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 15 Oct 2018 12:12:36 +0300 Subject: renesas: revert to working libgbm The revision of libgbm used in sumo-Yocto-v3.9.0 does not work (egl surface creation fails). Change the revision to the one used in Renesas-Yocto-v3.9.0. Change-Id: I7f076a5237262569071e6639422c8780ac92a4ae Reviewed-by: Mikko Gronoff --- meta-renesas-extras/recipes/wayland/libgbm.bbappend | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-renesas-extras/recipes/wayland/libgbm.bbappend b/meta-renesas-extras/recipes/wayland/libgbm.bbappend index 8d7304b..502c7cc 100644 --- a/meta-renesas-extras/recipes/wayland/libgbm.bbappend +++ b/meta-renesas-extras/recipes/wayland/libgbm.bbappend @@ -30,3 +30,8 @@ PROVIDES += "virtual/libgbm" DEPENDS_append_draak = " udev" + +SRCREV = "a0c7d6c97fe1fffe45eee524060cbb12767c6461" +SRCREV_draak = "bc04aefc9d5322f8b2dc1ecb15d0713bbab684b8" + +SRC_URI = "git://github.com/renesas-rcar/libgbm;branch=rcar-gen3" -- cgit v1.2.3-54-g00ecf