mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
libva: upgrade 2.6.0 -> 2.6.1
Also switch back to using the released tarballs. (From OE-Core rev: 5604b4bab738317a490b0a2628058b78e41a76fa) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
1444b8a2ae
commit
5639c150c0
|
@ -17,9 +17,9 @@ SECTION = "x11"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
|
||||
|
||||
SRC_URI = "git://github.com/intel/libva.git;branch=v2.6-branch"
|
||||
SRCREV = "5f693d9e603e0e83928cec67c30b6ac902d7aa85"
|
||||
S = "${WORKDIR}/git"
|
||||
SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2"
|
||||
SRC_URI[md5sum] = "aef13eb48e01a47d1416d97462a22a11"
|
||||
SRC_URI[sha256sum] = "6c57eb642d828af2411aa38f55dc10111e8c98976dbab8fd62e48629401eaea5"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases"
|
||||
|
Loading…
Reference in New Issue
Block a user