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....@intel.com> --- .../vpl/{libvpl_2.10.2.bb => libvpl_2.12.0.bb} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) rename recipes-multimedia/vpl/{libvpl_2.10.2.bb => libvpl_2.12.0.bb} (88%) diff --git a/recipes-multimedia/vpl/libvpl_2.10.2.bb b/recipes-multimedia/vpl/libvpl_2.12.0.bb similarity index 88% rename from recipes-multimedia/vpl/libvpl_2.10.2.bb rename to recipes-multimedia/vpl/libvpl_2.12.0.bb index 04888e97..173cea5a 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 \ SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=main \ file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \ " -SRCREV = "383b5caac6df614e76ade5a07c4f53be702e9176" +SRCREV = "0c13c410095764799afea0cf645bd896378579b8" S = "${WORKDIR}/git" inherit cmake @@ -20,9 +20,11 @@ DEPENDS += "libva pkgconfig-native" PACKAGECONFIG ??= "tools" PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-native wayland-protocols" +EXTRA_OECMAKE = "-DBUILD_EXAMPLES=ON" + do_install:append() { mkdir -p ${D}${datadir}/VPL/samples - mv ${D}${bindir}/sample_* ${D}${datadir}/VPL/samples + mv ${D}${bindir}/hello_* ${D}${datadir}/VPL/samples } COMPATIBLE_HOST = '(x86_64).*-linux' @@ -39,5 +41,4 @@ FILES_SOLIBSDEV = "" FILES:${PN}-dev += "${libdir}/libvpl.so" FILES:${PN} += " ${datadir}/VPL/samples \ - ${libdir}/vpl/libvpl_wayland.so \ " -- 2.43.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8422): https://lists.yoctoproject.org/g/meta-intel/message/8422 Mute This Topic: https://lists.yoctoproject.org/mt/108728477/21656 Group Owner: meta-intel+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-