[oe-commits] [meta-openembedded] 07/16: nftables: Fix documentation generation

git at git.openembedded.org git at git.openembedded.org
Tue Dec 3 17:33:16 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit ab86dcdc908bc457367195bba4d2db26941fb3aa
Author: Alex Kiernan <alex.kiernan at gmail.com>
AuthorDate: Mon Dec 2 19:32:16 2019 +0000

    nftables: Fix documentation generation
    
    Switch PACKAGECONFIG from man to manpages so we are included when
    api-documentation is set. Ensure correct tools are available to build
    the documentation and avoid unsupported option failures by not passing
    `--enable-man-doc`.
    
    Signed-off-by: Alex Kiernan <alex.kiernan at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-filter/nftables/nftables_0.9.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-filter/nftables/nftables_0.9.2.bb b/meta-networking/recipes-filter/nftables/nftables_0.9.2.bb
index 98e8050..0c57e72 100644
--- a/meta-networking/recipes-filter/nftables/nftables_0.9.2.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_0.9.2.bb
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "5cb66180143e6bfc774f4eb316206d40ac1cb6df269a90882404cbf716
 inherit autotools manpages pkgconfig
 
 PACKAGECONFIG ?= "python"
-PACKAGECONFIG[man] = "--enable--man-doc, --disable-man-doc"
+PACKAGECONFIG[manpages] = ", --disable-man-doc, asciidoc-native"
 PACKAGECONFIG[python] = "--with-python-bin=${PYTHON}, --with-python-bin="", python3"
 
 inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)}

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


More information about the Openembedded-commits mailing list