diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2023-08-20 11:10:24 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-09-04 13:06:33 +0000 |
commit | b3bb5faf49e6a6c4f490f6f842b7e0f13d4a477d (patch) | |
tree | d033d724c7b010aaa77610af09c46613472cae8a /meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb | |
parent | 3a3aacc590350e02a90856d215dc6e57047977cc (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/momiscreen/momiscreen_git.bb')
-rw-r--r-- | meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb | 2 |
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 f37a5365..d103a257 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" |