summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-02 17:48:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-03 08:21:11 +0000
commit7d57f189c0627048fd0f63c0812a17f275776d87 (patch)
treeae5c2034eb816c4ca5409695b5dcf80e67c6129c /meta/recipes-graphics
parentb9fd33560e6e4d91bb45ba28935a9f0fa9d6f4b4 (diff)
downloadpoky-7d57f189c0627048fd0f63c0812a17f275776d87.tar.gz
libva-utils: update 2.8.0 -> 2.9.1
(From OE-Core rev: 1587ecc714c70451327b506b4c3be8f448124d6b) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/libva/libva-utils_2.9.1.bb (renamed from meta/recipes-graphics/libva/libva-utils_2.8.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libva/libva-utils_2.8.0.bb b/meta/recipes-graphics/libva/libva-utils_2.9.1.bb
index 78e3805339..feb9ce1662 100644
--- a/meta/recipes-graphics/libva/libva-utils_2.8.0.bb
+++ b/meta/recipes-graphics/libva/libva-utils_2.9.1.bb
@@ -14,8 +14,8 @@ SECTION = "x11"
14LICENSE = "MIT" 14LICENSE = "MIT"
15LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" 15LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
16 16
17SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.8-branch" 17SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.9-branch"
18SRCREV = "af101a46d24c3f71a12b9f1ddb0c63626b19b3d8" 18SRCREV = "50c7f19d65e2535940e31c6711352b36d6d64fd7"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$" 21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$"