From 3669c28e90ad710e38ad2381ef0292d706fa9ffd Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 24 Feb 2025 14:13:08 +0800 Subject: clang: set BPN = "clang" for clang cross,crosssdk,cross-canadian recipes Similar gcc recipes in oe-core [1], set BPN = "clang" in common.inc for clang cross,crosssdk,cross-canadian recipes, but the recipe compiler-rt-sanitizers, compiler-rt, libclc, libcxx, openmp which shares sources with clang are not affected Due to commit [2], the BPN of llvm-project-source is not affected by this commit [1] https://github.com/openembedded/openembedded-core/commit/a2c5509520d5c3e082f55844e6545d0309565f8f [2] https://github.com/kraj/meta-clang/commit/e7517e1910a7d49abb4782fa0778f0b958f7717d Signed-off-by: Hongxu Jia --- recipes-devtools/clang/openmp_git.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-devtools/clang/openmp_git.bb') diff --git a/recipes-devtools/clang/openmp_git.bb b/recipes-devtools/clang/openmp_git.bb index 549df0e..398479b 100644 --- a/recipes-devtools/clang/openmp_git.bb +++ b/recipes-devtools/clang/openmp_git.bb @@ -8,6 +8,8 @@ SECTION = "libs" require clang.inc require common-source.inc +BPN = "openmp" + TOOLCHAIN = "clang" LIC_FILES_CHKSUM = "file://openmp/LICENSE.TXT;md5=d75288d1ce0450b28b8d58a284c09c79" -- cgit v1.2.3-54-g00ecf