summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-12-08 02:23:59 +0000
committerScott Murray <scott.murray@konsulko.com>2023-12-08 02:24:32 +0000
commit917739ba52901b5bfadcb45f3f0d0428f20c429b (patch)
treee08cc97f778c699730fd8a600ded31588ca6e56c
parenteed891f4e73f137ecd4df569c70205f431efe963 (diff)
Revert "Bump SRCREV for tbtnavi"
This reverts commit eed891f4e73f137ecd4df569c70205f431efe963. Reason for revert: Merged in error, SRCREV does not exist. Change-Id: Ic0aad81b1f067782fe03b3a201608446a54698a2 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29367
-rw-r--r--recipes-demo/navigation/tbtnavi_git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-demo/navigation/tbtnavi_git.bb b/recipes-demo/navigation/tbtnavi_git.bb
index 1720e898..c3bacb36 100644
--- a/recipes-demo/navigation/tbtnavi_git.bb
+++ b/recipes-demo/navigation/tbtnavi_git.bb
@@ -16,10 +16,8 @@ DEPENDS = " \
qtquickcontrols2 \
qtlocation \
libqtappfw \
+ wayland-native \
qtwayland-native \
- protobuf \
- grpc \
- grpc-native \
"
PV = "2.0+git${SRCPV}"
@@ -29,11 +27,11 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/tbtnavi;protocol=https;b
file://tbtnavi.conf \
file://tbtnavi.token \
"
-SRCREV = "f00c1e19f5c4cbcd185c8043f3062612bf1537f7"
+SRCREV = "7627784a867bd21e76d2889a3c99bbcfc12d3c3f"
S = "${WORKDIR}/git"
-inherit meson systemd pkgconfig
+inherit qmake5 systemd pkgconfig
SYSTEMD_SERVICE:${PN} = "${BPN}.service"