Skip to content

Commit

Permalink
libcxx: Put Package library module manifest and files in dev package
Browse files Browse the repository at this point in the history
This is enabled in upcoming clang-19

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed May 26, 2024
1 parent f3a6d92 commit 5545bb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-devtools/clang/libcxx_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ do_install:append() {

PACKAGES:append:runtime-llvm = " libunwind"
FILES:libunwind:runtime-llvm = "${libdir}/libunwind.so.*"
# Package library module manifest path
FILES:${PN}-dev += "${datadir}/libc++/v1/ ${libdir}/libc++.modules.json"

BBCLASSEXTEND = "native nativesdk"
TOOLCHAIN:forcevariable = "clang"

0 comments on commit 5545bb8

Please sign in to comment.