diff options
| author | Kai Kang <kai.kang@windriver.com> | 2020-01-03 10:50:25 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-03 13:56:00 -0800 |
| commit | a1e7c0829429e739c9ab35f6b8c3a0d7041819b6 (patch) | |
| tree | e719bc260aacbcd5c991b61316909d4d64b177bb /meta-oe | |
| parent | 6aa5e857e4989ee582dc0781ac49379b45951aae (diff) | |
| download | meta-openembedded-a1e7c0829429e739c9ab35f6b8c3a0d7041819b6.tar.gz | |
libbytesize: disable doc build
It fails to build doc for libbytesize and the documents are simple and
not important, so disable doc build.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/libbytesize/libbytesize_2.1.bb | 4 |
1 files changed, 1 insertions, 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 07bf1faaeb..1a5c1848b9 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" | |||
| 25 | 25 | ||
| 26 | PACKAGECONFIG ??= "python3" | 26 | PACKAGECONFIG ??= "python3" |
| 27 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3-core" | 27 | PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3-core" |
| 28 | PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native" | ||
| 29 | 28 | ||
| 29 | EXTRA_OECONF = "--without-gtk-doc" | ||
| 30 | EXTRA_OEMAKE = "py3libdir=${PYTHON_SITEPACKAGES_DIR}" | 30 | EXTRA_OEMAKE = "py3libdir=${PYTHON_SITEPACKAGES_DIR}" |
| 31 | |||
| 32 | |||
