diff options
-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 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.0" | 14 | SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.1" |
15 | 15 | ||
16 | SRCREV = "ba98732fc7c3269e06b8587bce27ac87c847c0ff" | 16 | SRCREV = "45d74c4fc01097419a88609f110d0a3ca63e326a" |
17 | 17 | ||
18 | EXTRA_OECMAKE += " \ | 18 | EXTRA_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 | ||