diff options
| author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-01-27 18:29:49 +0530 |
|---|---|---|
| committer | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-01-27 18:30:10 +0530 |
| commit | 04975bcabc791916fb468e3ad0cf502e5048ff86 (patch) | |
| tree | f67962ed66436fa4751147577b58ee43d639509c | |
| parent | 7fdf84560e732fef9794dc4bc3fe256d17f6cc0f (diff) | |
| download | meta-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." | |||
| 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=491799fd9431e57ad52cb0ef3497afce" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fcee2b5da70c8e2e58c5f4d1f2d5788a" |
| 9 | 9 | ||
| 10 | inherit pkgconfig cmake | 10 | inherit pkgconfig cmake |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.1" | 12 | SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.2" |
| 13 | 13 | ||
| 14 | SRCREV = "ffc548e5fbc2fa3e9795d4593f861e1df99cf906" | 14 | SRCREV = "eecdf779a35384235d3c32a6213024f53368cb60" |
| 15 | 15 | ||
| 16 | EXTRA_OECMAKE += " \ | 16 | EXTRA_OECMAKE += " \ |
| 17 | -DPTDUMP=ON \ | 17 | -DPTDUMP=ON \ |
| @@ -31,3 +31,4 @@ do_install:append() { | |||
| 31 | 31 | ||
| 32 | FILES:${PN}-test = "${bindir}" | 32 | FILES:${PN}-test = "${bindir}" |
| 33 | PACKAGES =+ "${PN}-test" | 33 | PACKAGES =+ "${PN}-test" |
| 34 | |||
