The upstream has moved their source base from FreeDesktop to github.com/01org,
so update all associated URI info.

Set $S to WORKDIR/git since this is a git repo now.

Signed-off-by: Saul Wold <[email protected]>
---
 ...ibva-intel-driver_1.7.2.bb => libva-intel-driver_1.7.3.bb} | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
 rename common/recipes-multimedia/libva/{libva-intel-driver_1.7.2.bb => 
libva-intel-driver_1.7.3.bb} (71%)

diff --git a/common/recipes-multimedia/libva/libva-intel-driver_1.7.2.bb 
b/common/recipes-multimedia/libva/libva-intel-driver_1.7.3.bb
similarity index 71%
rename from common/recipes-multimedia/libva/libva-intel-driver_1.7.2.bb
rename to common/recipes-multimedia/libva/libva-intel-driver_1.7.3.bb
index f82e9d7..79a70d0 100644
--- a/common/recipes-multimedia/libva/libva-intel-driver_1.7.2.bb
+++ b/common/recipes-multimedia/libva/libva-intel-driver_1.7.3.bb
@@ -3,8 +3,8 @@ DESCRIPTION = "libva-driver-intel is the VA-API implementation \
 for Intel G45 chipsets and Intel HD Graphics for Intel Core \
 processor family."
 
-HOMEPAGE = "http://www.freedesktop.org/wiki/Software/vaapi";
-BUGTRACKER = "https://bugs.freedesktop.org";
+HOMEPAGE = "https://github.com/01org/intel-vaapi-driver";
+BUGTRACKER = "https://github.com/01org/intel-vaapi-driver/issues";
 
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
@@ -13,10 +13,11 @@ COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
 
 DEPENDS = "libva libdrm"
 
-SRC_URI = 
"http://www.freedesktop.org/software/vaapi/releases/${BPN}/${BPN}-${PV}.tar.bz2";
+SRC_URI = "git://github.com/01org/intel-vaapi-driver.git;protocol=https"
+# 1.7.3 release tag
+SRCREV = "c747c3428cd862869b75e96b737fa61532d6f27f"
 
-SRC_URI[md5sum] = "f28ac265f836f7ce881305bd3a282c90"
-SRC_URI[sha256sum] = 
"099e7bf6aa826971ec2caff235babf4da995f754e2ca16a73b258671130e67bc"
+S = "${WORKDIR}/git"
 
 inherit autotools pkgconfig
 
-- 
2.7.4

-- 
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel

Reply via email to