mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
libva-utils: upgrade 2.15.0 -> 2.16.0
Changelog: =========== * trace: print the display being attempted * ci: upgrade FreeBSD to 13.1 * meson: Search for threads in top-level meson.build * meson: produce summary() when 0.53.0 is present (From OE-Core rev: 0d7998b5561315796a711bf8512d30d6a8c279dc) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -14,8 +14,8 @@ SECTION = "x11"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
|
||||
|
||||
SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.15-branch;protocol=https"
|
||||
SRCREV = "be203c8b85b07e1f7a3faedd13057b0a8cabd3c3"
|
||||
SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.16-branch;protocol=https"
|
||||
SRCREV = "cdf39e1e3da85a91ef53438c3b6a97e77dda96aa"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$"
|
||||
Reference in New Issue
Block a user