[OE-core] [PATCH] lttng-tools: enable manpages option for configure

Hongzhi.Song hongzhi.song at windriver.com
Fri Aug 9 06:47:37 UTC 2019


If disable this option, production will prompt "No manual entry for
lttng-help" when execute "lttng --help" series commands.

Enable the option will make lttng-tools compile manpages and then
package them into lttng-tools-doc/.

Signed-off-by: Hongzhi.Song <hongzhi.song at windriver.com>
---
 meta/recipes-kernel/lttng/lttng-tools_2.10.7.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.10.7.bb b/meta/recipes-kernel/lttng/lttng-tools_2.10.7.bb
index aa6d19d..9270916 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.10.7.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.10.7.bb
@@ -21,7 +21,7 @@ PYTHON_OPTION = "am_cv_python_pyexecdir='${PYTHON_SITEPACKAGES_DIR}' \
                  am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \
                  PYTHON_INCLUDE='-I${STAGING_INCDIR}/python${PYTHON_BASEVERSION}${PYTHON_ABI}' \
 "
-PACKAGECONFIG ??= "lttng-ust"
+PACKAGECONFIG ??= "lttng-ust manpages"
 PACKAGECONFIG[python] = "--enable-python-bindings ${PYTHON_OPTION},,python3 swig-native"
 PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust"
 PACKAGECONFIG[kmod] = "--with-kmod, --without-kmod, kmod"
-- 
2.8.1



More information about the Openembedded-core mailing list