diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2019-12-02 19:32:16 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-03 09:31:53 -0800 |
commit | ab86dcdc908bc457367195bba4d2db26941fb3aa (patch) | |
tree | 6359b0b25f6a919f38fda4132d2a0b37bd2b0f8e | |
parent | 92eb9b321b10a05ed21ba5908561577e36d47d2f (diff) | |
download | meta-openembedded-ab86dcdc908bc457367195bba4d2db26941fb3aa.tar.gz |
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@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-filter/nftables/nftables_0.9.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 98e8050b8..0c57e7255 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 | |||
14 | inherit autotools manpages pkgconfig | 14 | inherit autotools manpages pkgconfig |
15 | 15 | ||
16 | PACKAGECONFIG ?= "python" | 16 | PACKAGECONFIG ?= "python" |
17 | PACKAGECONFIG[man] = "--enable--man-doc, --disable-man-doc" | 17 | PACKAGECONFIG[manpages] = ", --disable-man-doc, asciidoc-native" |
18 | PACKAGECONFIG[python] = "--with-python-bin=${PYTHON}, --with-python-bin="", python3" | 18 | PACKAGECONFIG[python] = "--with-python-bin=${PYTHON}, --with-python-bin="", python3" |
19 | 19 | ||
20 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} | 20 | inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} |