diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2018-10-15 12:12:36 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2018-10-15 10:47:31 +0000 |
commit | 31c9cbf547366fc375cbd75de753910617d17310 (patch) | |
tree | 0fe5e21a1b615241baa9fd5764d5a93f8822df7e | |
parent | 948a2cc72781de1fafad5eaede5df7f7a3a3d84b (diff) | |
download | meta-boot2qt-31c9cbf547366fc375cbd75de753910617d17310.tar.gz |
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 <mikko.gronoff@qt.io>
-rw-r--r-- | meta-renesas-extras/recipes/wayland/libgbm.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ | |||
30 | PROVIDES += "virtual/libgbm" | 30 | PROVIDES += "virtual/libgbm" |
31 | 31 | ||
32 | DEPENDS_append_draak = " udev" | 32 | DEPENDS_append_draak = " udev" |
33 | |||
34 | SRCREV = "a0c7d6c97fe1fffe45eee524060cbb12767c6461" | ||
35 | SRCREV_draak = "bc04aefc9d5322f8b2dc1ecb15d0713bbab684b8" | ||
36 | |||
37 | SRC_URI = "git://github.com/renesas-rcar/libgbm;branch=rcar-gen3" | ||