From 65e2825fda6763fd109c5322dd08a74640645a0f 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.7, wayland was upgraded to 1.17.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: Khang Nguyen Signed-off-by: Takamitsu Honda Change-Id: Id3daa83cd477999805e7e1086ebf4ad573bf0cab --- 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') diff --git a/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc b/meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc index ad4a0b2..eee6863 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