x86_64 file no longer there in ittnotify/fortran/posix
so remove code from recipe which tries to delete this file

Release Notes:
https://github.com/intel/ittapi/releases/tag/v3.25.1

Signed-off-by: Yogesh Tyagi <yogesh.ty...@intel.com>
---
 recipes-multimedia/itt/{itt_3.24.8.bb => itt_3.25.1.bb} | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
 rename recipes-multimedia/itt/{itt_3.24.8.bb => itt_3.25.1.bb} (83%)

diff --git a/recipes-multimedia/itt/itt_3.24.8.bb 
b/recipes-multimedia/itt/itt_3.25.1.bb
similarity index 83%
rename from recipes-multimedia/itt/itt_3.24.8.bb
rename to recipes-multimedia/itt/itt_3.25.1.bb
index abc849d6..828ecf06 100644
--- a/recipes-multimedia/itt/itt_3.24.8.bb
+++ b/recipes-multimedia/itt/itt_3.25.1.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSES/BSD-3-Clause.txt;md5=c551872bcf41ce707df54c7
                     "
 
 SRC_URI = "git://github.com/intel/ittapi.git;protocol=https;branch=master"
-SRCREV = "1d92c61fa2293d86ff248ff37160651de5d49bbf"
+SRCREV = "6ddf03848b46f78a8d2cbe596cbe1b5e2602005c"
 S = "${WORKDIR}/git"
 PE = "1"
 
@@ -28,12 +28,6 @@ do_install() {
      cp -r ${S}/include/* ${D}${includedir}/ittnotify
      cp -r ${S}/src/ittnotify/*.h ${D}${includedir}/ittnotify
      rm -r ${D}${includedir}/ittnotify/fortran/win32
-     if [ "${TARGET_ARCH}" = "x86_64" ]; then
-        rm -r ${D}${includedir}/ittnotify/fortran/posix/x86
-     else
-        rm -r ${D}${includedir}/ittnotify/fortran/posix/x86_64
-     fi
-
 }
 
 RDEPENDS:${PN}-dev:remove = "${PN} (= ${EXTENDPKGV})"
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8362): 
https://lists.yoctoproject.org/g/meta-intel/message/8362
Mute This Topic: https://lists.yoctoproject.org/mt/107537548/21656
Group Owner: meta-intel+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to