[RCAR] Add missing dependency on wayland 05/26705/5
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Tue, 21 Sep 2021 07:34:09 +0000 (09:34 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 29 Oct 2021 08:10:38 +0000 (08:10 +0000)
* Previous RCAR BSP provides lib /usr/lib/libpvrWAYLAND_WSEGL.so inside
  package gles-user-module. Now libpvrWAYLAND_WSEGL.so is in an independent
  package name wayland-wsegl.

Bug-AGL: SPEC-4081

Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Change-Id: I8d7a41332bd6f15394002e3da4d9fdc5f5d3c1f5
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26705
Reviewed-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-bsp/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bbappend

index d690b15..7beb4c2 100644 (file)
@@ -1,5 +1,7 @@
 require checksum_control.inc
 
+RDEPENDS:${PN}:append = " wayland-wsegl"
+
 do_install:append(){
         sed -i 's/MODE="0660", OWNER/MODE="0660", SECLABEL{smack}="*", OWNER/g' ${D}${sysconfdir}/udev/rules.d/72-pvr-seat.rules 
         sed -i 's/GROUP="video"/GROUP="display"/g' ${D}${sysconfdir}/udev/rules.d/72-pvr-seat.rules