mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
6d40bb2d0a
commit
758d05bc76
|
@ -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 \
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user