mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
libva-intel-driver: Update to 1.7.3
The upstream has moved their source base from FreeDesktop to github.com/01org. Set $S to WORKDIR/git since this is a git repo now. Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
e8fd58ccf2
commit
0c2da99419
|
|
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user