diff options
-rw-r--r-- | recipes-devtools/clang/clang_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/compiler-rt-sanitizers_git.bb | 2 | ||||
-rw-r--r-- | recipes-devtools/clang/compiler-rt_git.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb index 6642af6..d0f7c48 100644 --- a/recipes-devtools/clang/clang_git.bb +++ b/recipes-devtools/clang/clang_git.bb | |||
@@ -295,7 +295,7 @@ FILES:${PN}:remove = "${libdir}/${BPN}/*" | |||
295 | 295 | ||
296 | 296 | ||
297 | INSANE_SKIP:${PN} += "already-stripped" | 297 | INSANE_SKIP:${PN} += "already-stripped" |
298 | #INSANE_SKIP_${PN}-dev += "dev-elf" | 298 | #INSANE_SKIP:${PN}-dev += "dev-elf" |
299 | INSANE_SKIP:${PN}-lldb-python += "dev-so dev-deps" | 299 | INSANE_SKIP:${PN}-lldb-python += "dev-so dev-deps" |
300 | INSANE_SKIP:liblldb = "dev-so" | 300 | INSANE_SKIP:liblldb = "dev-so" |
301 | 301 | ||
diff --git a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb index 42005df..18ec31d 100644 --- a/recipes-devtools/clang/compiler-rt-sanitizers_git.bb +++ b/recipes-devtools/clang/compiler-rt-sanitizers_git.bb | |||
@@ -76,7 +76,7 @@ FILES:${PN}-dev += "${datadir} ${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER} | |||
76 | INSANE_SKIP:${PN} = "dev-so libdir" | 76 | INSANE_SKIP:${PN} = "dev-so libdir" |
77 | INSANE_SKIP:${PN}-dbg = "libdir" | 77 | INSANE_SKIP:${PN}-dbg = "libdir" |
78 | 78 | ||
79 | #PROVIDES_append_class-target = "\ | 79 | #PROVIDES:append:class-target = "\ |
80 | # virtual/${TARGET_PREFIX}compilerlibs \ | 80 | # virtual/${TARGET_PREFIX}compilerlibs \ |
81 | # libgcc \ | 81 | # libgcc \ |
82 | # libgcc-initial \ | 82 | # libgcc-initial \ |
diff --git a/recipes-devtools/clang/compiler-rt_git.bb b/recipes-devtools/clang/compiler-rt_git.bb index 607bbc9..cf4de8f 100644 --- a/recipes-devtools/clang/compiler-rt_git.bb +++ b/recipes-devtools/clang/compiler-rt_git.bb | |||
@@ -95,7 +95,7 @@ FILES:${PN}-dev += "${datadir} ${nonarch_libdir}/clang/${MAJOR_VER}.${MINOR_VER} | |||
95 | INSANE_SKIP:${PN} = "dev-so libdir" | 95 | INSANE_SKIP:${PN} = "dev-so libdir" |
96 | INSANE_SKIP:${PN}-dbg = "libdir" | 96 | INSANE_SKIP:${PN}-dbg = "libdir" |
97 | 97 | ||
98 | #PROVIDES_append_class-target = "\ | 98 | #PROVIDES:append:class-target = "\ |
99 | # virtual/${TARGET_PREFIX}compilerlibs \ | 99 | # virtual/${TARGET_PREFIX}compilerlibs \ |
100 | # libgcc \ | 100 | # libgcc \ |
101 | # libgcc-initial \ | 101 | # libgcc-initial \ |