libvpl: fixed wrong commit id for 2.10.2 tag

Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
Lim Siew Hoon 2024-05-09 13:36:08 +08:00 committed by Anuj Mittal
parent 52f5037453
commit 4c0414ea1f
2 changed files with 6 additions and 9 deletions

View File

@ -1,4 +1,4 @@
From 630c32194f53c70f4f654fb3d198790df253ba1f Mon Sep 17 00:00:00 2001
From ff715f4c543ddabc5c90160d0ae5c5598e8e1289 Mon Sep 17 00:00:00 2001
From: Markus Volk <f_l_k@t-online.de>
Date: Thu, 15 Jun 2023 13:43:32 +0200
Subject: [PATCH] vpl.pc.in: dont pass pcfiledir to cflags
@ -11,18 +11,15 @@ Upstream-Status: Inappropriate [oe specific]
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libvpl/pkgconfig/vpl.pc.in b/libvpl/pkgconfig/vpl.pc.in
index ab468a9..05c020e 100644
index aa9b158..b4e85ff 100644
--- a/libvpl/pkgconfig/vpl.pc.in
+++ b/libvpl/pkgconfig/vpl.pc.in
@@ -8,6 +8,6 @@ Description: oneAPI Video Processing Library
@@ -7,6 +7,6 @@ Description: Accelerated video decode, encode, and frame processing capabilities
Version: @API_VERSION_MAJOR@.@API_VERSION_MINOR@
URL: https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/onevpl.html
URL: https://github.com/intel/libvpl
-Libs: -L${libdir} -l@OUTPUT_NAME@ @VPL_PKGCONFIG_DEPENDENT_LIBS@
+Libs: -L@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@ -l@OUTPUT_NAME@ @VPL_PKGCONFIG_DEPENDENT_LIBS@
Libs.private: @VPL_PKGCONFIG_PRIVATE_LIBS@
-Cflags: -I${includedir} -I${includedir}/vpl
+Cflags: -I@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@ -I@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@/vpl
--
2.40.1

View File

@ -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=0e35a23482445dd089b4eabe19103a06"
file://third-party-programs.txt;md5=ddf05049184e74942f45b0ca4cc69b8a"
SRC_URI = "git://github.com/intel/libvpl.git;protocol=https;branch=master \
file://0001-vpl.pc.in-dont-pass-pcfiledir-to-cflags.patch \
"
SRCREV = "2274efcd3672b43297ef774f332e1fed6781381c"
SRCREV = "383b5caac6df614e76ade5a07c4f53be702e9176"
S = "${WORKDIR}/git"
inherit cmake