diff --git a/recipes-oneapi/crypto/intel-crypto-mb_2021.5.bb b/recipes-oneapi/crypto/intel-crypto-mb_git.bb similarity index 90% rename from recipes-oneapi/crypto/intel-crypto-mb_2021.5.bb rename to recipes-oneapi/crypto/intel-crypto-mb_git.bb index ed1839d3..0be7b17c 100644 --- a/recipes-oneapi/crypto/intel-crypto-mb_2021.5.bb +++ b/recipes-oneapi/crypto/intel-crypto-mb_git.bb @@ -9,13 +9,14 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://../../../LICENSE;md5=e787af283468feca985d6b865d27d95b" SRC_URI = " \ - git://github.com/intel/ipp-crypto;protocol=https;branch=ipp-crypto_2021_5 \ + git://github.com/intel/ipp-crypto;protocol=https;branch=develop \ file://0001-CMakeLists.txt-exclude-host-system-headers.patch;striplevel=4 \ file://0002-cmake-exclude-Yocto-build-flags.patch;striplevel=4 \ " -SRCREV = "2b8c5c82c87e3fe37f132f632557367d9bc8a69b" +SRCREV = "46944bd18e6dbad491ef9b9a3404303ef7680c09" S = "${WORKDIR}/git/sources/ippcp/crypto_mb" +PV = "2021.5+git${SRCPV}" DEPENDS = "openssl"