From: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Date: Sat, 12 Oct 2024 16:52:54 +0000 (+0900) Subject: Fix default screen and seek bug X-Git-Tag: 18.91.0~22 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F30409%2F3;p=AGL%2Fmeta-agl-devel.git Fix default screen and seek bug Fixed these issue: Momiscreen did not show default app in boot time. Momiplay out error message in playing time that cause Qt6.7. Bug-AGL: SPEC-5162 Change-Id: I46ba8cc4a1ce0dca8264b2c11d5b460856362543 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> --- 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 4daa2296..793e0f3f 100644 --- a/meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb +++ b/meta-agl-ic-container/recipes-demo/momiplay/momiplay_git.bb @@ -19,7 +19,7 @@ SRC_URI = "git://git.automotivelinux.org/apps/momiplayer;protocol=https;branch=$ file://momiplay.service \ file://momiplay \ " -SRCREV = "b4202d3d5aca7842314edbf010e2e8605a6a9e24" +SRCREV = "e22a2d57ec08bfff591a0bc3494d359e80830791" S = "${WORKDIR}/git" 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 ec199ac7..ca642468 100644 --- a/meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb +++ b/meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb @@ -16,7 +16,7 @@ SRC_URI = "git://git.automotivelinux.org/apps/momiscreen;protocol=https;branch=$ file://momiscreen.service \ file://momiscreen \ " -SRCREV = "88fb60ad9d0c673f868d907ca451462ec16c9d7f" +SRCREV = "bfbac0b1f78962e19ceac8356a6c0c77ccce795b" S = "${WORKDIR}/git"