aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@renesas.com>2018-05-22 10:15:39 +0700
committerKhang Nguyen <khang.nguyen.xw@renesas.com>2019-09-24 08:16:25 +0700
commit65e2825fda6763fd109c5322dd08a74640645a0f (patch)
tree9ea5de5bfdd7c998bb2947cbf46dc0c2239be6cc
parent968e92ffdf65402dac9e54d37970f81177fc3191 (diff)
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 <thuy.tran.xh@renesas.com> Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: Id3daa83cd477999805e7e1086ebf4ad573bf0cab
-rw-r--r--meta-rcar-gen3/recipes-graphics/mesa/mesa-wayland.inc11
1 files changed, 1 insertions, 10 deletions
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 \
-"