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.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/recipes-multimedia/libva/libva-intel-driver.inc') diff --git a/common/recipes-multimedia/libva/libva-intel-driver.inc b/common/recipes-multimedia/libva/libva-intel-driver.inc index f0c6b9a9..fa7be4ce 100644 --- a/common/recipes-multimedia/libva/libva-intel-driver.inc +++ b/common/recipes-multimedia/libva/libva-intel-driver.inc @@ -15,7 +15,7 @@ INC_PR = "r0" DEPENDS = "libva" -S = "${WORKDIR}/intel-driver-${PV}" +S = "${WORKDIR}/${PN}-${PV}" inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf