From: Scott Murray Date: Mon, 12 Aug 2019 20:20:54 +0000 (-0400) Subject: cluster-receiver: just RRECOMMEND gstreamer-vaapi for Intel X-Git-Tag: 8.99.1~2 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F44%2F22144%2F4;p=AGL%2Fmeta-agl-cluster-demo.git cluster-receiver: just RRECOMMEND gstreamer-vaapi for Intel 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 --- diff --git a/recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb b/recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb index 92f9221..6420511 100644 --- a/recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb +++ b/recipes-demo-hmi/cluster-receiver/cluster-receiver_git.bb @@ -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"