diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-04-21 08:22:13 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-04-25 14:55:28 -0700 |
commit | ab71ab067d9723638dc424fb7df52ebe46b58e41 (patch) | |
tree | c3915c7745f798838ca94d51d8c67f7b9b7c2726 | |
parent | 601c0804998f2e478e42fe5a0008df18b73d3b8b (diff) | |
download | meta-openembedded-ab71ab067d9723638dc424fb7df52ebe46b58e41.tar.gz |
tbb: Re-introduce PE
It was accidentally dropped in last upgrade for this recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
Cc: Naveen Saini <naveen.kumar.saini@intel.com>
(cherry picked from commit b5ad9c011db2581cc84e5daa139acf73a0f6f5c0)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/tbb/tbb_2021.2.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb b/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb index b05a59dc70..7e57ebf555 100644 --- a/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb +++ b/meta-oe/recipes-support/tbb/tbb_2021.2.0.bb | |||
@@ -9,6 +9,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=86d3f3a95c324c9479bd8986968f4327" | |||
9 | 9 | ||
10 | DEPENDS_append_libc-musl = " libucontext" | 10 | DEPENDS_append_libc-musl = " libucontext" |
11 | 11 | ||
12 | PE = "1" | ||
13 | |||
12 | BRANCH = "onetbb_2021" | 14 | BRANCH = "onetbb_2021" |
13 | SRCREV = "2dba2072869a189b9fdab3ffa431d3ea49059a19" | 15 | SRCREV = "2dba2072869a189b9fdab3ffa431d3ea49059a19" |
14 | SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \ | 16 | SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \ |