summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf/perf.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/perf/perf.bb')
-rw-r--r--meta/recipes-kernel/perf/perf.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 514c87835d..586422f769 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -22,17 +22,15 @@ PACKAGECONFIG[libunwind] = ",NO_LIBUNWIND=1 NO_LIBDW_DWARF_UNWIND=1,libunwind"
22PACKAGECONFIG[libnuma] = ",NO_LIBNUMA=1" 22PACKAGECONFIG[libnuma] = ",NO_LIBNUMA=1"
23PACKAGECONFIG[systemtap] = ",NO_SDT=1,systemtap" 23PACKAGECONFIG[systemtap] = ",NO_SDT=1,systemtap"
24PACKAGECONFIG[jvmti] = ",NO_JVMTI=1" 24PACKAGECONFIG[jvmti] = ",NO_JVMTI=1"
25
26# libaudit support would need scripting to be enabled 25# libaudit support would need scripting to be enabled
27PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit" 26PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit"
27PACKAGECONFIG[manpages] = ",,xmlto-native asciidoc-native"
28 28
29DEPENDS = " \ 29DEPENDS = " \
30 virtual/${MLPREFIX}libc \ 30 virtual/${MLPREFIX}libc \
31 ${MLPREFIX}elfutils \ 31 ${MLPREFIX}elfutils \
32 ${MLPREFIX}binutils \ 32 ${MLPREFIX}binutils \
33 bison-native flex-native xz \ 33 bison-native flex-native xz \
34 xmlto-native \
35 asciidoc-native \
36" 34"
37 35
38do_configure[depends] += "virtual/kernel:do_shared_workdir" 36do_configure[depends] += "virtual/kernel:do_shared_workdir"