[oe-commits] [openembedded-core] 25/55: lttng-tools: Add PACKAGECONFIG for manpages

git at git.openembedded.org git at git.openembedded.org
Sat Sep 3 09:00:05 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 1ddae1c3a58931bbf348fd6fd912f0cd30598585
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Sep 2 23:46:48 2016 +0100

    lttng-tools: Add PACKAGECONFIG for manpages
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/lttng/lttng-tools_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-kernel/lttng/lttng-tools_git.bb b/meta/recipes-kernel/lttng/lttng-tools_git.bb
index e2f3032..66269d8 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_git.bb
@@ -24,6 +24,7 @@ PACKAGECONFIG ??= "lttng-ust"
 PACKAGECONFIG[python] = "--enable-python-bindings ${PYTHON_OPTION},,python3 swig-native"
 PACKAGECONFIG[lttng-ust] = "--with-lttng-ust, --without-lttng-ust, lttng-ust"
 PACKAGECONFIG[kmod] = "--enable-kmod, --disable-kmod, kmod"
+PACKAGECONFIG[manpages] = "--enable-man-pages, --disable-man-pages, asciidoc-native"
 PACKAGECONFIG_remove_libc-musl = "lttng-ust"
 
 SRC_URI = "git://git.lttng.org/lttng-tools.git;branch=stable-2.8 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list