mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00
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>
This commit is contained in:
parent
ece4cf8c32
commit
ea270e6f7b
|
@ -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})"
|
Loading…
Reference in New Issue
Block a user