diff options
author | mzink89 <m.zink@rational-online.com> | 2023-04-21 10:49:43 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | 4609b647c695e9b3e1693d75ce93bf20ff033afa (patch) | |
tree | d7886dfc1ef4ac9dfd7ea627309306a44d78546f | |
parent | 530283183d83ef26fb47874618bab3ae753fa096 (diff) | |
download | meta-clang-4609b647c695e9b3e1693d75ce93bf20ff033afa.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>
(cherry picked from commit 68ec449f97ffa58d835163581fc72afcb08f027b)
-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/*" |