summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-demo/momiplay/momiplay_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:33 +0000
commitb3bb5faf49e6a6c4f490f6f842b7e0f13d4a477d (patch)
treed033d724c7b010aaa77610af09c46613472cae8a /meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb
parent3a3aacc590350e02a90856d215dc6e57047977cc (diff)
Fix agl IC demo is not show both screenpike_16.0.1pike/16.0.116.0.1
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> (cherry picked from commit 452232c0acd8753bc70aa0af04171f606e132be0)
Diffstat (limited to 'meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb')
-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 02fc6f66..9d4c31cf 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 \
"