summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2024-09-30 08:00:59 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2024-09-30 09:44:12 +0800
commit438897ccab0d0888726e32f73ce968dd29af7838 (patch)
tree0ede2fd1505ef255ed2e7feef0e4c0a207b1049d
parentd007bbd93676dd37046223977bab700e84a7d1e4 (diff)
downloadmeta-intel-438897ccab0d0888726e32f73ce968dd29af7838.tar.gz
libva: upgrade 2.21.0 -> 2.22.0
Release notes: https://github.com/intel/libva/releases/tag/2.22.0 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-graphics/libva/libva-intel_2.22.0.bb (renamed from recipes-graphics/libva/libva-intel_2.21.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/libva/libva-intel_2.21.0.bb b/recipes-graphics/libva/libva-intel_2.22.0.bb
index 83fb3646..2405f440 100644
--- a/recipes-graphics/libva/libva-intel_2.21.0.bb
+++ b/recipes-graphics/libva/libva-intel_2.22.0.bb
@@ -17,10 +17,10 @@ SECTION = "x11"
17LICENSE = "MIT" 17LICENSE = "MIT"
18LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f" 18LIC_FILES_CHKSUM = "file://COPYING;md5=2e48940f94acb0af582e5ef03537800f"
19 19
20SRC_URI = "git://github.com/intel/libva.git;protocol=https;branch=v2.21-branch \ 20SRC_URI = "git://github.com/intel/libva.git;protocol=https;branch=v2.22-branch \
21 " 21 "
22 22
23SRCREV = "0b01aed44ef1a6ad660261284ff266fa812829ef" 23SRCREV = "217da1c28336d6a7e9c0c4cb8f1c303968a675f1"
24 24
25S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"
26 26