diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-12-05 16:48:03 +0200 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-12-08 02:11:22 +0000 |
commit | eed891f4e73f137ecd4df569c70205f431efe963 (patch) | |
tree | 5b178ae286c6caac54d7ed7fdb528044ea8e5534 /recipes-demo | |
parent | 1ff76b9c9babf2cc4fa3e6d45dcaa90ab4f89ec6 (diff) |
Bump SRCREV for tbtnavi
This bumps tbtnavi to pick-up changes for using gRPC API for
placing it on a different output (remoting one) and conversion to
meson.
Bug-AGL: SPEC-5003
Change-Id: I29580ec1f1961a2ce8a39e7df0a6cd4412327abe
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29503
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Tested-by: Jenkins Job builder account
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/navigation/tbtnavi_git.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-demo/navigation/tbtnavi_git.bb b/recipes-demo/navigation/tbtnavi_git.bb index c3bacb368..1720e8982 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,11 +29,11 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/tbtnavi;protocol=https;b file://tbtnavi.conf \ file://tbtnavi.token \ " -SRCREV = "7627784a867bd21e76d2889a3c99bbcfc12d3c3f" +SRCREV = "f00c1e19f5c4cbcd185c8043f3062612bf1537f7" S = "${WORKDIR}/git" -inherit qmake5 systemd pkgconfig +inherit meson systemd pkgconfig SYSTEMD_SERVICE:${PN} = "${BPN}.service" |