]> code.ossystems Code Review - openembedded-core.git/commitdiff
libva: upgrade 2.6.0 -> 2.6.1
authorAnuj Mittal <anuj.mittal@intel.com>
Mon, 20 Jan 2020 07:29:50 +0000 (15:29 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jan 2020 16:38:54 +0000 (16:38 +0000)
Also switch back to using the released tarballs.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/libva/libva_2.6.1.bb [moved from meta/recipes-graphics/libva/libva_2.6.0.bb with 87% similarity]

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 d14e1911ada8daaf8a4239197b3beb78d2e045f0..92cea83bc1951e1caffe65da9747c9c7ba8876d3 100644 (file)
@@ -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"