summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-dbus_1.2.4.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-06-02 12:25:58 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-03 13:13:27 +0100
commit444da83b5deb4207396f069a6ba5df41c047917d (patch)
tree2a11b69cc6f684ce174fa8c6bb333af964dd894e /meta/recipes-devtools/python/python3-dbus_1.2.4.bb
parent68cea002055bba97a6eff3b4f15773a58ee399ac (diff)
downloadpoky-444da83b5deb4207396f069a6ba5df41c047917d.tar.gz
python-docutils: move to Python 3
(From OE-Core rev: 798db38f993cf9bad6feb2da6e0eea0a582ba9f3) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-dbus_1.2.4.bb')
-rw-r--r--meta/recipes-devtools/python/python3-dbus_1.2.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-dbus_1.2.4.bb b/meta/recipes-devtools/python/python3-dbus_1.2.4.bb
index c058cafcf1..759512c396 100644
--- a/meta/recipes-devtools/python/python3-dbus_1.2.4.bb
+++ b/meta/recipes-devtools/python/python3-dbus_1.2.4.bb
@@ -15,8 +15,8 @@ S = "${WORKDIR}/dbus-python-${PV}"
15inherit distutils3-base autotools pkgconfig 15inherit distutils3-base autotools pkgconfig
16 16
17PACKAGECONFIG ?= "" 17PACKAGECONFIG ?= ""
18PACKAGECONFIG[docs] = "--enable-html-docs,--disable-html-docs,python-docutils-native" 18PACKAGECONFIG[docs] = "--enable-html-docs,--disable-html-docs,python3-docutils-native"
19PACKAGECONFIG[api-docs] = "--enable-api-docs,--disable-api-docs,python-docutils-native python-epydoc-native" 19PACKAGECONFIG[api-docs] = "--enable-api-docs,--disable-api-docs,python3-docutils-native python3-epydoc-native"
20 20
21do_configure_prepend() { 21do_configure_prepend() {
22 export PYTHON=${PYTHON} 22 export PYTHON=${PYTHON}