summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-05-15 21:22:51 -0700
committerKhem Raj <raj.khem@gmail.com>2018-07-06 10:14:41 -0700
commitbfd6ac76d25ae137469fee67e0cdd9ace4dd1515 (patch)
treecf7f960334a058c90b4885fb4243fc8558f9902c
parent6f2a3c6efbab0f3ba72a427a2ed407805493164c (diff)
downloadmeta-clang-bfd6ac76d25ae137469fee67e0cdd9ace4dd1515.tar.gz
compiler-rt: Let dev package rdep on staticdev package
Let dev package be empty, this should solve the dependency issues when generating SDKs Fixes #51 Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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"