Skip to content

Commit

Permalink
clang: Add compiler-rt and libcxx to build time depends for target
Browse files Browse the repository at this point in the history
These are not staged into sysroot otherwise and cmake fails to configure

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Nov 4, 2022
1 parent ed5ac4f commit 5d6c7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-devtools/clang/clang_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ EXTRA_OECMAKE:append:class-target = "\

DEPENDS = "binutils zlib libffi libxml2 libxml2-native ninja-native swig-native"
DEPENDS:append:class-nativesdk = " clang-crosssdk-${SDK_ARCH} virtual/${TARGET_PREFIX}binutils-crosssdk nativesdk-python3"
DEPENDS:append:class-target = " clang-cross-${TARGET_ARCH} python3"
DEPENDS:append:class-target = " clang-cross-${TARGET_ARCH} python3 compiler-rt libcxx"

RRECOMMENDS:${PN} = "binutils"
RRECOMMENDS:${PN}:append:class-target = " libcxx-dev"
Expand Down

0 comments on commit 5d6c7c1

Please sign in to comment.