From 83239e51830efc9828fbdcff7b1e3ba10b187d14 Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Mon, 11 Mar 2024 03:18:48 -0700 Subject: libipt : upgrade 2.1.0 -> 2.1.1 License-Update: copyright years updated Release Notes: https://github.com/intel/libipt/releases/tag/v2.1.1 Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- recipes-support/libipt/libipt_2.1.0.bb | 34 ---------------------------------- recipes-support/libipt/libipt_2.1.1.bb | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 recipes-support/libipt/libipt_2.1.0.bb create mode 100644 recipes-support/libipt/libipt_2.1.1.bb diff --git a/recipes-support/libipt/libipt_2.1.0.bb b/recipes-support/libipt/libipt_2.1.0.bb deleted file mode 100644 index ecd41e4d..00000000 --- a/recipes-support/libipt/libipt_2.1.0.bb +++ /dev/null @@ -1,34 +0,0 @@ -SUMMARY = "Intel(R) Processor Trace Decoder Library" -DESCRIPTION = "The Intel Processor Trace (Intel PT) Decoder Library is Intel's \ -reference implementation for decoding Intel PT. It can be used as a standalone \ -library or it can be partially or fully integrated into your tool." -HOMEPAGE = "https://github.com/intel/libipt" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=46f05b778d7870144ac731c0234007af" - -inherit pkgconfig cmake - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.1" - -SRCREV = "45d74c4fc01097419a88609f110d0a3ca63e326a" - -EXTRA_OECMAKE += " \ - -DPTDUMP=ON \ - -DPTTC=ON \ - -DPTSEG=ON \ - -DCMAKE_SKIP_RPATH=ON \ - " - -do_install:append() { - install -d ${D}${bindir}/libipt - install -d ${D}${bindir}/libipt/tests - - cp -r ${B}/bin/* ${D}${bindir}/libipt/ - cp -r ${WORKDIR}/git/test/src/* ${D}${bindir}/libipt/tests -} - -FILES:${PN}-test = "${bindir}" -PACKAGES =+ "${PN}-test" diff --git a/recipes-support/libipt/libipt_2.1.1.bb b/recipes-support/libipt/libipt_2.1.1.bb new file mode 100644 index 00000000..205967c1 --- /dev/null +++ b/recipes-support/libipt/libipt_2.1.1.bb @@ -0,0 +1,34 @@ +SUMMARY = "Intel(R) Processor Trace Decoder Library" +DESCRIPTION = "The Intel Processor Trace (Intel PT) Decoder Library is Intel's \ +reference implementation for decoding Intel PT. It can be used as a standalone \ +library or it can be partially or fully integrated into your tool." +HOMEPAGE = "https://github.com/intel/libipt" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a429afa59f273b5d12778eda69d10313" + +inherit pkgconfig cmake + +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.1" + +SRCREV = "1c9bc700f4b9a71fd2d1cf1742de7e2351ddb281" + +EXTRA_OECMAKE += " \ + -DPTDUMP=ON \ + -DPTTC=ON \ + -DPTSEG=ON \ + -DCMAKE_SKIP_RPATH=ON \ + " + +do_install:append() { + install -d ${D}${bindir}/libipt + install -d ${D}${bindir}/libipt/tests + + cp -r ${B}/bin/* ${D}${bindir}/libipt/ + cp -r ${WORKDIR}/git/test/src/* ${D}${bindir}/libipt/tests +} + +FILES:${PN}-test = "${bindir}" +PACKAGES =+ "${PN}-test" -- cgit v1.2.3-54-g00ecf