mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
libva: upgrade 2.20.0 -> 2.21.0
Switch to using git as the release tarball is missing autogen.sh. Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
7655d2b265
commit
0b8c3342f6
|
@ -17,11 +17,12 @@ SECTION = "x11"
|
|||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
|
||||
|
||||
SRC_URI = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2 \
|
||||
SRC_URI = "git://github.com/intel/libva.git;protocol=https;branch=v2.21-branch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "f72bdb4f48dfe71ad01f1cbefe069672a2c949a6abd51cf3c4d4784210badc49"
|
||||
|
||||
S = "${WORKDIR}/libva-${PV}"
|
||||
SRCREV = "0b01aed44ef1a6ad660261284ff266fa812829ef"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases"
|
||||
|
Loading…
Reference in New Issue
Block a user