Fix for GCC9 build error is backported from master branch to release branch rls-v0.19.
Patch Link: https://github.com/intel/mkl-dnn/commit/027de7603662a569366e15132ac80298902b96b8 Signed-off-by: Naveen Saini <[email protected]> --- recipes-core/mkl-dnn/{mkl-dnn_0.19.bb => mkl-dnn_git.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename recipes-core/mkl-dnn/{mkl-dnn_0.19.bb => mkl-dnn_git.bb} (92%) diff --git a/recipes-core/mkl-dnn/mkl-dnn_0.19.bb b/recipes-core/mkl-dnn/mkl-dnn_git.bb similarity index 92% rename from recipes-core/mkl-dnn/mkl-dnn_0.19.bb rename to recipes-core/mkl-dnn/mkl-dnn_git.bb index 79c95de7..14f4cec4 100644 --- a/recipes-core/mkl-dnn/mkl-dnn_0.19.bb +++ b/recipes-core/mkl-dnn/mkl-dnn_git.bb @@ -10,8 +10,9 @@ SECTION = "lib" inherit pkgconfig cmake S = "${WORKDIR}/git" -SRCREV = "41bee20d7eb4a67feeeeb8d597b3598994eb1959" +SRCREV = "027de7603662a569366e15132ac80298902b96b8" SRC_URI = "git://github.com/intel/mkl-dnn.git;branch=rls-v0.19" +PV = "0.19+git${SRCPV}" UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" -- 2.17.0 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
