From ccd2765526a3e6023c86afbad35ec8cd139140f4 Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Fri, 7 Jul 2023 16:52:17 +0530 Subject: [PATCH] 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 Signed-off-by: Naveen Saini --- recipes-support/libipt/{libipt_2.0.5.bb => libipt_2.0.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-support/libipt/{libipt_2.0.5.bb => libipt_2.0.6.bb} (87%) diff --git a/recipes-support/libipt/libipt_2.0.5.bb b/recipes-support/libipt/libipt_2.0.6.bb similarity index 87% rename from recipes-support/libipt/libipt_2.0.5.bb rename to 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." HOMEPAGE = "https://github.com/intel/libipt" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=bc005f06a45e41cdefcb8f5aceb1f5c9" +LIC_FILES_CHKSUM = "file://LICENSE;md5=46f05b778d7870144ac731c0234007af" inherit pkgconfig cmake @@ -13,7 +13,7 @@ S = "${WORKDIR}/git" SRC_URI = "git://github.com/intel/libipt.git;protocol=https;branch=stable/v2.0" -SRCREV = "e315d53984ebe0e40dbb71b213bcf2cba42496f4" +SRCREV = "ba98732fc7c3269e06b8587bce27ac87c847c0ff" EXTRA_OECMAKE += " \ -DPTDUMP=ON \