diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2024-10-13 01:52:54 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-10-16 11:40:24 +0000 |
commit | b8c8164076d1a02a8c76fab18506e46223ca6368 (patch) | |
tree | 14cbd8e18d493717365eb26860665ba93120de33 /meta-agl-ic-container/recipes-demo/momiscreen/momiscreen_git.bb | |
parent | 019af70097cbf29a7da014d43feb28800b28c5c2 (diff) |
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>
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 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" |