summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-03-24 15:03:46 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-03-24 16:18:37 +0800
commitf5c204c99b669d6dea12abbc19e8f7462379095c (patch)
tree3f77e25df7578fbbb5f66cdf749234892b1561cb
parentc6cc4bea46f03ad6d34c85a68e226ab3e2ae2f85 (diff)
downloadmeta-intel-f5c204c99b669d6dea12abbc19e8f7462379095c.tar.gz
libipt: upgrade 2.0.3 -> 2.0.4
License-Update: copyright years updated Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-support/libipt/libipt_2.0.4.bb (renamed from recipes-support/libipt/libipt_2.0.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/libipt/libipt_2.0.3.bb b/recipes-support/libipt/libipt_2.0.4.bb
index 0cda95c0..a0554f44 100644
--- a/recipes-support/libipt/libipt_2.0.3.bb
+++ b/recipes-support/libipt/libipt_2.0.4.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=c46e7f00db37676465d8c6ccf91b3412" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=aea4783603fc6bd8dff5157996ccb9d9"
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 = "99a73227f15d49f83bd7c83dbcf0980ec3653e7a" 16SRCREV = "63813186694487a2bc005f32be57eb526e16714b"
17 17
18EXTRA_OECMAKE += " \ 18EXTRA_OECMAKE += " \
19 -DPTDUMP=ON \ 19 -DPTDUMP=ON \