diff options
Diffstat (limited to 'recipes-support/libipt')
-rw-r--r-- | recipes-support/libipt/libipt_2.1.2.bb (renamed from recipes-support/libipt/libipt_2.0.4.bb) | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes-support/libipt/libipt_2.0.4.bb b/recipes-support/libipt/libipt_2.1.2.bb index 6d59654b..7806cf6b 100644 --- a/recipes-support/libipt/libipt_2.0.4.bb +++ b/recipes-support/libipt/libipt_2.1.2.bb | |||
@@ -5,19 +5,18 @@ library or it can be partially or fully integrated into your tool." | |||
5 | HOMEPAGE = "https://github.com/intel/libipt" | 5 | HOMEPAGE = "https://github.com/intel/libipt" |
6 | 6 | ||
7 | LICENSE = "BSD-3-Clause" | 7 | LICENSE = "BSD-3-Clause" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aea4783603fc6bd8dff5157996ccb9d9" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=491799fd9431e57ad52cb0ef3497afce" |
9 | 9 | ||
10 | inherit pkgconfig cmake | 10 | inherit pkgconfig cmake |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.1" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.0" | 14 | SRCREV = "ffc548e5fbc2fa3e9795d4593f861e1df99cf906" |
15 | |||
16 | SRCREV = "63813186694487a2bc005f32be57eb526e16714b" | ||
17 | 15 | ||
18 | EXTRA_OECMAKE += " \ | 16 | EXTRA_OECMAKE += " \ |
19 | -DPTDUMP=ON \ | 17 | -DPTDUMP=ON \ |
20 | -DPTTC=ON \ | 18 | -DPTTC=ON \ |
19 | -DPTSEG=ON \ | ||
21 | -DCMAKE_SKIP_RPATH=ON \ | 20 | -DCMAKE_SKIP_RPATH=ON \ |
22 | " | 21 | " |
23 | 22 | ||
@@ -26,7 +25,7 @@ do_install:append() { | |||
26 | install -d ${D}${bindir}/libipt/tests | 25 | install -d ${D}${bindir}/libipt/tests |
27 | 26 | ||
28 | cp -r ${B}/bin/* ${D}${bindir}/libipt/ | 27 | cp -r ${B}/bin/* ${D}${bindir}/libipt/ |
29 | cp -r ${WORKDIR}/git/test/src/* ${D}${bindir}/libipt/tests | 28 | cp -r ${S}/test/src/* ${D}${bindir}/libipt/tests |
30 | } | 29 | } |
31 | 30 | ||
32 | FILES:${PN}-test = "${bindir}" | 31 | FILES:${PN}-test = "${bindir}" |