summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLim Siew Hoon <siew.hoon.lim@intel.com>2024-09-30 08:01:02 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2024-09-30 11:01:30 +0800
commitacb6754d4fe172253c7352175960e4c6b4471484 (patch)
treed835bd2b1abcd1df799920ef893eb1a9f7604948
parent86a337d450684ef49f3cefeb1e00d606f0697d36 (diff)
downloadmeta-intel-acb6754d4fe172253c7352175960e4c6b4471484.tar.gz
libvpl: upgrade 2.10.2 -> 2.12.0
Removed all related command line tools. They have been moved to a separate repository since 2.11.0 version. (https://github.com/intel/libvpl-tools) Release notes: https://github.com/intel/libvpl/releases/tag/v2.12.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.12.0.bb (renamed from recipes-multimedia/vpl/libvpl_2.10.2.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-multimedia/vpl/libvpl_2.10.2.bb b/recipes-multimedia/vpl/libvpl_2.12.0.bb
index 04888e97..c6415665 100644
--- a/recipes-multimedia/vpl/libvpl_2.10.2.bb
+++ b/recipes-multimedia/vpl/libvpl_2.12.0.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \
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 = "383b5caac6df614e76ade5a07c4f53be702e9176" 14SRCREV = "0c13c410095764799afea0cf645bd896378579b8"
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17inherit cmake 17inherit cmake
@@ -20,9 +20,11 @@ DEPENDS += "libva pkgconfig-native"
20PACKAGECONFIG ??= "tools" 20PACKAGECONFIG ??= "tools"
21PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" 21PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols"
22 22
23EXTRA_OECMAKE = "-DBUILD_EXAMPLES=ON"
24
23do_install:append() { 25do_install:append() {
24 mkdir -p ${D}${datadir}/VPL/samples 26 mkdir -p ${D}${datadir}/VPL/samples
25 mv ${D}${bindir}/sample_* ${D}${datadir}/VPL/samples 27 mv ${D}${bindir}/hello-* ${D}${datadir}/VPL/samples
26} 28}
27 29
28COMPATIBLE_HOST = '(x86_64).*-linux' 30COMPATIBLE_HOST = '(x86_64).*-linux'
@@ -39,5 +41,4 @@ FILES_SOLIBSDEV = ""
39FILES:${PN}-dev += "${libdir}/libvpl.so" 41FILES:${PN}-dev += "${libdir}/libvpl.so"
40 42
41FILES:${PN} += " ${datadir}/VPL/samples \ 43FILES:${PN} += " ${datadir}/VPL/samples \
42 ${libdir}/vpl/libvpl_wayland.so \
43 " 44 "