summaryrefslogtreecommitdiffstats
path: root/recipes-oneapi
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2024-03-11 03:18:51 -0700
committerAnuj Mittal <anuj.mittal@intel.com>2024-03-11 22:42:52 +0800
commit9f0aef109a7fb04ba7421e00ad5770cf9878f758 (patch)
tree3920c133c3450eb5edb325fcab41da4b8cb92fa1 /recipes-oneapi
parentf4a76fdeb8df2da981d9e4efcc0284a5a785ee1a (diff)
downloadmeta-intel-9f0aef109a7fb04ba7421e00ad5770cf9878f758.tar.gz
intel-crypto-mb : upgrade 2021.9.0 -> 2021.11.1
Create a separate variable for branch value and derive the value from PV so AUH is able to upgrade the recipe. Release Notes: https://github.com/intel/ipp-crypto/releases/tag/ippcp_2021.11.1 Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-oneapi')
-rw-r--r--recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb (renamed from recipes-oneapi/crypto/intel-crypto-mb_2021.9.0.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.9.0.bb b/recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb
index 58cc29f2..be72fd85 100644
--- a/recipes-oneapi/crypto/intel-crypto-mb_2021.9.0.bb
+++ b/recipes-oneapi/crypto/intel-crypto-mb_2021.11.1.bb
@@ -8,12 +8,14 @@ LICENSE = "Apache-2.0"
8 8
9LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" 9LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b"
10 10
11SRC_URI = "git://github.com/intel/ipp-crypto;protocol=https;branch=ipp-crypto_2021_9_0 \ 11IPP_BRANCH = "ipp-crypto_${@'_'.join(d.getVar('PV').rsplit('.')[-3:])}"
12
13SRC_URI = "git://github.com/intel/ipp-crypto;protocol=https;branch=${IPP_BRANCH} \
12 file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ 14 file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \
13 file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ 15 file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \
14 file://0001-crypto-mb-Make-sure-libs-are-installed-correctly.patch;striplevel=4 \ 16 file://0001-crypto-mb-Make-sure-libs-are-installed-correctly.patch;striplevel=4 \
15 " 17 "
16SRCREV = "e9a6b5544382d6c0b2125c42f7adf5110cb29008" 18SRCREV = "d02611e34328898d16025467d3deeb7d62b6076b"
17 19
18S = "${WORKDIR}/git/sources/ippcp/crypto_mb" 20S = "${WORKDIR}/git/sources/ippcp/crypto_mb"
19 21