[OE-core] [PATCH 2/2] libva-utils: upgrade 2.5.0 -> 2.6.0
Naveen Saini
naveen.kumar.saini at intel.com
Thu Dec 26 06:14:15 UTC 2019
Release details can be found here:
https://github.com/intel/libva-utils/releases/tag/2.6.0
Removed the patch which is not required anymore
Signed-off-by: Naveen Saini <naveen.kumar.saini at intel.com>
---
.../libva/{libva-utils_2.5.0.bb => libva-utils_2.6.0.bb} | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
rename meta/recipes-graphics/libva/{libva-utils_2.5.0.bb => libva-utils_2.6.0.bb} (78%)
diff --git a/meta/recipes-graphics/libva/libva-utils_2.5.0.bb b/meta/recipes-graphics/libva/libva-utils_2.6.0.bb
similarity index 78%
rename from meta/recipes-graphics/libva/libva-utils_2.5.0.bb
rename to meta/recipes-graphics/libva/libva-utils_2.6.0.bb
index f68d0cf..638e3c5 100644
--- a/meta/recipes-graphics/libva/libva-utils_2.5.0.bb
+++ b/meta/recipes-graphics/libva/libva-utils_2.6.0.bb
@@ -14,12 +14,9 @@ SECTION = "x11"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e"
-SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2 \
- file://0001-Build-sfcsample-only-when-X11-backend-is-enabled.patch \
- "
-
-SRC_URI[md5sum] = "c1fada26c286654859eff33b2562cb79"
-SRC_URI[sha256sum] = "9238c9d5110d60f935683390b8383fdac3507346384cd5f117a23c6db1d72a17"
+SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.6-branch"
+SRCREV = "8ea1eba433dcbceb0e5dcb54b8e3f984987f7a17"
+S = "${WORKDIR}/git"
UPSTREAM_CHECK_URI = "https://github.com/intel/libva-utils/releases"
--
2.7.4
More information about the Openembedded-core
mailing list