cluster-receiver: just RRECOMMEND gstreamer-vaapi for Intel 44/22144/4
authorScott Murray <scott.murray@konsulko.com>
Mon, 12 Aug 2019 20:20:54 +0000 (16:20 -0400)
committerScott Murray <scott.murray@konsulko.com>
Fri, 16 Aug 2019 15:51:32 +0000 (11:51 -0400)
The gstreamer-vaapi plugin is not available / buildable on all non-Intel
platforms, so to avoid issues just RRECOMMEND it when building for
Intel, as the gstreamer pipeline construction code in the application
checks for its presence at runtime already.

Bug-AGL: SPEC-2732

Change-Id: I2a9f6279caa94f510ac357d1604c9a63dfa07750
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb

index 92f9221..6420511 100644 (file)
@@ -22,5 +22,7 @@ RDEPENDS_${PN} += " \
        gstreamer1.0-plugins-base \
        gstreamer1.0-plugins-good \
        gstreamer1.0-plugins-bad \
-       gstreamer1.0-vaapi \
 "
+
+# VA-API may be used on Intel if present
+RRECOMMENDS_${PN}_append_intel-corei7-64 = " gstreamer1.0-vaapi"