summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-05-15 23:06:03 -0700
committerKhem Raj <raj.khem@gmail.com>2018-07-06 10:15:00 -0700
commite7a70fa23c075985ec4a02151fe9813ba4158eeb (patch)
tree13a5f00daf0ae7ca359c2bd3b706b2175e1dc6b3
parentbfd6ac76d25ae137469fee67e0cdd9ace4dd1515 (diff)
downloadmeta-clang-e7a70fa23c075985ec4a02151fe9813ba4158eeb.tar.gz
libcxx: include staticdev into SDK
This helps statically linking C++ programs when building with clang Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-devtools/clang/libcxx_git.bb2
1 files changed, 2 insertions, 0 deletions
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.*"
77 77
78ALLOW_EMPTY_${PN} = "1" 78ALLOW_EMPTY_${PN} = "1"
79 79
80RDEPENDS_${PN}-dev += "${PN}-staticdev"
81
80BBCLASSEXTEND = "native nativesdk" 82BBCLASSEXTEND = "native nativesdk"
81TOOLCHAIN = "clang" 83TOOLCHAIN = "clang"