mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f6166e64f1
commit
a2b0925e10
@@ -25,6 +25,7 @@ PACKAGECONFIG[jvmti] = ",NO_JVMTI=1"
|
||||
# libaudit support would need scripting to be enabled
|
||||
PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit"
|
||||
PACKAGECONFIG[manpages] = ",,xmlto-native asciidoc-native"
|
||||
PACKAGECONFIG[cap] = ",,libcap"
|
||||
|
||||
# libunwind is not yet ported for some architectures
|
||||
PACKAGECONFIG_remove_arc = "libunwind"
|
||||
|
||||
Reference in New Issue
Block a user