mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
packagegroup-core-tools-profile: include sysprof only if x11 is distro feature
(From OE-Core rev: 9dd277e3276aef918e4bb84322043db0b4e68e11) Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
141ecebf2e
commit
627fd60c8c
@@ -5,7 +5,7 @@
|
||||
SUMMARY = "Profiling tools"
|
||||
LICENSE = "MIT"
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
@@ -16,12 +16,14 @@ RPROVIDES_${PN} = "task-core-tools-profile"
|
||||
RREPLACES_${PN} = "task-core-tools-profile"
|
||||
RCONFLICTS_${PN} = "task-core-tools-profile"
|
||||
|
||||
PROFILE_TOOLS_X = "${@base_contains('DISTRO_FEATURES', 'x11', 'sysprof', '', d)}"
|
||||
|
||||
RRECOMMENDS_${PN} = "\
|
||||
perf \
|
||||
trace-cmd \
|
||||
kernel-module-oprofile \
|
||||
blktrace \
|
||||
sysprof \
|
||||
${PROFILE_TOOLS_X} \
|
||||
"
|
||||
|
||||
PROFILETOOLS = "\
|
||||
|
||||
Reference in New Issue
Block a user