X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fflutter-ics-homescreen%2Fflutter-ics-homescreen_git.bb;h=77ed50903c7d6670975d82cebd8c8e164882b5f9;hb=79f38b2020afb61c2928ee4536ce48a41beecb30;hp=700754e353aba519fd0fcc9e1b3ba9edf76735b3;hpb=e9aff80fda75723360d070793e645a8db541b8bf;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb index 700754e35..77ed50903 100644 --- a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb +++ b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb @@ -12,7 +12,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/flutter-ics-homescreen;p file://ics-homescreen.yaml \ file://ics-homescreen.token \ " -SRCREV = "193d15a456587bcf3928fb99fe0c1aede82d119d" +SRCREV = "71d46d03850653c0229c678de197c6f94fceb477" S = "${WORKDIR}/git" @@ -27,6 +27,11 @@ APP_CONFIG = "${BPN}.json" SYSTEMD_SERVICE:${PN} = "flutter-ics-homescreen.service" +# Disable the background animation on all platforms except the Renesas M3/H3 for now +DISABLE_BG_ANIMATION = "-DDISABLE_BKG_ANIMATION=true" +DISABLE_BG_ANIMATION:rcar-gen3 = "" +APP_AOT_EXTRA:append = " ${DISABLE_BG_ANIMATION}" + do_install:append() { install -D -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_system_unitdir}/${BPN}.service