[oe] [meta-oe][PATCH] libbytesize: disable doc build

Khem Raj raj.khem at gmail.com
Fri Jan 3 03:39:43 UTC 2020


On Thu, Jan 2, 2020 at 6:52 PM <kai.kang at windriver.com> wrote:
>
> From: Kai Kang <kai.kang at windriver.com>
>
> It fails to build doc for libbytesize and the documents are simpole and

                       ^^^^^^^
typo


> not important, so disable doc build.
>
> Signed-off-by: Kai Kang <kai.kang at windriver.com>
> ---
>  meta-oe/recipes-support/libbytesize/libbytesize_2.1.bb | 4 +---
>  1 file changed, 1 insertion(+), 3 deletions(-)
>
> diff --git a/meta-oe/recipes-support/libbytesize/libbytesize_2.1.bb b/meta-oe/recipes-support/libbytesize/libbytesize_2.1.bb
> index 07bf1faae..1a5c1848b 100644
> --- a/meta-oe/recipes-support/libbytesize/libbytesize_2.1.bb
> +++ b/meta-oe/recipes-support/libbytesize/libbytesize_2.1.bb
> @@ -25,8 +25,6 @@ FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}/bytesize"
>
>  PACKAGECONFIG ??= "python3"
>  PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3-core"
> -PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native"
>
> +EXTRA_OECONF = "--without-gtk-doc"
>  EXTRA_OEMAKE = "py3libdir=${PYTHON_SITEPACKAGES_DIR}"
> -
> -
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list