From c88dfd9a79efd3b9074891ba40d4b48bbd421a8a Mon Sep 17 00:00:00 2001 From: Teoh Suh Haw Date: Tue, 28 Mar 2023 09:21:13 +0800 Subject: itt: upgrade 3.23.0 -> 3.24.0 Release Notes: https://github.com/intel/ittapi/releases/tag/v3.24.0 Signed-off-by: Teoh Suh Haw Signed-off-by: Anuj Mittal --- recipes-multimedia/itt/itt_3.23.0.bb | 39 ------------------------------------ recipes-multimedia/itt/itt_3.24.0.bb | 39 ++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 recipes-multimedia/itt/itt_3.23.0.bb create mode 100644 recipes-multimedia/itt/itt_3.24.0.bb (limited to 'recipes-multimedia') diff --git a/recipes-multimedia/itt/itt_3.23.0.bb b/recipes-multimedia/itt/itt_3.23.0.bb deleted file mode 100644 index 83ff3142..00000000 --- a/recipes-multimedia/itt/itt_3.23.0.bb +++ /dev/null @@ -1,39 +0,0 @@ -SUMMARY = "IntelĀ® Instrumentation and Tracing Technology (ITT) and Just-In-Time (JIT) API" -DESCRIPTION = "The Instrumentation and Tracing Technology (ITT) API enables \ -application to generate and control the collection of trace data during its \ -execution across different Intel tools." - -LICENSE = "BSD-3-Clause & GPL-2.0-only" -LIC_FILES_CHKSUM = "file://LICENSES/BSD-3-Clause.txt;md5=c551872bcf41ce707df54c722edeca7b \ - file://LICENSES/GPL-2.0-only.txt;md5=e2d76e7801260c21b90eea3605508ad6 \ - " - -SRC_URI = "git://github.com/intel/ittapi.git;protocol=https;branch=master" -SRCREV = "96a01335dbc560b9224f52f0cc25c28ca0f1b564" -S = "${WORKDIR}/git" -PE = "1" - -UPSTREAM_CHECK_GITTAGREGEX = "^v(?P(\d+(\.\d+)+))$" - -COMPATIBLE_HOST = '(i.86|x86_64).*-linux' - -inherit pkgconfig cmake - -EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release" -EXTRA_OECMAKE += "${@oe.utils.conditional('TARGET_ARCH','x86_64','','-DFORCE_32=ON',d)}" - -do_install() { - install -d -m 755 ${D}${libdir} ${D}${includedir}/ittnotify - install -m 644 ${B}/bin/*.a ${D}${libdir} - 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})" diff --git a/recipes-multimedia/itt/itt_3.24.0.bb b/recipes-multimedia/itt/itt_3.24.0.bb new file mode 100644 index 00000000..4ed02622 --- /dev/null +++ b/recipes-multimedia/itt/itt_3.24.0.bb @@ -0,0 +1,39 @@ +SUMMARY = "IntelĀ® Instrumentation and Tracing Technology (ITT) and Just-In-Time (JIT) API" +DESCRIPTION = "The Instrumentation and Tracing Technology (ITT) API enables \ +application to generate and control the collection of trace data during its \ +execution across different Intel tools." + +LICENSE = "BSD-3-Clause & GPL-2.0-only" +LIC_FILES_CHKSUM = "file://LICENSES/BSD-3-Clause.txt;md5=c551872bcf41ce707df54c722edeca7b \ + file://LICENSES/GPL-2.0-only.txt;md5=e2d76e7801260c21b90eea3605508ad6 \ + " + +SRC_URI = "git://github.com/intel/ittapi.git;protocol=https;branch=master" +SRCREV = "0014aec56fea2f30c1374f40861e1bccdd53d0cb" +S = "${WORKDIR}/git" +PE = "1" + +UPSTREAM_CHECK_GITTAGREGEX = "^v(?P(\d+(\.\d+)+))$" + +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + +inherit pkgconfig cmake + +EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release" +EXTRA_OECMAKE += "${@oe.utils.conditional('TARGET_ARCH','x86_64','','-DFORCE_32=ON',d)}" + +do_install() { + install -d -m 755 ${D}${libdir} ${D}${includedir}/ittnotify + install -m 644 ${B}/bin/*.a ${D}${libdir} + 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})" -- cgit v1.2.3-54-g00ecf