waltham-receiver_git: Add missing waltham runtime dependency 41/25641/1
authorMarius Vlad <marius.vlad@collabora.com>
Wed, 25 Nov 2020 15:37:32 +0000 (17:37 +0200)
committerMarius Vlad <marius.vlad@collabora.com>
Wed, 25 Nov 2020 15:37:32 +0000 (17:37 +0200)
Seems I missed adding the runtime dependecy for waltham, and testing it
with the transmitter (which already had a runtime dependency for waltham)
didn't revealed any issue. Fixed by adding the RDEPENDS in the receiver
as well.

Bug-AGL: SPEC-3605

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Icbfb6686223582acab753911803f66f5aa8b99b0

recipes-demo-hmi/waltham-receiver/waltham-receiver_git.bb

index 20efc33..d793b06 100644 (file)
@@ -22,4 +22,5 @@ RDEPENDS_${PN} += " \
        gstreamer1.0-plugins-base \
        gstreamer1.0-plugins-good \
        gstreamer1.0-plugins-bad \
+       waltham \
 "