summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-10-21 16:16:17 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-04 13:39:04 +0000
commita2b0925e104c7e90c3c64d3ad2556570b9d6d869 (patch)
tree51c63edd062ac2b2bc816299190f3483af3f622a /meta/recipes-kernel
parentf6166e64f1074c8f2584bf43f290ed415c49ade6 (diff)
downloadpoky-a2b0925e104c7e90c3c64d3ad2556570b9d6d869.tar.gz
perf: add 'cap' PACKAGECONFIG
perf can use libcap when available, so we add a packageconfig for those that want the support. (From OE-Core rev: 9a35c61d2218e139aa4420ef25f8cf4a0c4c2cfc) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/perf/perf.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 66d3c1d325..191305969c 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -25,6 +25,7 @@ PACKAGECONFIG[jvmti] = ",NO_JVMTI=1"
25# libaudit support would need scripting to be enabled 25# libaudit support would need scripting to be enabled
26PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit" 26PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit"
27PACKAGECONFIG[manpages] = ",,xmlto-native asciidoc-native" 27PACKAGECONFIG[manpages] = ",,xmlto-native asciidoc-native"
28PACKAGECONFIG[cap] = ",,libcap"
28 29
29# libunwind is not yet ported for some architectures 30# libunwind is not yet ported for some architectures
30PACKAGECONFIG_remove_arc = "libunwind" 31PACKAGECONFIG_remove_arc = "libunwind"