diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-dbus_1.2.4.bb | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-docutils_0.12.bb (renamed from meta/recipes-devtools/python/python-docutils_0.12.bb) | 4 |
2 files changed, 4 insertions, 4 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}" | |||
15 | inherit distutils3-base autotools pkgconfig | 15 | inherit distutils3-base autotools pkgconfig |
16 | 16 | ||
17 | PACKAGECONFIG ?= "" | 17 | PACKAGECONFIG ?= "" |
18 | PACKAGECONFIG[docs] = "--enable-html-docs,--disable-html-docs,python-docutils-native" | 18 | PACKAGECONFIG[docs] = "--enable-html-docs,--disable-html-docs,python3-docutils-native" |
19 | PACKAGECONFIG[api-docs] = "--enable-api-docs,--disable-api-docs,python-docutils-native python-epydoc-native" | 19 | PACKAGECONFIG[api-docs] = "--enable-api-docs,--disable-api-docs,python3-docutils-native python3-epydoc-native" |
20 | 20 | ||
21 | do_configure_prepend() { | 21 | do_configure_prepend() { |
22 | export PYTHON=${PYTHON} | 22 | export PYTHON=${PYTHON} |
diff --git a/meta/recipes-devtools/python/python-docutils_0.12.bb b/meta/recipes-devtools/python/python3-docutils_0.12.bb index 8cda88d277..e78fa3bbc8 100644 --- a/meta/recipes-devtools/python/python-docutils_0.12.bb +++ b/meta/recipes-devtools/python/python3-docutils_0.12.bb | |||
@@ -4,7 +4,7 @@ SECTION = "devel/python" | |||
4 | LICENSE = "PSF & BSD-2-Clause & GPLv3" | 4 | LICENSE = "PSF & BSD-2-Clause & GPLv3" |
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=a722fbdc20347db7b69223594dd54574" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=a722fbdc20347db7b69223594dd54574" |
6 | 6 | ||
7 | DEPENDS = "python" | 7 | DEPENDS = "python3" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" |
10 | SRC_URI[md5sum] = "4622263b62c5c771c03502afa3157768" | 10 | SRC_URI[md5sum] = "4622263b62c5c771c03502afa3157768" |
@@ -12,7 +12,7 @@ SRC_URI[sha256sum] = "c7db717810ab6965f66c8cf0398a98c9d8df982da39b4cd7f162911eb8 | |||
12 | 12 | ||
13 | S = "${WORKDIR}/docutils-${PV}" | 13 | S = "${WORKDIR}/docutils-${PV}" |
14 | 14 | ||
15 | inherit distutils | 15 | inherit distutils3 |
16 | 16 | ||
17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
18 | 18 | ||