X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=recipes-demo%2Fnavigation%2Ftbtnavi_git.bb;h=b6213813cd5492c78bc5399499ed0a1df723778c;hb=refs%2Fchanges%2F01%2F29701%2F2;hp=61df205d81846af8187f9ca7af68f6d5d264f817;hpb=8947285ea265098a59c3c68ff3351cf2ea1e2423;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/navigation/tbtnavi_git.bb b/recipes-demo/navigation/tbtnavi_git.bb index 61df205d8..b6213813c 100644 --- a/recipes-demo/navigation/tbtnavi_git.bb +++ b/recipes-demo/navigation/tbtnavi_git.bb @@ -16,8 +16,10 @@ DEPENDS = " \ qtquickcontrols2 \ qtlocation \ libqtappfw \ - wayland-native \ qtwayland-native \ + protobuf \ + grpc \ + grpc-native \ " PV = "2.0+git${SRCPV}" @@ -27,16 +29,16 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/tbtnavi;protocol=https;b file://tbtnavi.conf \ file://tbtnavi.token \ " -SRCREV = "624f4e542a981c0b71ee4be9e636df8f34f70d4b" +SRCREV = "f00c1e19f5c4cbcd185c8043f3062612bf1537f7" S = "${WORKDIR}/git" -inherit qmake5 systemd pkgconfig +inherit meson systemd pkgconfig + +SYSTEMD_SERVICE:${PN} = "${BPN}.service" do_install:append() { - install -d ${D}${systemd_user_unitdir}/agl-session.target.wants - install -m0644 ${WORKDIR}/tbtnavi.service ${D}${systemd_user_unitdir}/tbtnavi.service - ln -s ../tbtnavi.service ${D}${systemd_user_unitdir}/agl-session.target.wants/tbtnavi.service + install -D -m 0644 ${WORKDIR}/${BPN}.service ${D}${systemd_system_unitdir}/${BPN}.service # Currently using default global client and CA certificates # for KUKSA.val SSL, installing app specific ones would go here. @@ -50,9 +52,10 @@ do_install:append() { install -m 0644 ${WORKDIR}/tbtnavi.token ${D}${sysconfdir}/xdg/AGL/tbtnavi/ } -FILES:${PN} += " ${systemd_user_unitdir}" - RDEPENDS:${PN} += " \ + qtwayland \ + qtbase-qmlplugins \ + qtgraphicaleffects-qmlplugins \ qtlocation \ ondemandnavi-config \ libqtappfw \