summaryrefslogtreecommitdiffstats
path: root/recipes-support/libipt
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2023-07-07 16:52:17 +0530
committerNaveen Saini <naveen.kumar.saini@intel.com>2023-07-13 09:38:58 +0800
commitccd2765526a3e6023c86afbad35ec8cd139140f4 (patch)
tree5929eab7af3b8839d31db6e71653605c2bed3dea /recipes-support/libipt
parent614d42850eb2185704ee13d5362bc5d409a95396 (diff)
downloadmeta-intel-ccd2765526a3e6023c86afbad35ec8cd139140f4.tar.gz
libipt : upgrade 2.0.5 -> 2.0.6
License-Update: copyright years updated Following line added to LICENSE file: SPDX-License-Identifier: BSD-3-Clause Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Diffstat (limited to 'recipes-support/libipt')
-rw-r--r--recipes-support/libipt/libipt_2.0.6.bb (renamed from recipes-support/libipt/libipt_2.0.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/libipt/libipt_2.0.5.bb b/recipes-support/libipt/libipt_2.0.6.bb
index c1f67c1d..8b785a41 100644
--- a/recipes-support/libipt/libipt_2.0.5.bb
+++ b/recipes-support/libipt/libipt_2.0.6.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=bc005f06a45e41cdefcb8f5aceb1f5c9" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=46f05b778d7870144ac731c0234007af"
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 = "e315d53984ebe0e40dbb71b213bcf2cba42496f4" 16SRCREV = "ba98732fc7c3269e06b8587bce27ac87c847c0ff"
17 17
18EXTRA_OECMAKE += " \ 18EXTRA_OECMAKE += " \
19 -DPTDUMP=ON \ 19 -DPTDUMP=ON \