summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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