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-05-15 21:22:51 -0700
commit29f52010a2591282b0b3c03bc88a7a7582d809f4 (patch)
tree73b4ccb78634b331fcf006f99f1bf0d37827a823
parent708c6b548a36ec2bb069f7ed6b353017f83c55cb (diff)
downloadmeta-clang-29f52010a2591282b0b3c03bc88a7a7582d809f4.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"