diff options
author | mzink89 <m.zink@rational-online.com> | 2023-04-21 10:49:43 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-24 07:59:00 -0700 |
commit | 68ec449f97ffa58d835163581fc72afcb08f027b (patch) | |
tree | 9105032f1e6fb1d7631e899bad728c7463c77d78 | |
parent | 56a8534b6d7f029914e5ed91cae994dac26fcf24 (diff) | |
download | meta-clang-68ec449f97ffa58d835163581fc72afcb08f027b.tar.gz |
Add missing scan-build runtime dependencies
* The perl scan-build script need some perl-modules to be executable
Signed-off-by: Michel Zink <m.zink@rational-online.com>
-rw-r--r-- | recipes-devtools/clang/clang_git.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb index 3cf874e..f670047 100644 --- a/recipes-devtools/clang/clang_git.bb +++ b/recipes-devtools/clang/clang_git.bb | |||
@@ -258,6 +258,18 @@ PROVIDES:append:class-native = " llvm-native" | |||
258 | 258 | ||
259 | BBCLASSEXTEND = "native nativesdk" | 259 | BBCLASSEXTEND = "native nativesdk" |
260 | 260 | ||
261 | RDEPENDS:${PN} += "\ | ||
262 | perl-module-digest-md5 \ | ||
263 | perl-module-file-basename \ | ||
264 | perl-module-file-copy \ | ||
265 | perl-module-file-find \ | ||
266 | perl-module-file-path \ | ||
267 | perl-module-findbin \ | ||
268 | perl-module-hash-util \ | ||
269 | perl-module-sys-hostname \ | ||
270 | perl-module-term-ansicolor \ | ||
271 | " | ||
272 | |||
261 | RDEPENDS:lldb += "${PN}-lldb-python" | 273 | RDEPENDS:lldb += "${PN}-lldb-python" |
262 | 274 | ||
263 | FILES:${PN}-lldb-python = "${libdir}/python*/site-packages/lldb/*" | 275 | FILES:${PN}-lldb-python = "${libdir}/python*/site-packages/lldb/*" |