diff options
| author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-01-27 18:14:58 +0530 |
|---|---|---|
| committer | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-01-27 18:20:08 +0530 |
| commit | b2189231f6622a45036a9043dff56e33e909183e (patch) | |
| tree | 0fad26e66ebd764bda9d06eb9b35bdb0b65e2091 | |
| parent | deccd450234efe2fcf3565d0cbd976d9f08c1816 (diff) | |
| download | meta-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." | |||
| 6 | HOMEPAGE = "https://github.com/intel/libvpl" | 6 | HOMEPAGE = "https://github.com/intel/libvpl" |
| 7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ |
| 9 | file://third-party-programs.txt;md5=ddf05049184e74942f45b0ca4cc69b8a" | 9 | file://third-party-programs.txt;md5=a7af995ed33a1fad14b4ef92e6801994" |
| 10 | 10 | ||
| 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 = "025d43d086a3e663184cb49febe86152bf05409f" | 14 | SRCREV = "778a66d6c6537f08eabb91955dbbf1bce3812894" |
| 15 | 15 | ||
| 16 | inherit cmake | 16 | inherit cmake |
| 17 | DEPENDS += "libva pkgconfig-native" | 17 | DEPENDS += "libva pkgconfig-native" |
| @@ -21,11 +21,6 @@ PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-nat | |||
| 21 | 21 | ||
| 22 | EXTRA_OECMAKE = "-DBUILD_EXAMPLES=ON" | 22 | EXTRA_OECMAKE = "-DBUILD_EXAMPLES=ON" |
| 23 | 23 | ||
| 24 | do_install:append() { | ||
| 25 | mkdir -p ${D}${datadir}/VPL/samples | ||
| 26 | mv ${D}${bindir}/hello-* ${D}${datadir}/VPL/samples | ||
| 27 | } | ||
| 28 | |||
| 29 | COMPATIBLE_HOST = '(x86_64).*-linux' | 24 | COMPATIBLE_HOST = '(x86_64).*-linux' |
| 30 | 25 | ||
| 31 | PACKAGES =+ "${PN}-examples" | 26 | PACKAGES =+ "${PN}-examples" |
| @@ -39,5 +34,5 @@ FILES:${PN}-examples = "${datadir}/vpl \ | |||
| 39 | FILES_SOLIBSDEV = "" | 34 | FILES_SOLIBSDEV = "" |
| 40 | FILES:${PN}-dev += "${libdir}/libvpl.so" | 35 | FILES:${PN}-dev += "${libdir}/libvpl.so" |
| 41 | 36 | ||
| 42 | FILES:${PN} += " ${datadir}/VPL/samples \ | 37 | FILES:${PN} += " ${datadir}/vpl \ |
| 43 | " | 38 | " |
