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:42:40 +0100 |
commit | 15d42f84b1fcffc17b21eba50e5d5ee06419a659 (patch) | |
tree | 3376150107d92a9321f5a51257e0b4191d694384 | |
parent | 38f8c4725da016df100e7ed434eece26ba77bf5f (diff) | |
download | openembedded-core-15d42f84b1fcffc17b21eba50e5d5ee06419a659.tar.gz openembedded-core-15d42f84b1fcffc17b21eba50e5d5ee06419a659.tar.bz2 openembedded-core-15d42f84b1fcffc17b21eba50e5d5ee06419a659.zip |
perf: make tools needed for API documentation respect the manpages PACKAGECONFIG
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" PACKAGECONFIG[libnuma] = ",NO_LIBNUMA=1" PACKAGECONFIG[systemtap] = ",NO_SDT=1,systemtap" 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" DEPENDS = " \ virtual/${MLPREFIX}libc \ ${MLPREFIX}elfutils \ ${MLPREFIX}binutils \ bison-native flex-native xz \ - xmlto-native \ - asciidoc-native \ " do_configure[depends] += "virtual/kernel:do_shared_workdir" |