diff options
author | Lim Siew Hoon <siew.hoon.lim@intel.com> | 2024-09-30 08:01:02 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-09-30 11:01:30 +0800 |
commit | acb6754d4fe172253c7352175960e4c6b4471484 (patch) | |
tree | d835bd2b1abcd1df799920ef893eb1a9f7604948 | |
parent | 86a337d450684ef49f3cefeb1e00d606f0697d36 (diff) | |
download | meta-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 \ | |||
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 = "383b5caac6df614e76ade5a07c4f53be702e9176" | 14 | SRCREV = "0c13c410095764799afea0cf645bd896378579b8" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | inherit cmake | 17 | inherit cmake |
@@ -20,9 +20,11 @@ DEPENDS += "libva pkgconfig-native" | |||
20 | PACKAGECONFIG ??= "tools" | 20 | PACKAGECONFIG ??= "tools" |
21 | PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" | 21 | PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" |
22 | 22 | ||
23 | EXTRA_OECMAKE = "-DBUILD_EXAMPLES=ON" | ||
24 | |||
23 | do_install:append() { | 25 | do_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 | ||
28 | COMPATIBLE_HOST = '(x86_64).*-linux' | 30 | COMPATIBLE_HOST = '(x86_64).*-linux' |
@@ -39,5 +41,4 @@ FILES_SOLIBSDEV = "" | |||
39 | FILES:${PN}-dev += "${libdir}/libvpl.so" | 41 | FILES:${PN}-dev += "${libdir}/libvpl.so" |
40 | 42 | ||
41 | FILES:${PN} += " ${datadir}/VPL/samples \ | 43 | FILES:${PN} += " ${datadir}/VPL/samples \ |
42 | ${libdir}/vpl/libvpl_wayland.so \ | ||
43 | " | 44 | " |