summaryrefslogtreecommitdiffstats
path: root/recipes-support/libipt
diff options
context:
space:
mode:
authorNandini Matam <nandinix.matam@intel.com>2022-03-02 20:03:43 +0530
committerAnuj Mittal <anuj.mittal@intel.com>2022-03-02 23:01:55 +0800
commite71bf6f0f863294ebe101f6839c2d66140b8c463 (patch)
treed44d6c2577bb9acb7fb3c8a668e6c6aa57450da9 /recipes-support/libipt
parentc95e1f7f3cff30c278aaac51015ec0ae185b5dc7 (diff)
downloadmeta-intel-e71bf6f0f863294ebe101f6839c2d66140b8c463.tar.gz
libipt: upgrade 2.0.4 -> 2.0.5
*License-Update: Change in copyright dates Signed-off-by: Nandini Matam <nandinix.matam@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-support/libipt')
-rw-r--r--recipes-support/libipt/libipt_2.0.5.bb (renamed from recipes-support/libipt/libipt_2.0.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/libipt/libipt_2.0.4.bb b/recipes-support/libipt/libipt_2.0.5.bb
index 6d59654b..c1f67c1d 100644
--- a/recipes-support/libipt/libipt_2.0.4.bb
+++ b/recipes-support/libipt/libipt_2.0.5.bb
@@ -5,7 +5,7 @@ library or it can be partially or fully integrated into your tool."
5HOMEPAGE = "https://github.com/intel/libipt" 5HOMEPAGE = "https://github.com/intel/libipt"
6 6
7LICENSE = "BSD-3-Clause" 7LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=aea4783603fc6bd8dff5157996ccb9d9" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=bc005f06a45e41cdefcb8f5aceb1f5c9"
9 9
10inherit pkgconfig cmake 10inherit pkgconfig cmake
11 11
@@ -13,7 +13,7 @@ S = "${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.0"
15 15
16SRCREV = "63813186694487a2bc005f32be57eb526e16714b" 16SRCREV = "e315d53984ebe0e40dbb71b213bcf2cba42496f4"
17 17
18EXTRA_OECMAKE += " \ 18EXTRA_OECMAKE += " \
19 -DPTDUMP=ON \ 19 -DPTDUMP=ON \