diff options
| author | Ross Burton <ross.burton@intel.com> | 2018-10-09 15:05:34 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-10 12:47:34 +0100 |
| commit | 2d2a113227b191b97e61aef7d8fca5001ab006da (patch) | |
| tree | 307ceec37f792d35c5782c7d2a93e028e7bcd213 | |
| parent | 7ee1b6a734724ef7ca6330cac4d14c8544d3285c (diff) | |
| download | poky-2d2a113227b191b97e61aef7d8fca5001ab006da.tar.gz | |
perf: make tools needed for API documentation respect the manpages PACKAGECONFIG
(From OE-Core rev: 15d42f84b1fcffc17b21eba50e5d5ee06419a659)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 4 |
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" | |||
| 22 | PACKAGECONFIG[libnuma] = ",NO_LIBNUMA=1" | 22 | PACKAGECONFIG[libnuma] = ",NO_LIBNUMA=1" |
| 23 | PACKAGECONFIG[systemtap] = ",NO_SDT=1,systemtap" | 23 | PACKAGECONFIG[systemtap] = ",NO_SDT=1,systemtap" |
| 24 | PACKAGECONFIG[jvmti] = ",NO_JVMTI=1" | 24 | PACKAGECONFIG[jvmti] = ",NO_JVMTI=1" |
| 25 | |||
| 26 | # libaudit support would need scripting to be enabled | 25 | # libaudit support would need scripting to be enabled |
| 27 | PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit" | 26 | PACKAGECONFIG[audit] = ",NO_LIBAUDIT=1,audit" |
| 27 | PACKAGECONFIG[manpages] = ",,xmlto-native asciidoc-native" | ||
| 28 | 28 | ||
| 29 | DEPENDS = " \ | 29 | DEPENDS = " \ |
| 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 | ||
| 38 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 36 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |
