From 29f52010a2591282b0b3c03bc88a7a7582d809f4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 15 May 2018 21:22:51 -0700 Subject: 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 --- recipes-devtools/clang/compiler-rt_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-devtools') 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" # " # +RDEPENDS_${PN}-dev += "${PN}-staticdev" + BBCLASSEXTEND = "native nativesdk" ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY_${PN}-dev = "1" -- cgit v1.2.3-54-g00ecf