From 5604b4bab738317a490b0a2628058b78e41a76fa Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Mon, 20 Jan 2020 15:29:50 +0800 Subject: [PATCH] libva: upgrade 2.6.0 -> 2.6.1 Also switch back to using the released tarballs. Signed-off-by: Anuj Mittal Signed-off-by: Ross Burton --- .../libva/{libva_2.6.0.bb => libva_2.6.1.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/libva/{libva_2.6.0.bb => libva_2.6.1.bb} (87%) diff --git a/meta/recipes-graphics/libva/libva_2.6.0.bb b/meta/recipes-graphics/libva/libva_2.6.1.bb similarity index 87% rename from meta/recipes-graphics/libva/libva_2.6.0.bb rename to meta/recipes-graphics/libva/libva_2.6.1.bb index d14e1911ad..92cea83bc1 100644 --- a/meta/recipes-graphics/libva/libva_2.6.0.bb +++ b/meta/recipes-graphics/libva/libva_2.6.1.bb @@ -17,9 +17,9 @@ SECTION = "x11" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" -SRC_URI = "git://github.com/intel/libva.git;branch=v2.6-branch" -SRCREV = "5f693d9e603e0e83928cec67c30b6ac902d7aa85" -S = "${WORKDIR}/git" +SRC_URI = "https://github.com/intel/${BPN}/releases/download/${PV}/${BP}.tar.bz2" +SRC_URI[md5sum] = "aef13eb48e01a47d1416d97462a22a11" +SRC_URI[sha256sum] = "6c57eb642d828af2411aa38f55dc10111e8c98976dbab8fd62e48629401eaea5" UPSTREAM_CHECK_URI = "https://github.com/intel/libva/releases" -- 2.40.1