From 5151e9f78afa04a84ddde34060d8efcd14f28c64 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 30 Oct 2012 08:45:01 -0700 Subject: 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 Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- common/recipes-multimedia/libva/libva_1.0.16.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 common/recipes-multimedia/libva/libva_1.0.16.bb (limited to 'common/recipes-multimedia/libva/libva_1.0.16.bb') diff --git a/common/recipes-multimedia/libva/libva_1.0.16.bb b/common/recipes-multimedia/libva/libva_1.0.16.bb new file mode 100644 index 00000000..7374c703 --- /dev/null +++ b/common/recipes-multimedia/libva/libva_1.0.16.bb @@ -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" -- cgit v1.2.3-54-g00ecf