diff options
author | Lim Siew Hoon <siew.hoon.lim@intel.com> | 2025-05-05 01:15:20 -0700 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2025-05-06 09:29:04 +0800 |
commit | 3193965523244eebef4f42578a14fe8038301592 (patch) | |
tree | 29d463e7aa31ef3dfde5e441ce5de4d0e5eb4cda | |
parent | 172651fbb9bfff204727e781227a158658489bfa (diff) | |
download | meta-intel-3193965523244eebef4f42578a14fe8038301592.tar.gz |
libvpl: upgrade 2.13 -> 2.14
Release notes:
https://github.com/intel/libvpl/releases/tag/v2.14.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-multimedia/vpl/libvpl_2.14.0.bb (renamed from recipes-multimedia/vpl/libvpl_2.13.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/vpl/libvpl_2.13.0.bb b/recipes-multimedia/vpl/libvpl_2.14.0.bb index 4f540cc2..d52ca076 100644 --- a/recipes-multimedia/vpl/libvpl_2.13.0.bb +++ b/recipes-multimedia/vpl/libvpl_2.14.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 = "5f6bd8a1e753c8f63a3fd8b36894d6968b808a6d" | 14 | SRCREV = "025d43d086a3e663184cb49febe86152bf05409f" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | inherit cmake | 17 | inherit cmake |