From 2011fcca890647ab6df72e92195f3a7dfe4d0b7e Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Mon, 22 May 2017 23:37:35 +0900 Subject: homescreen: Fix offscreen navigation guide For ALS demo, fix the issue that navigation guide stops on off screen. This fix uses the following patch fixes. https://gerrit.automotivelinux.org/gerrit/#/c/9255/ Change-Id: I2088f16764b4ec79ff02ed7932b029357c1c2a61 Signed-off-by: Naoto Yamaguchi --- recipes-demo-hmi/homescreen/homescreen_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-demo-hmi/homescreen/homescreen_git.bb') diff --git a/recipes-demo-hmi/homescreen/homescreen_git.bb b/recipes-demo-hmi/homescreen/homescreen_git.bb index e871e31c..a266f430 100644 --- a/recipes-demo-hmi/homescreen/homescreen_git.bb +++ b/recipes-demo-hmi/homescreen/homescreen_git.bb @@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = "file://HomeScreen/LICENSE;md5=ae6497158920d9524cf208c09cc4c9 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/p/staging/HomeScreen.git;protocol=http \ file://0001-Hack-to-resolve-the-media-player-doesn-t-play-next.patch \ + file://fix-offscreen-navi-gid.patch \ file://homescreen.pc.in \ file://dbus-homescreen.conf.in" SRCREV = "${AUTOREV}" -- cgit 1.2.3-korg