diff options
author | Lim Siew Hoon <siew.hoon.lim@intel.com> | 2025-02-13 09:02:42 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-02-13 23:33:59 +0800 |
commit | 7137693e92b8f6e7e21ceb57e6afe1f668796990 (patch) | |
tree | 2f9a17a7346c9823468d20f0f2600a947078185a /recipes-multimedia | |
parent | ee209683b724ba9d420919059df04bbdd07559f0 (diff) | |
download | meta-intel-7137693e92b8f6e7e21ceb57e6afe1f668796990.tar.gz |
libvpl: upgrade 2.12.0 -> 2.13.0
Release Notes:
https://github.com/intel/libvpl/releases/tag/v2.13.0
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/vpl/libvpl_2.13.0.bb (renamed from recipes-multimedia/vpl/libvpl_2.12.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/vpl/libvpl_2.12.0.bb b/recipes-multimedia/vpl/libvpl_2.13.0.bb index c6415665..4f540cc2 100644 --- a/recipes-multimedia/vpl/libvpl_2.12.0.bb +++ b/recipes-multimedia/vpl/libvpl_2.13.0.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ | |||
11 | SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=main \ | 11 | SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=main \ |
12 | file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \ | 12 | file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \ |
13 | " | 13 | " |
14 | SRCREV = "0c13c410095764799afea0cf645bd896378579b8" | 14 | SRCREV = "5f6bd8a1e753c8f63a3fd8b36894d6968b808a6d" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | inherit cmake | 17 | inherit cmake |