summaryrefslogtreecommitdiffstats
path: root/recipes-graphics
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2021-10-25 10:22:58 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-10-25 22:02:00 +0800
commit378ece5d08a0dd7a0eb49f7dd478a1cb262e483e (patch)
tree9eefdd8b333a7c0d9fe8108a0bc13e3ab2ececbb /recipes-graphics
parent094d37685d6f0eb50df835a7b373ab716d80d39e (diff)
downloadmeta-intel-378ece5d08a0dd7a0eb49f7dd478a1cb262e483e.tar.gz
libva & libva-utils: upgrade 2.12.0 -> 2.13.0
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-graphics')
-rw-r--r--recipes-graphics/libva/libva-intel-utils_2.13.0.bb (renamed from recipes-graphics/libva/libva-intel-utils_2.12.0.bb)4
-rw-r--r--recipes-graphics/libva/libva-intel_2.13.0.bb (renamed from recipes-graphics/libva/libva-intel_2.12.0.bb)2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/libva/libva-intel-utils_2.12.0.bb b/recipes-graphics/libva/libva-intel-utils_2.13.0.bb
index 5eb604dd..47f7f0ed 100644
--- a/recipes-graphics/libva/libva-intel-utils_2.12.0.bb
+++ b/recipes-graphics/libva/libva-intel-utils_2.13.0.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.12-branch" 17SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.13-branch"
18SRCREV = "375aeae780597e2f6f5cb7f0f6cb285ffe3591db" 18SRCREV = "7bad184b2cf2ffaf4fb3cc71d4df63d7b142d592"
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20
21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" 21UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
diff --git a/recipes-graphics/libva/libva-intel_2.12.0.bb b/recipes-graphics/libva/libva-intel_2.13.0.bb
index 4e48496a..a2c58bbc 100644
--- a/recipes-graphics/libva/libva-intel_2.12.0.bb
+++ b/recipes-graphics/libva/libva-intel_2.13.0.bb
@@ -18,7 +18,7 @@ LICENSE = "MIT"
18LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" 18LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
19 19
20SRC_URI = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2" 20SRC_URI = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2"
21SRC_URI[sha256sum] = "d3f4873715077a8c969c9bfe4ba8455a133353176be0ffe0c41ffd4155c9a8c8" 21SRC_URI[sha256sum] = "fad383f39f36115814bd0eda1496a4cc01761643bd962635400df2d4470ad460"
22 22
23S = "${WORKDIR}/libva-${PV}" 23S = "${WORKDIR}/libva-${PV}"
24 24