summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2024-03-11 03:18:48 -0700
committerAnuj Mittal <anuj.mittal@intel.com>2024-03-11 22:42:52 +0800
commit83239e51830efc9828fbdcff7b1e3ba10b187d14 (patch)
treec0b621b58fb49333af2e401ac15d130134b99992
parentec6e087a9fb582a3449d8bdf80db0e98dea9d19c (diff)
downloadmeta-intel-83239e51830efc9828fbdcff7b1e3ba10b187d14.tar.gz
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 <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-support/libipt/libipt_2.1.1.bb (renamed from recipes-support/libipt/libipt_2.1.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/libipt/libipt_2.1.0.bb b/recipes-support/libipt/libipt_2.1.1.bb
index ecd41e4d..205967c1 100644
--- a/recipes-support/libipt/libipt_2.1.0.bb
+++ b/recipes-support/libipt/libipt_2.1.1.bb
@@ -5,7 +5,7 @@ library or it can be partially or fully integrated into your tool."
5HOMEPAGE = "https://github.com/intel/libipt" 5HOMEPAGE = "https://github.com/intel/libipt"
6 6
7LICENSE = "BSD-3-Clause" 7LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=46f05b778d7870144ac731c0234007af" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=a429afa59f273b5d12778eda69d10313"
9 9
10inherit pkgconfig cmake 10inherit pkgconfig cmake
11 11
@@ -13,7 +13,7 @@ S = "${WORKDIR}/git"
13 13
14SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.1" 14SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.1"
15 15
16SRCREV = "45d74c4fc01097419a88609f110d0a3ca63e326a" 16SRCREV = "1c9bc700f4b9a71fd2d1cf1742de7e2351ddb281"
17 17
18EXTRA_OECMAKE += " \ 18EXTRA_OECMAKE += " \
19 -DPTDUMP=ON \ 19 -DPTDUMP=ON \