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 <nitin.a.kamble@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Nitin A Kamble 2012-10-30 08:57:46 -07:00 committed by Tom Zanussi
parent 5151e9f78a
commit 8ab42a1c0e
3 changed files with 9 additions and 9 deletions

View File

@ -15,7 +15,7 @@ INC_PR = "r0"
DEPENDS = "libva"
S = "${WORKDIR}/intel-driver-${PV}"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools pkgconfig

View File

@ -1,8 +0,0 @@
require libva-intel-driver.inc
PR = "${INC_PR}.0"
SRC_URI = "http://cgit.freedesktop.org/vaapi/intel-driver/snapshot/intel-driver-${PV}.tar.bz2"
SRC_URI[md5sum] = "9dbd642f18993335146480a3a2987874"
SRC_URI[sha256sum] = "52f16f78129af00ec40afc6a1b8fb07c7b6c6c0da7f43a54e19afd2a41791098"

View File

@ -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"