mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
68cea00205
commit
444da83b5d
@@ -15,8 +15,8 @@ S = "${WORKDIR}/dbus-python-${PV}"
|
||||
inherit distutils3-base autotools pkgconfig
|
||||
|
||||
PACKAGECONFIG ?= ""
|
||||
PACKAGECONFIG[docs] = "--enable-html-docs,--disable-html-docs,python-docutils-native"
|
||||
PACKAGECONFIG[api-docs] = "--enable-api-docs,--disable-api-docs,python-docutils-native python-epydoc-native"
|
||||
PACKAGECONFIG[docs] = "--enable-html-docs,--disable-html-docs,python3-docutils-native"
|
||||
PACKAGECONFIG[api-docs] = "--enable-api-docs,--disable-api-docs,python3-docutils-native python3-epydoc-native"
|
||||
|
||||
do_configure_prepend() {
|
||||
export PYTHON=${PYTHON}
|
||||
|
||||
Reference in New Issue
Block a user