This is due to recent packaging chagnes in meta-clang https://github.com/kraj/meta-clang/commit/3d56a85afe86f3155beca957414bc19962e5002c
Error log: do_package_qa: QA Issue: /usr/bin/ispc contained in package ispc requires libclang-cpp.so.15()(64bit), but no providers found in RDEPENDS:ispc? [file-rdeps] Signed-off-by: Naveen Saini <[email protected]> --- dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.18.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.18.0.bb b/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.18.0.bb index 24b0988e..6a2e6059 100644 --- a/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.18.0.bb +++ b/dynamic-layers/clang-layer/recipes-core/ispc/ispc_1.18.0.bb @@ -23,7 +23,7 @@ SRCREV = "f7ec3aa173c816377c215d83196b5c7c3a88db1c" COMPATIBLE_HOST = '(x86_64).*-linux' DEPENDS += " clang-native bison-native flex-native" -RDEPENDS:${PN} += " clang-libllvm clang" +RDEPENDS:${PN} += " clang-libllvm clang clang-libclang-cpp" YFLAGS='-d -t -v -y --file-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}' -- 2.37.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7691): https://lists.yoctoproject.org/g/meta-intel/message/7691 Mute This Topic: https://lists.yoctoproject.org/mt/94272536/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
