diff options
Diffstat (limited to 'meta/recipes-kernel/perf/perf.bb')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index d798492562..872b5f028a 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -22,6 +22,9 @@ PACKAGECONFIG[libnuma] = ",NO_LIBNUMA=1" | |||
22 | PACKAGECONFIG[systemtap] = ",NO_SDT=1,systemtap" | 22 | PACKAGECONFIG[systemtap] = ",NO_SDT=1,systemtap" |
23 | PACKAGECONFIG[jvmti] = ",NO_JVMTI=1" | 23 | PACKAGECONFIG[jvmti] = ",NO_JVMTI=1" |
24 | 24 | ||
25 | # libaudit support would need scripting to be enabled | ||
26 | PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit" | ||
27 | |||
25 | DEPENDS = " \ | 28 | DEPENDS = " \ |
26 | virtual/${MLPREFIX}libc \ | 29 | virtual/${MLPREFIX}libc \ |
27 | ${MLPREFIX}elfutils \ | 30 | ${MLPREFIX}elfutils \ |
@@ -216,7 +219,7 @@ PACKAGES =+ "${PN}-archive ${PN}-tests ${PN}-perl ${PN}-python" | |||
216 | RDEPENDS_${PN} += "elfutils bash" | 219 | RDEPENDS_${PN} += "elfutils bash" |
217 | RDEPENDS_${PN}-doc += "man" | 220 | RDEPENDS_${PN}-doc += "man" |
218 | RDEPENDS_${PN}-archive =+ "bash" | 221 | RDEPENDS_${PN}-archive =+ "bash" |
219 | RDEPENDS_${PN}-python =+ "bash python python-modules" | 222 | RDEPENDS_${PN}-python =+ "bash python python-modules ${@bb.utils.contains('PACKAGECONFIG', 'audit', 'audit-python', '', d)}" |
220 | RDEPENDS_${PN}-perl =+ "bash perl perl-modules" | 223 | RDEPENDS_${PN}-perl =+ "bash perl perl-modules" |
221 | RDEPENDS_${PN}-tests =+ "python" | 224 | RDEPENDS_${PN}-tests =+ "python" |
222 | 225 | ||