From: Vasyl Vavrychuk Date: Mon, 1 Aug 2022 15:08:56 +0000 (+0200) Subject: recipes-demo: camera-gstreamer: Updates for application enumeration via systemd units X-Git-Tag: 14.91.0~12 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=dfc69569eec90191a2d37c46065ecc7861b78909;p=AGL%2Fmeta-agl-demo.git recipes-demo: camera-gstreamer: Updates for application enumeration via systemd units Update camera-gstreamer recipe to use the new agl-app.bbclass to install the now required by applaunchd systemd template unit instances. For application display name use it from camera-gstreamer.desktop available via application sources repository. Bug-AGL: SPEC-4466 Change-Id: I0890951d4ecac95e9d4a44ed5a83e704cd41673f Signed-off-by: Vasyl Vavrychuk --- diff --git a/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb b/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb index f0163df7f..fabfaa224 100644 --- a/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb +++ b/recipes-demo/camera-gstreamer/camera-gstreamer_git.bb @@ -18,7 +18,9 @@ SRCREV = "30c275c5c87b9d4f0bc3b0e0e3175775d3738319" S = "${WORKDIR}/git" -inherit cmake pkgconfig +inherit cmake pkgconfig agl-app + +AGL_APP_NAME = "Camera" RDEPENDS:${PN} += " \ gstreamer1.0-plugins-base \