recipes-demo: camera-gstreamer: Updates for application enumeration via systemd units 54/27854/3
authorVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
Mon, 1 Aug 2022 15:08:56 +0000 (17:08 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 22 Sep 2022 11:20:22 +0000 (11:20 +0000)
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 <vasyl.vavrychuk@opensynergy.com>
recipes-demo/camera-gstreamer/camera-gstreamer_git.bb

index f0163df..fabfaa2 100644 (file)
@@ -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 \