diff options
author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2024-07-25 10:19:24 +0530 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-07-30 09:25:49 +0800 |
commit | ea270e6f7b2ac1b5013b5375c3e1cf1b74adab33 (patch) | |
tree | a988f9eb38f90c57d32787cec9fa27e81429de93 | |
parent | ece4cf8c320f50ead885fe4357fe7e1dc07d2bb9 (diff) | |
download | meta-intel-ea270e6f7b2ac1b5013b5375c3e1cf1b74adab33.tar.gz |
itt : upgrade 3.24.8 -> 3.25.1
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.tyagi@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | recipes-multimedia/itt/itt_3.25.1.bb (renamed from recipes-multimedia/itt/itt_3.24.8.bb) | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/recipes-multimedia/itt/itt_3.24.8.bb b/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 | |||
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI = "git://github.com/intel/ittapi.git;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/intel/ittapi.git;protocol=https;branch=master" |
12 | SRCREV = "1d92c61fa2293d86ff248ff37160651de5d49bbf" | 12 | SRCREV = "6ddf03848b46f78a8d2cbe596cbe1b5e2602005c" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | PE = "1" | 14 | PE = "1" |
15 | 15 | ||
@@ -28,12 +28,6 @@ do_install() { | |||
28 | cp -r ${S}/include/* ${D}${includedir}/ittnotify | 28 | cp -r ${S}/include/* ${D}${includedir}/ittnotify |
29 | cp -r ${S}/src/ittnotify/*.h ${D}${includedir}/ittnotify | 29 | cp -r ${S}/src/ittnotify/*.h ${D}${includedir}/ittnotify |
30 | rm -r ${D}${includedir}/ittnotify/fortran/win32 | 30 | rm -r ${D}${includedir}/ittnotify/fortran/win32 |
31 | if [ "${TARGET_ARCH}" = "x86_64" ]; then | ||
32 | rm -r ${D}${includedir}/ittnotify/fortran/posix/x86 | ||
33 | else | ||
34 | rm -r ${D}${includedir}/ittnotify/fortran/posix/x86_64 | ||
35 | fi | ||
36 | |||
37 | } | 31 | } |
38 | 32 | ||
39 | RDEPENDS:${PN}-dev:remove = "${PN} (= ${EXTENDPKGV})" | 33 | RDEPENDS:${PN}-dev:remove = "${PN} (= ${EXTENDPKGV})" |