mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
libva: update to the latest version
This bug https://bugzilla.yoctoproject.org/show_bug.cgi?id=3348 is triggering this change. The old versions of libva components are affecting video playback on few BSPs like sugarbay & chiefriver. Also, use the release tarball instead of a tag snapshot. Fixes [YOCTO #3348]. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
c5618b8edb
commit
5151e9f78a
|
@ -1,8 +0,0 @@
|
|||
require libva.inc
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI = "http://cgit.freedesktop.org/vaapi/libva/snapshot/libva-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "ad8a94ba87ff0563a533c3c142816794"
|
||||
SRC_URI[sha256sum] = "7cc24ae9c947aa13904255244810d3637b03d41e2b6f4b643db3b97412cacd37"
|
8
common/recipes-multimedia/libva/libva_1.0.16.bb
Normal file
8
common/recipes-multimedia/libva/libva_1.0.16.bb
Normal file
|
@ -0,0 +1,8 @@
|
|||
require libva.inc
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI = "http://www.freedesktop.org/software/vaapi/releases/libva/libva-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "99343b27cf24e99abc0c5db2d09e30c8"
|
||||
SRC_URI[sha256sum] = "03e46f8f48f252e6b6112c495745100bc217ddded801fdb393384aab1fafeaa2"
|
Loading…
Reference in New Issue
Block a user