summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libbytesize/libbytesize_2.1.bb4
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
26PACKAGECONFIG ??= "python3" 26PACKAGECONFIG ??= "python3"
27PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3-core" 27PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3-core"
28PACKAGECONFIG[doc] = "--with-gtk-doc, --without-gtk-doc, gtk-doc-native"
29 28
29EXTRA_OECONF = "--without-gtk-doc"
30EXTRA_OEMAKE = "py3libdir=${PYTHON_SITEPACKAGES_DIR}" 30EXTRA_OEMAKE = "py3libdir=${PYTHON_SITEPACKAGES_DIR}"
31
32