summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2023-08-20 11:10:24 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-09-04 13:06:14 +0000
commit452232c0acd8753bc70aa0af04171f606e132be0 (patch)
tree13e9f94014d1431da5e3b9bcc1d6c7dc2162da75 /meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb
parente377ee5b8bf34061b633f5d14ea7f704b20b5c26 (diff)
Fix agl IC demo is not show both screen
In R-Car platform such as ref-hw is not show cluster and ivi screen. It cause by installing gles-user-module-firmware into guest image. gles-user-module-firmware is installed by kernel-module-gles dependency. kernel-module-gles is installed by MACHINE_EXTRA_RRECOMMENDS from agl_rcar.inc, but this environment variable can't delete in guest build. This patch fix this issue. Bug-AGL: SPEC-4888 Change-Id: Ica0f8d6ef48d30333bbccdff7380471b11ad063c Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb')
-rw-r--r--meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb b/meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb
index f14df8aa..568eb066 100644
--- a/meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb
+++ b/meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb
@@ -40,4 +40,4 @@ FILES:${PN} += " \
SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE:${PN} = "momiscreen.service"
-RDEPENDS:${PN} = "qtsvg "
+RDEPENDS:${PN} = "qtsvg qtsvg-plugins qtsvg-qmlplugins"