X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fflutter-cluster-dashboard%2Fflutter-cluster-dashboard_git.bb;h=44be070ff9d452e71d6f97cde8704316d97e6639;hb=c7f8946c5be391088d7bb75da6c418a853d7fbb7;hp=5e903312a481777319f9e81b98cb72cd6533da28;hpb=64bf28866afa1a4dbec1b5c64103f83a61cc3875;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb b/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb index 5e903312a..44be070ff 100644 --- a/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb +++ b/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb @@ -30,16 +30,6 @@ APP_CONFIG = "ic_on_bg-release.json" APP_CONFIG:class-runtimedebug = "ic_on_bg-debug.json" APP_CONFIG:class-runtimeprofile = "ic_on_bg-profile.json" -# To avoid conflicts with the systemd template scheme added via bbappend in -# meta-agl-demo, package the standalone systemd unit separately. This is not -# needed when meta-agl-flutter is used without meta-agl-demo, but that is not -# going to be the default usecase for most users, so this still allows them to -# build working agl-image-flutter images in the same build tree. -# -# This can be dropped if/when flutter-gallery is no longer packaged as a demo -# in meta-agl-demo. - -#SYSTEMD_SERVICE:${PN}-init = "flutter-cluster-dashboard.service" do_install:append() { install -D -m 0644 ${WORKDIR}/flutter-cluster-dashboard.service ${D}${systemd_user_unitdir}/flutter-cluster-dashboard.service @@ -49,10 +39,5 @@ do_install:append() { install -D -m 0644 ${WORKDIR}/${APP_CONFIG} ${D}${datadir}/flutter/default.json } -PACKAGE_BEFORE_PN += "${PN}-init" - -FILES:${PN} += "${datadir}" - -FILES:${PN}-init = "${systemd_user_unitdir}" -RDEPENDS:${PN}-init = "${PN}" \ No newline at end of file +FILES:${PN} += "${datadir} ${systemd_user_unitdir}"