summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2026-01-27 18:29:49 +0530
committerYogesh Tyagi <yogesh.tyagi@intel.com>2026-01-27 18:30:10 +0530
commit04975bcabc791916fb468e3ad0cf502e5048ff86 (patch)
treef67962ed66436fa4751147577b58ee43d639509c
parent7fdf84560e732fef9794dc4bc3fe256d17f6cc0f (diff)
downloadmeta-intel-04975bcabc791916fb468e3ad0cf502e5048ff86.tar.gz
libipt : upgrade 2.1.2 -> 2.2
License update : Update copyright format from 'Copyright (c)' to 'Copyright (C)' in BSD-3-Clause LICENSE file. Release Notes: https://github.com/intel/libipt/releases/tag/v2.2 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
-rw-r--r--recipes-support/libipt/libipt_2.2.bb (renamed from recipes-support/libipt/libipt_2.1.2.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-support/libipt/libipt_2.1.2.bb b/recipes-support/libipt/libipt_2.2.bb
index bbaac6f5..ca1edb7f 100644
--- a/recipes-support/libipt/libipt_2.1.2.bb
+++ b/recipes-support/libipt/libipt_2.2.bb
@@ -5,13 +5,13 @@ 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=491799fd9431e57ad52cb0ef3497afce" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=fcee2b5da70c8e2e58c5f4d1f2d5788a"
9 9
10inherit pkgconfig cmake 10inherit pkgconfig cmake
11 11
12SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.1" 12SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.2"
13 13
14SRCREV = "ffc548e5fbc2fa3e9795d4593f861e1df99cf906" 14SRCREV = "eecdf779a35384235d3c32a6213024f53368cb60"
15 15
16EXTRA_OECMAKE += " \ 16EXTRA_OECMAKE += " \
17 -DPTDUMP=ON \ 17 -DPTDUMP=ON \
@@ -31,3 +31,4 @@ do_install:append() {
31 31
32FILES:${PN}-test = "${bindir}" 32FILES:${PN}-test = "${bindir}"
33PACKAGES =+ "${PN}-test" 33PACKAGES =+ "${PN}-test"
34