From f5c204c99b669d6dea12abbc19e8f7462379095c Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Wed, 24 Mar 2021 15:03:46 +0800 Subject: libipt: upgrade 2.0.3 -> 2.0.4 License-Update: copyright years updated Signed-off-by: Anuj Mittal --- recipes-support/libipt/libipt_2.0.3.bb | 33 --------------------------------- recipes-support/libipt/libipt_2.0.4.bb | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 recipes-support/libipt/libipt_2.0.3.bb create mode 100644 recipes-support/libipt/libipt_2.0.4.bb diff --git a/recipes-support/libipt/libipt_2.0.3.bb b/recipes-support/libipt/libipt_2.0.3.bb deleted file mode 100644 index 0cda95c0..00000000 --- a/recipes-support/libipt/libipt_2.0.3.bb +++ /dev/null @@ -1,33 +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=c46e7f00db37676465d8c6ccf91b3412" - -inherit pkgconfig cmake - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.0" - -SRCREV = "99a73227f15d49f83bd7c83dbcf0980ec3653e7a" - -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" diff --git a/recipes-support/libipt/libipt_2.0.4.bb b/recipes-support/libipt/libipt_2.0.4.bb new file mode 100644 index 00000000..a0554f44 --- /dev/null +++ b/recipes-support/libipt/libipt_2.0.4.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=aea4783603fc6bd8dff5157996ccb9d9" + +inherit pkgconfig cmake + +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.0" + +SRCREV = "63813186694487a2bc005f32be57eb526e16714b" + +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