From: Li Wang <[email protected]> for avoiding to enable llvm option under uncommon condition, make llvm controll under PACKAGECONFIG.
error log: ERROR: perf-1.0-r2 do_package_qa: QA Issue: /usr/bin/trace contained in package perf requires libLLVM.so.2x.x(LLVM_2x.x)(64bit), but no providers found in RDEPENDS:perf? [file-rdeps] Signed-off-by: Li Wang <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]> (cherry picked from commit a7c0c0f18a61d15c101c7c345de44c94043ae39a) Signed-off-by: Yoann Congal <[email protected]> --- meta/recipes-kernel/perf/perf.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 7a580884624..f24b44954e7 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb @@ -39,6 +39,7 @@ PACKAGECONFIG[coresight] = "CORESIGHT=1,,opencsd" PACKAGECONFIG[pfm4] = ",NO_LIBPFM4=1,libpfm4" PACKAGECONFIG[babeltrace] = ",NO_LIBBABELTRACE=1,babeltrace" PACKAGECONFIG[zstd] = ",NO_LIBZSTD=1,zstd" +PACKAGECONFIG[llvm] = ",NO_LIBLLVM=1,llvm" # libunwind is not yet ported for some architectures PACKAGECONFIG:remove:arc = "libunwind"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#236673): https://lists.openembedded.org/g/openembedded-core/message/236673 Mute This Topic: https://lists.openembedded.org/mt/119210631/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
