Rebased patches: * 0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch Release notes: https://github.com/intel/libvpl/releases/tag/v2023.4.0
Signed-off-by: Lim Siew Hoon <[email protected]> --- ...01-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch} | 12 ++++++------ .../{onevpl_2023.3.1.bb => onevpl_2023.4.0.bb} | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) rename recipes-multimedia/onevpl/files/{0006-vpl.pc.in-dont-pass-pcfiledir.patch => 0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch} (77%) rename recipes-multimedia/onevpl/{onevpl_2023.3.1.bb => onevpl_2023.4.0.bb} (84%) diff --git a/recipes-multimedia/onevpl/files/0006-vpl.pc.in-dont-pass-pcfiledir.patch b/recipes-multimedia/onevpl/files/0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch similarity index 77% rename from recipes-multimedia/onevpl/files/0006-vpl.pc.in-dont-pass-pcfiledir.patch rename to recipes-multimedia/onevpl/files/0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch index 887b8b1d..762a4902 100644 --- a/recipes-multimedia/onevpl/files/0006-vpl.pc.in-dont-pass-pcfiledir.patch +++ b/recipes-multimedia/onevpl/files/0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch @@ -1,4 +1,4 @@ -From 5055b72e87e2dfbb8ac2fbb0e9d8cb4be2e11add Mon Sep 17 00:00:00 2001 +From 630c32194f53c70f4f654fb3d198790df253ba1f Mon Sep 17 00:00:00 2001 From: Markus Volk <[email protected]> Date: Thu, 15 Jun 2023 13:43:32 +0200 Subject: [PATCH] vpl.pc.in: dont pass pcfiledir to cflags @@ -7,13 +7,13 @@ Signed-off-by: Markus Volk <[email protected]> Upstream-Status: Inappropriate [oe specific] --- - dispatcher/pkgconfig/vpl.pc.in | 4 ++-- + libvpl/pkgconfig/vpl.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -diff --git a/dispatcher/pkgconfig/vpl.pc.in b/dispatcher/pkgconfig/vpl.pc.in +diff --git a/libvpl/pkgconfig/vpl.pc.in b/libvpl/pkgconfig/vpl.pc.in index ab468a9..05c020e 100644 ---- a/dispatcher/pkgconfig/vpl.pc.in -+++ b/dispatcher/pkgconfig/vpl.pc.in +--- a/libvpl/pkgconfig/vpl.pc.in ++++ b/libvpl/pkgconfig/vpl.pc.in @@ -8,6 +8,6 @@ Description: oneAPI Video Processing Library Version: @API_VERSION_MAJOR@.@API_VERSION_MINOR@ URL: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onevpl.html @@ -24,5 +24,5 @@ index ab468a9..05c020e 100644 -Cflags: -I${includedir} -I${includedir}/vpl +Cflags: -I@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@ -I@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@/vpl -- -2.34.1 +2.40.1 diff --git a/recipes-multimedia/onevpl/onevpl_2023.3.1.bb b/recipes-multimedia/onevpl/onevpl_2023.4.0.bb similarity index 84% rename from recipes-multimedia/onevpl/onevpl_2023.3.1.bb rename to recipes-multimedia/onevpl/onevpl_2023.4.0.bb index 66465400..513c7f2c 100644 --- a/recipes-multimedia/onevpl/onevpl_2023.3.1.bb +++ b/recipes-multimedia/onevpl/onevpl_2023.4.0.bb @@ -6,12 +6,12 @@ that works across a wide range of accelerators." HOMEPAGE = "https://github.com/oneapi-src/oneVPL" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=c18ea6bb4786a26bf4eee88a7424a408 \ - file://third-party-programs.txt;md5=f43d223f2b736e89abed9660483d0386" + file://third-party-programs.txt;md5=0e35a23482445dd089b4eabe19103a06" SRC_URI = "git://github.com/oneapi-src/oneVPL.git;protocol=https;branch=master \ - file://0006-vpl.pc.in-dont-pass-pcfiledir.patch \ + file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \ " -SRCREV = "ca5bbbb057a6e84b103aca807612afb693ad046c" +SRCREV = "2274efcd3672b43297ef774f332e1fed6781381c" S = "${WORKDIR}/git" inherit cmake -- 2.40.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8229): https://lists.yoctoproject.org/g/meta-intel/message/8229 Mute This Topic: https://lists.yoctoproject.org/mt/104576553/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
