summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/clang/compiler-rt_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb
index ef07ce9..546575e 100644
--- a/recipes-devtools/clang/compiler-rt_git.bb
+++ b/recipes-devtools/clang/compiler-rt_git.bb
@@ -94,6 +94,9 @@ INSANE_SKIP_${PN} = "dev-so"
94# " 94# "
95# 95#
96 96
97RDEPENDS_${PN}-dev += "${PN}-staticdev"
98
97BBCLASSEXTEND = "native nativesdk" 99BBCLASSEXTEND = "native nativesdk"
98 100
99ALLOW_EMPTY_${PN} = "1" 101ALLOW_EMPTY_${PN} = "1"
102ALLOW_EMPTY_${PN}-dev = "1"