summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2026-01-27 18:15:08 +0530
committerYogesh Tyagi <yogesh.tyagi@intel.com>2026-01-27 18:20:18 +0530
commit135009fed28a097168129321e0e430dd71245681 (patch)
tree9b73e698e94c25c92cee9c2dedd510efb9d13ef6
parentb2189231f6622a45036a9043dff56e33e909183e (diff)
downloadmeta-intel-135009fed28a097168129321e0e430dd71245681.tar.gz
libvpl-tools : upgrade 1.3.0 -> 1.5.0
Drop 2 patches as they are merged upstream: - 0001-Update-vpl-inspect-to-remove-ReportedStats.patch - 0001-Add-cstdint-header-to-resolve-build-issue-with-gcc-1.patch Release Notes: https://github.com/intel/libvpl-tools/releases/tag/v1.5.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
-rw-r--r--recipes-multimedia/vpl/libvpl-tools_1.5.0.bb (renamed from recipes-multimedia/vpl/libvpl-tools_1.3.0.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb b/recipes-multimedia/vpl/libvpl-tools_1.5.0.bb
index 9154eb62..662d3add 100644
--- a/recipes-multimedia/vpl/libvpl-tools_1.3.0.bb
+++ b/recipes-multimedia/vpl/libvpl-tools_1.5.0.bb
@@ -9,11 +9,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \
9 file://third-party-programs.txt;md5=ddf05049184e74942f45b0ca4cc69b8a" 9 file://third-party-programs.txt;md5=ddf05049184e74942f45b0ca4cc69b8a"
10 10
11SRC_URI = "git://github.com/intel/libvpl-tools.git;protocol=https;branch=main \ 11SRC_URI = "git://github.com/intel/libvpl-tools.git;protocol=https;branch=main \
12 file://0001-Update-vpl-inspect-to-remove-ReportedStats.patch \
13 file://0001-Add-cstdint-header-to-resolve-build-issue-with-gcc-1.patch \
14 " 12 "
15 13
16SRCREV = "82eab13ecec99f34e0f1d5dac490611b604406c9" 14SRCREV = "ad9deecaf0ee76f689373b55fe620c843e3c8a4d"
17 15
18inherit cmake 16inherit cmake
19DEPENDS += "libva libvpl pkgconfig-native" 17DEPENDS += "libva libvpl pkgconfig-native"