]> code.ossystems Code Review - openembedded-core.git/commitdiff
libva: update 2.12.0 -> 2.13.0
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 19 Oct 2021 15:33:27 +0000 (17:33 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Oct 2021 16:41:45 +0000 (17:41 +0100)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libva/libva-initial_2.13.0.bb [moved from meta/recipes-graphics/libva/libva-initial_2.12.0.bb with 100% similarity]
meta/recipes-graphics/libva/libva-utils_2.13.0.bb [moved from meta/recipes-graphics/libva/libva-utils_2.12.0.bb with 90% similarity]
meta/recipes-graphics/libva/libva.inc
meta/recipes-graphics/libva/libva_2.13.0.bb [moved from meta/recipes-graphics/libva/libva_2.12.0.bb with 100% similarity]

similarity index 90%
rename from meta/recipes-graphics/libva/libva-utils_2.12.0.bb
rename to meta/recipes-graphics/libva/libva-utils_2.13.0.bb
index 096d80b68d2b1c06ac9728451d77c6a7bf3f62da..baa0719f855b15a8a2ae6d65ec12231cf4a255af 100644 (file)
@@ -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.11-branch"
-SRCREV = "c0145a895ebe9b24cde5c441733f90482f1e3d71"
+SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.13-branch"
+SRCREV = "7bad184b2cf2ffaf4fb3cc71d4df63d7b142d592"
 S = "${WORKDIR}/git"
 
 UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$"
index 3d65ac501e3c34af7667d2f8e12183eefeac04ed..bcf9757c1ae60e6ef83c31bf9851161f083d8770 100644 (file)
@@ -18,7 +18,7 @@ LICENSE = "MIT"
 
 SRC_URI = "https://github.com/intel/libva/releases/download/${PV}/libva-${PV}.tar.bz2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
-SRC_URI[sha256sum] = "d3f4873715077a8c969c9bfe4ba8455a133353176be0ffe0c41ffd4155c9a8c8"
+SRC_URI[sha256sum] = "fad383f39f36115814bd0eda1496a4cc01761643bd962635400df2d4470ad460"
 
 S = "${WORKDIR}/libva-${PV}"