summaryrefslogtreecommitdiffstats
path: root/recipes-demo
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2024-11-25 21:02:20 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-28 13:33:03 +0000
commit36142ceb404809900054ada4ae31ddd7e24e87f4 (patch)
treea4ca17417ca70c0c3eb39328c7c188f3936344bb /recipes-demo
parent3f594d0220b010552f80e1bc2fa0d88269b3c5d5 (diff)
cluster-receiver: Add meson and grpc support
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>
Diffstat (limited to 'recipes-demo')
-rw-r--r--recipes-demo/cluster-receiver/cluster-receiver_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-demo/cluster-receiver/cluster-receiver_git.bb b/recipes-demo/cluster-receiver/cluster-receiver_git.bb
index 70e660c57..b3e28ba9c 100644
--- a/recipes-demo/cluster-receiver/cluster-receiver_git.bb
+++ b/recipes-demo/cluster-receiver/cluster-receiver_git.bb
@@ -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"