diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-05-15 21:22:51 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-05-15 21:22:51 -0700 |
| commit | 29f52010a2591282b0b3c03bc88a7a7582d809f4 (patch) | |
| tree | 73b4ccb78634b331fcf006f99f1bf0d37827a823 | |
| parent | 708c6b548a36ec2bb069f7ed6b353017f83c55cb (diff) | |
| download | meta-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.bb | 3 |
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 | ||
| 97 | RDEPENDS_${PN}-dev += "${PN}-staticdev" | ||
| 98 | |||
| 97 | BBCLASSEXTEND = "native nativesdk" | 99 | BBCLASSEXTEND = "native nativesdk" |
| 98 | 100 | ||
| 99 | ALLOW_EMPTY_${PN} = "1" | 101 | ALLOW_EMPTY_${PN} = "1" |
| 102 | ALLOW_EMPTY_${PN}-dev = "1" | ||
