X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-demo%2Fcamera-gstreamer%2Fcamera-gstreamer_git.bb;h=da9d5d91ea90999feeed7f6912a243c3504c7988;hb=608d983bdfb90929689bd0eb31e4bc5ca11f8881;hp=f08e41019f1165a5f40a116425a894c201094875;hpb=655a591a80cfb2dd0ff8ec789c7a34caf9d9e9d1;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb b/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb index f08e41019..da9d5d91e 100644 --- a/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb +++ b/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb @@ -7,20 +7,22 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" DEPENDS = " \ - wayland wayland-native \ + wayland wayland-native grpc grpc-native \ gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad \ " PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/camera-gstreamer;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "97faa830c65258ba8b60fa53cdbfb3f9d810abb3" S = "${WORKDIR}/git" -inherit cmake pkgconfig aglwgt +inherit meson pkgconfig agl-app -RDEPENDS_${PN} += " \ +AGL_APP_NAME = "Camera" + +RDEPENDS:${PN} += " \ gstreamer1.0-plugins-base \ gstreamer1.0-plugins-good \ gstreamer1.0-plugins-bad \