From 11562e889d485118ed377ef0dac17b7e95689281 Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Thu, 17 Sep 2020 11:37:40 +0800 Subject: [PATCH] tbb: upgrade 2020.2 -> 2020.3 Signed-off-by: Naveen Saini Signed-off-by: Khem Raj --- meta-oe/recipes-support/tbb/{tbb_2020.2.bb => tbb_2020.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/tbb/{tbb_2020.2.bb => tbb_2020.3.bb} (97%) diff --git a/meta-oe/recipes-support/tbb/tbb_2020.2.bb b/meta-oe/recipes-support/tbb/tbb_2020.3.bb similarity index 97% rename from meta-oe/recipes-support/tbb/tbb_2020.2.bb rename to meta-oe/recipes-support/tbb/tbb_2020.3.bb index 2f9fd7f584..e66d23f0b8 100644 --- a/meta-oe/recipes-support/tbb/tbb_2020.2.bb +++ b/meta-oe/recipes-support/tbb/tbb_2020.3.bb @@ -7,7 +7,7 @@ HOMEPAGE = "https://software.intel.com/en-us/tbb" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" BRANCH = "tbb_2020" -SRCREV = "60b7d0a78f8910976678ba63a19fdaee22c0ef65" +SRCREV = "eca91f16d7490a8abfdee652dadf457ec820cc37" SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \ file://cross-compile.patch \ file://0001-mallinfo-is-glibc-specific-API-mark-it-so.patch \