summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSudhir Sharma <sudhir.sharma@intel.com>2025-05-13 15:54:23 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2025-05-14 11:53:01 +0800
commit74fc129a2c3201fda2acffdeed48063d9737e348 (patch)
tree0bb8f2585fe78801008c874bab872e6766a567f4
parent1bc9b44c7631019d69f3a6eaf3a9e08d84f541f3 (diff)
downloadmeta-intel-74fc129a2c3201fda2acffdeed48063d9737e348.tar.gz
libipt : upgrade 2.1.1 -> 2.1.2
* Support latest processors. * Bug fixes. License-Update: License year is updated. Release notes: https://github.com/intel/libipt/releases/tag/v2.1.2 Signed-off-by: Sudhir Sharma <sudhir.sharma@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-support/libipt/libipt_2.1.2.bb (renamed from recipes-support/libipt/libipt_2.1.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/libipt/libipt_2.1.1.bb b/recipes-support/libipt/libipt_2.1.2.bb
index c4b5ecaa..edc9c371 100644
--- a/recipes-support/libipt/libipt_2.1.1.bb
+++ b/recipes-support/libipt/libipt_2.1.2.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=a429afa59f273b5d12778eda69d10313" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=491799fd9431e57ad52cb0ef3497afce"
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.1" 14SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.1"
15 15
16SRCREV = "1c9bc700f4b9a71fd2d1cf1742de7e2351ddb281" 16SRCREV = "ffc548e5fbc2fa3e9795d4593f861e1df99cf906"
17 17
18EXTRA_OECMAKE += " \ 18EXTRA_OECMAKE += " \
19 -DPTDUMP=ON \ 19 -DPTDUMP=ON \