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>
This commit is contained in:
Lee Chee Yang 2023-10-30 14:32:05 +08:00 committed by Anuj Mittal
parent 6d40bb2d0a
commit 758d05bc76

View File

@ -11,13 +11,14 @@ inherit pkgconfig cmake
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.0"
SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.1"
SRCREV = "ba98732fc7c3269e06b8587bce27ac87c847c0ff"
SRCREV = "45d74c4fc01097419a88609f110d0a3ca63e326a"
EXTRA_OECMAKE += " \
-DPTDUMP=ON \
-DPTTC=ON \
-DPTSEG=ON \
-DCMAKE_SKIP_RPATH=ON \
"