From e71bf6f0f863294ebe101f6839c2d66140b8c463 Mon Sep 17 00:00:00 2001 From: Nandini Matam Date: Wed, 2 Mar 2022 20:03:43 +0530 Subject: libipt: upgrade 2.0.4 -> 2.0.5 *License-Update: Change in copyright dates Signed-off-by: Nandini Matam Signed-off-by: Anuj Mittal --- recipes-support/libipt/libipt_2.0.5.bb | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 recipes-support/libipt/libipt_2.0.5.bb (limited to 'recipes-support/libipt/libipt_2.0.5.bb') diff --git a/recipes-support/libipt/libipt_2.0.5.bb b/recipes-support/libipt/libipt_2.0.5.bb new file mode 100644 index 00000000..c1f67c1d --- /dev/null +++ b/recipes-support/libipt/libipt_2.0.5.bb @@ -0,0 +1,33 @@ +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=bc005f06a45e41cdefcb8f5aceb1f5c9" + +inherit pkgconfig cmake + +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.0" + +SRCREV = "e315d53984ebe0e40dbb71b213bcf2cba42496f4" + +EXTRA_OECMAKE += " \ + -DPTDUMP=ON \ + -DPTTC=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