X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo%2Fflutter-ics-homescreen%2Fflutter-ics-homescreen_git.bb;h=77ed50903c7d6670975d82cebd8c8e164882b5f9;hb=608d983bdfb90929689bd0eb31e4bc5ca11f8881;hp=aa3e923eae543d8191b49679f5322f866730a6ad;hpb=a45b13ab6ba8008a461c70078ef885f7c29452a8;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 aa3e923ea..77ed50903 100644 --- a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb +++ b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb @@ -7,13 +7,12 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/flutter-ics-homescreen;protocol=https;branch=${AGL_BRANCH} \ - file://change_grpc_port.patch \ file://flutter-ics-homescreen.json \ file://flutter-ics-homescreen.service \ file://ics-homescreen.yaml \ file://ics-homescreen.token \ " -SRCREV = "70ec8a79a121471a004e7e4c23157d10157e136f" +SRCREV = "71d46d03850653c0229c678de197c6f94fceb477" S = "${WORKDIR}/git" @@ -28,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 @@ -37,9 +41,9 @@ do_install:append() { # be readable by other users, but currently that's not doable # until a packaging/sandboxing/MAC scheme is (re)implemented or # something like OAuth is plumbed in as an alternative. - install -d ${D}${sysconfdir}/xdg/AGL/homescreen + install -d ${D}${sysconfdir}/xdg/AGL/ics-homescreen install -m 0644 ${WORKDIR}/ics-homescreen.yaml ${D}${sysconfdir}/xdg/AGL/ - install -m 0644 ${WORKDIR}/ics-homescreen.token ${D}${sysconfdir}/xdg/AGL/homescreen/ + install -m 0644 ${WORKDIR}/ics-homescreen.token ${D}${sysconfdir}/xdg/AGL/ics-homescreen/ } FILES:${PN} += "${datadir} ${sysconfdir}/xdg/AGL"