diff options
author | Lim Siew Hoon <siew.hoon.lim@intel.com> | 2024-09-30 08:01:00 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-09-30 09:44:12 +0800 |
commit | fd8ccbdf1e381ba0bc5daefdf27ae17261a1eb0d (patch) | |
tree | 5b854cbc0d6b026b1d65eabece7e3df44056894c | |
parent | 438897ccab0d0888726e32f73ce968dd29af7838 (diff) | |
download | meta-intel-fd8ccbdf1e381ba0bc5daefdf27ae17261a1eb0d.tar.gz |
libva-utils: upgrade 2.21.0 -> 2.22.0
Release notes:
https://github.com/intel/libva-utils/releases/tag/2.22
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-utils_2.22.0.bb (renamed from recipes-graphics/libva/libva-intel-utils_2.21.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/libva/libva-intel-utils_2.21.0.bb b/recipes-graphics/libva/libva-intel-utils_2.22.0.bb index 0407aa18..4ad97eed 100644 --- a/recipes-graphics/libva/libva-intel-utils_2.21.0.bb +++ b/recipes-graphics/libva/libva-intel-utils_2.22.0.bb | |||
@@ -14,8 +14,8 @@ SECTION = "x11" | |||
14 | LICENSE = "MIT" | 14 | LICENSE = "MIT" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=b148fc8adf19dc9aec17cf9cd29a9a5e" |
16 | 16 | ||
17 | SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.21-branch;protocol=https" | 17 | SRC_URI = "git://github.com/intel/libva-utils.git;branch=v2.22-branch;protocol=https" |
18 | SRCREV = "5a59217d5d288f7671ca18d3764139289d83a93e" | 18 | SRCREV = "1a13ae13382b7b548f3a7e8035e1d7df66662c0a" |
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||
21 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 21 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |