cluster-receiver: Add meson and grpc support 78/30578/4
authorMarius Vlad <marius.vlad@collabora.com>
Mon, 25 Nov 2024 19:02:20 +0000 (21:02 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 28 Nov 2024 13:33:03 +0000 (13:33 +0000)
This is required for the recent updates in cluster-receiver.

Bug-AGL: SPEC-5300, SPEC-5301
Change-Id: Idfceb400f870680ad13db07c0e6efcef0b6a8677
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30578
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
recipes-demo/cluster-receiver/cluster-receiver_git.bb

index 70e660c..b3e28ba 100644 (file)
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=374fee6a7817f1e1a5a7bfb7b7989553"
 DEPENDS = " \
     wayland wayland-native \
     agl-compositor \
-    gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad \
+    gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad grpc grpc-native \
 "
 
 PV = "1.0+git${SRCPV}"
@@ -17,11 +17,11 @@ PV = "1.0+git${SRCPV}"
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-cluster-demo-receiver;protocol=https;branch=${AGL_BRANCH} \
            file://cluster-receiver.service \
 "
-SRCREV  = "7dd7d94968d1ac2edae62c4b1797407ea8640e3c"
+SRCREV  = "fd77d8d38d899ca40d090344582f3ec816fd0591"
 
 S  = "${WORKDIR}/git"
 
-inherit cmake pkgconfig systemd
+inherit meson pkgconfig systemd
 
 SYSTEMD_SERVICE:${PN} = "${BPN}.service"