From ebec505a4b8ad25f3345a0a74f62f427d19d86a9 Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Tue, 22 May 2018 10:15:39 +0700 Subject: rcar-gen3: mesa: Remove corresponding libwayland-egl entries In YP2.6, wayland was upgraded to 1.15.0. From Wayland official announcement: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html | libwayland-egl is now part of libwayland, and will presumably be removed | from mesa in the not too distant future. This commit updates mesa recipe to remove libwayland-egl entries. Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc') diff --git a/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc b/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc index 55b8c15..0aa77e0 100644 --- a/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc +++ b/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc @@ -11,8 +11,8 @@ PACKAGES_remove = " \ libegl-mesa-dev libegl-mesa \ libegl-dev libegl \ libgles2-mesa libgles2-mesa-dev \ + libwayland-egl libwayland-egl-dev \ " -INSTALLED_HEADER = "src/egl/wayland/wayland-egl/wayland-egl-priv.h" do_install_append() { # Remove libegl-mesa modules and headers @@ -21,13 +21,4 @@ do_install_append() { rm -f ${D}/${libdir}/pkgconfig/egl.pc rm -rf ${D}/${includedir}/EGL rm -rf ${D}/${includedir}/KHR - - # install required header for wayland - install -d ${D}/usr/include - install -m 644 ${S}/${INSTALLED_HEADER} ${D}/usr/include/ } - -FILES_libwayland-egl-dev += " \ - /usr/include \ - /usr/include/*.h \ -" -- cgit 1.2.3-korg