summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-demo/momiplay
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/momiplay
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/momiplay')
-rw-r--r--meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb b/meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb
index 52db1194..b4e17ffa 100644
--- a/meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb
+++ b/meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb
@@ -43,6 +43,6 @@ SYSTEMD_SERVICE:${PN} = "momiplay.service"
SYSTEMD_AUTO_ENABLE:${PN} = "disable"
RDEPENDS:${PN} = " \
- qtsvg \
- qtmultimedia \
+ qtsvg qtsvg-plugins qtsvg-qmlplugins \
+ qtmultimedia qtmultimedia-plugins qtmultimedia-qmlplugins \
"