From: Yogesh Tyagi <[email protected]> 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 <[email protected]> --- .../vpl/{libvpl_2.14.0.bb => libvpl_2.16.0.bb} | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) rename recipes-multimedia/vpl/{libvpl_2.14.0.bb => libvpl_2.16.0.bb} (76%) diff --git a/recipes-multimedia/vpl/libvpl_2.14.0.bb b/recipes-multimedia/vpl/libvpl_2.16.0.bb similarity index 76% rename from recipes-multimedia/vpl/libvpl_2.14.0.bb rename to 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." HOMEPAGE = "https://github.com/intel/libvpl" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ - file://third-party-programs.txt;md5=ddf05049184e74942f45b0ca4cc69b8a" + file://third-party-programs.txt;md5=a7af995ed33a1fad14b4ef92e6801994" SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=main \ file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \ " -SRCREV = "025d43d086a3e663184cb49febe86152bf05409f" +SRCREV = "778a66d6c6537f08eabb91955dbbf1bce3812894" inherit cmake DEPENDS += "libva pkgconfig-native" @@ -21,11 +21,6 @@ PACKAGECONFIG[tools] = "-DBUILD_TOOLS=ON, -DBUILD_TOOLS=OFF, wayland wayland-nat EXTRA_OECMAKE = "-DBUILD_EXAMPLES=ON" -do_install:append() { - mkdir -p ${D}${datadir}/VPL/samples - mv ${D}${bindir}/hello-* ${D}${datadir}/VPL/samples -} - COMPATIBLE_HOST = '(x86_64).*-linux' PACKAGES =+ "${PN}-examples" @@ -39,5 +34,5 @@ FILES:${PN}-examples = "${datadir}/vpl \ FILES_SOLIBSDEV = "" FILES:${PN}-dev += "${libdir}/libvpl.so" -FILES:${PN} += " ${datadir}/VPL/samples \ +FILES:${PN} += " ${datadir}/vpl \ " -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8695): https://lists.yoctoproject.org/g/meta-intel/message/8695 Mute This Topic: https://lists.yoctoproject.org/mt/117592175/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
