From 82d3e0ec66bd63a348785d321366242c902ed051 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 15 May 2018 23:06:03 -0700 Subject: libcxx: include staticdev into SDK This helps statically linking C++ programs when building with clang Signed-off-by: Khem Raj --- recipes-devtools/clang/libcxx_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/clang/libcxx_git.bb b/recipes-devtools/clang/libcxx_git.bb index cd28b45..9647152 100644 --- a/recipes-devtools/clang/libcxx_git.bb +++ b/recipes-devtools/clang/libcxx_git.bb @@ -77,5 +77,7 @@ FILES_libunwind += "${libdir}/libunwind.so.*" ALLOW_EMPTY_${PN} = "1" +RDEPENDS_${PN}-dev += "${PN}-staticdev" + BBCLASSEXTEND = "native nativesdk" TOOLCHAIN = "clang" -- cgit v1.2.3-54-g00ecf