From 8ab42a1c0edc39cf56fd54821e462693fd7194e9 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 30 Oct 2012 08:57:46 -0700 Subject: libva-intel-driver: update to the latest version The older version of libva-intel-driver recipe with newer gst-vaapi recipe was causing video playback failure. As per the discussion on the bug here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=3348 The maintainer of the upstream project is recommending to update the recipe to the latest version to fix the video playback issue. Also, use the release tarball instead of a tag snapshot. Fixes [YOCTO #3348]. Signed-off-by: Nitin A Kamble Signed-off-by: Ross Burton Signed-off-by: Tom Zanussi --- common/recipes-multimedia/libva/libva-intel-driver_1.0.18.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/recipes-multimedia/libva/libva-intel-driver_1.0.18.bb (limited to 'common/recipes-multimedia/libva/libva-intel-driver_1.0.18.bb') diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.0.18.bb b/common/recipes-multimedia/libva/libva-intel-driver_1.0.18.bb new file mode 100644 index 00000000..fcd3b6f1 --- /dev/null +++ b/common/recipes-multimedia/libva/libva-intel-driver_1.0.18.bb @@ -0,0 +1,8 @@ +require libva-intel-driver.inc + +PR = "${INC_PR}.0" + +SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/libva-intel-driver-${PV}.tar.bz2" + +SRC_URI[md5sum] = "13907085223d88d956cdfc282962b7a7" +SRC_URI[sha256sum] = "789fa2d6e22b9028ce12a89981eb33e57b04301431415149acfb61a49d3a63ee" -- cgit v1.2.3-54-g00ecf