summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-10-30 14:32:05 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-10-30 15:42:30 +0800
commit758d05bc76332f207a96a19ff812d624b328c983 (patch)
tree32b3cec3f0cf973b17fbc1dd00e614b7e4fbb05b
parent6d40bb2d0a20a7772cd97da9dc85d6a1e3b56c54 (diff)
downloadmeta-intel-758d05bc76332f207a96a19ff812d624b328c983.tar.gz
libipt: 2.0.6 -> 2.1.0
by default, enable the new tool 'ptseg' for finding the PSB segment for a given offset. Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-support/libipt/libipt_2.1.0.bb (renamed from recipes-support/libipt/libipt_2.0.6.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-support/libipt/libipt_2.0.6.bb b/recipes-support/libipt/libipt_2.1.0.bb
index 8b785a41..ecd41e4d 100644
--- a/recipes-support/libipt/libipt_2.0.6.bb
+++ b/recipes-support/libipt/libipt_2.1.0.bb
@@ -11,13 +11,14 @@ inherit pkgconfig cmake
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.0" 14SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.1"
15 15
16SRCREV = "ba98732fc7c3269e06b8587bce27ac87c847c0ff" 16SRCREV = "45d74c4fc01097419a88609f110d0a3ca63e326a"
17 17
18EXTRA_OECMAKE += " \ 18EXTRA_OECMAKE += " \
19 -DPTDUMP=ON \ 19 -DPTDUMP=ON \
20 -DPTTC=ON \ 20 -DPTTC=ON \
21 -DPTSEG=ON \
21 -DCMAKE_SKIP_RPATH=ON \ 22 -DCMAKE_SKIP_RPATH=ON \
22 " 23 "
23 24