From db72adf0165c5342de2d46f9ef90a8e02f82e2c6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 11 Jan 2022 17:30:59 +0000 Subject: [PATCH] tbb: upgrade to 2021.5.0 Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../recipes-support/tbb/{tbb_2021.4.0.bb => tbb_2021.5.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/tbb/{tbb_2021.4.0.bb => tbb_2021.5.0.bb} (97%) diff --git a/meta-oe/recipes-support/tbb/tbb_2021.4.0.bb b/meta-oe/recipes-support/tbb/tbb_2021.5.0.bb similarity index 97% rename from meta-oe/recipes-support/tbb/tbb_2021.4.0.bb rename to meta-oe/recipes-support/tbb/tbb_2021.5.0.bb index 02b5d05003..0d108f21ad 100644 --- a/meta-oe/recipes-support/tbb/tbb_2021.4.0.bb +++ b/meta-oe/recipes-support/tbb/tbb_2021.5.0.bb @@ -12,7 +12,7 @@ DEPENDS:append:libc-musl = " libucontext" PE = "1" BRANCH = "onetbb_2021" -SRCREV = "4e021eafc03519cb1081ed775c9502cae72f8d8d" +SRCREV = "3df08fe234f23e732a122809b40eb129ae22733f" SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \ file://0001-mallinfo-is-glibc-specific-API-mark-it-so.patch \ file://0001-CMakeLists.txt-exclude-riscv64-riscv32.patch \