The un-versioned gstreamer-vaapi recipe is for the obsolete 0.4.3 release, so change the dependency to gstreamer-vaapi-0.10 preserving the GStreamer version but upgrading to the current release.
Signed-off-by: Ross Burton <[email protected]> --- common/recipes-multimedia/gstreamer/gst-va-intel.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/recipes-multimedia/gstreamer/gst-va-intel.bb b/common/recipes-multimedia/gstreamer/gst-va-intel.bb index 9e179b9..556153a 100644 --- a/common/recipes-multimedia/gstreamer/gst-va-intel.bb +++ b/common/recipes-multimedia/gstreamer/gst-va-intel.bb @@ -43,5 +43,5 @@ RDEPENDS_gst-va-intel-video = "\ # The gstreamer-vaapi package contains the vaapi implementation # RDEPENDS_gst-va-intel-vaapi = "\ - gstreamer-vaapi \ + gstreamer-vaapi-0.10 \ " -- 1.7.10.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
