From a82be9779cc962c0d2333ac0c37e95c7c11e00b8 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Fri, 2 Aug 2019 16:45:14 +0800 Subject: itt: upgrade v17.0 -> v17.01.28 More info can be found here: https://github.com/intel/IntelSEAPI/releases/tag/17.01.28 Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-multimedia/itt/itt_17.0.bb | 30 ------------------------------ recipes-multimedia/itt/itt_17.01.28.bb | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 30 deletions(-) delete mode 100644 recipes-multimedia/itt/itt_17.0.bb create mode 100644 recipes-multimedia/itt/itt_17.01.28.bb diff --git a/recipes-multimedia/itt/itt_17.0.bb b/recipes-multimedia/itt/itt_17.0.bb deleted file mode 100644 index a40a2e9b..00000000 --- a/recipes-multimedia/itt/itt_17.0.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "Intel® Single Event API" -DESCRIPTION = "Intel® SEAPI is the translator of itt_notify calls into \ -several OS specific and third party tracing formats. \ -You can use it as memory/performance/whatever profiler." - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://sea_itt_lib/Copyright.txt;md5=7d54dfc8860742fb06b9c5ad28f41fcd" - -SRC_URI = "\ - git://github.com/intel/IntelSEAPI.git;protocol=https \ - file://0001-CMakeLists.txt-set-output-directory-path.patch \ -" -SRCREV="36bff07521afffc0c0f7db79252338954ca7e6dd" -S = "${WORKDIR}/git" - -inherit pkgconfig cmake - -EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release" -EXTRA_OECMAKE += "-DDCO_PILOT=0" -EXTRA_OECMAKE += "${@oe.utils.conditional('TARGET_ARCH','x86_64','','-DFORCE_32=ON',d)}" - -COMPATIBLE_HOST_libc-musl_class-target = "null" - -do_install() { - install -d -m 755 ${D}${libdir} ${D}${includedir} - install -m 644 ${S}/bin/*.a ${D}${libdir} - install -m 644 ${S}/ittnotify/include/ittnotify.h ${D}${includedir} -} - -RDEPENDS_${PN}-dev_remove = "${PN} (= ${EXTENDPKGV})" diff --git a/recipes-multimedia/itt/itt_17.01.28.bb b/recipes-multimedia/itt/itt_17.01.28.bb new file mode 100644 index 00000000..6655944a --- /dev/null +++ b/recipes-multimedia/itt/itt_17.01.28.bb @@ -0,0 +1,29 @@ +SUMMARY = "Intel® Single Event API" +DESCRIPTION = "Intel® SEAPI is the translator of itt_notify calls into \ +several OS specific and third party tracing formats. \ +You can use it as memory/performance/whatever profiler." + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://sea_itt_lib/Copyright.txt;md5=7d54dfc8860742fb06b9c5ad28f41fcd" + +SRC_URI = "git://github.com/intel/IntelSEAPI.git;protocol=https \ + file://0001-CMakeLists.txt-set-output-directory-path.patch \ + " +SRCREV = "488651b6bf0da6f15fb33e64a1dcdb63f8bee910" +S = "${WORKDIR}/git" + +inherit pkgconfig cmake + +EXTRA_OECMAKE += "-DCMAKE_BUILD_TYPE=Release" +EXTRA_OECMAKE += "-DDCO_PILOT=0" +EXTRA_OECMAKE += "${@oe.utils.conditional('TARGET_ARCH','x86_64','','-DFORCE_32=ON',d)}" + +COMPATIBLE_HOST_libc-musl_class-target = "null" + +do_install() { + install -d -m 755 ${D}${libdir} ${D}${includedir} + install -m 644 ${S}/bin/*.a ${D}${libdir} + install -m 644 ${S}/ittnotify/include/ittnotify.h ${D}${includedir} +} + +RDEPENDS_${PN}-dev_remove = "${PN} (= ${EXTENDPKGV})" -- cgit v1.2.3-54-g00ecf