summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2026-01-27 18:14:58 +0530
committerYogesh Tyagi <yogesh.tyagi@intel.com>2026-01-27 18:20:08 +0530
commitb2189231f6622a45036a9043dff56e33e909183e (patch)
tree0fad26e66ebd764bda9d06eb9b35bdb0b65e2091
parentdeccd450234efe2fcf3565d0cbd976d9f08c1816 (diff)
downloadmeta-intel-b2189231f6622a45036a9043dff56e33e909183e.tar.gz
libvpl : upgrade 2.14.0 -> 2.16.0
License update : Remove Microsoft Visual C++ Redistributable, Intel Media SDK, Intel GMMLib and Intel Media Driver entries from third-party-programs.txt. Remove do_install:append as examples are now installed as source. Release Notes: https://github.com/intel/libvpl/releases/tag/v2.16.0 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
-rw-r--r--recipes-multimedia/vpl/libvpl_2.16.0.bb (renamed from recipes-multimedia/vpl/libvpl_2.14.0.bb)11
1 files changed, 3 insertions, 8 deletions
diff --git a/recipes-multimedia/vpl/libvpl_2.14.0.bb b/recipes-multimedia/vpl/libvpl_2.16.0.bb
index 3c35a892..107abef5 100644
--- a/recipes-multimedia/vpl/libvpl_2.14.0.bb
+++ b/recipes-multimedia/vpl/libvpl_2.16.0.bb
@@ -6,12 +6,12 @@ that works across a wide range of accelerators."
6HOMEPAGE = "https://github.com/intel/libvpl" 6HOMEPAGE = "https://github.com/intel/libvpl"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ 8LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \
9 file://third-party-programs.txt;md5=ddf05049184e74942f45b0ca4cc69b8a" 9 file://third-party-programs.txt;md5=a7af995ed33a1fad14b4ef92e6801994"
10 10
11SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=main \ 11SRC_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 "
14SRCREV = "025d43d086a3e663184cb49febe86152bf05409f" 14SRCREV = "778a66d6c6537f08eabb91955dbbf1bce3812894"
15 15
16inherit cmake 16inherit cmake
17DEPENDS += "libva pkgconfig-native" 17DEPENDS += "libva pkgconfig-native"
@@ -21,11 +21,6 @@ PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-nat
21 21
22EXTRA_OECMAKE = "-DBUILD_EXAMPLES=ON" 22EXTRA_OECMAKE = "-DBUILD_EXAMPLES=ON"
23 23
24do_install:append() {
25 mkdir -p ${D}${datadir}/VPL/samples
26 mv ${D}${bindir}/hello-* ${D}${datadir}/VPL/samples
27}
28
29COMPATIBLE_HOST = '(x86_64).*-linux' 24COMPATIBLE_HOST = '(x86_64).*-linux'
30 25
31PACKAGES =+ "${PN}-examples" 26PACKAGES =+ "${PN}-examples"
@@ -39,5 +34,5 @@ FILES:${PN}-examples = "${datadir}/vpl \
39FILES_SOLIBSDEV = "" 34FILES_SOLIBSDEV = ""
40FILES:${PN}-dev += "${libdir}/libvpl.so" 35FILES:${PN}-dev += "${libdir}/libvpl.so"
41 36
42FILES:${PN} += " ${datadir}/VPL/samples \ 37FILES:${PN} += " ${datadir}/vpl \
43 " 38 "