diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-01-19 16:33:15 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
| commit | 505774658338002a92c2e32c4c57c55f36c5e36e (patch) | |
| tree | c5d1032aac37af7493141cdfa56da5b371ce5a59 /meta-oe/recipes-extended | |
| parent | 66454b26ff49c6cca3dd8d32832078cfa05cd5ef (diff) | |
| download | meta-openembedded-505774658338002a92c2e32c4c57c55f36c5e36e.tar.gz | |
meta-oe: Remove using python2
This change makes the parsing go though, we still might have build
issues, which will be reported in world builds seprately
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
6 files changed, 10 insertions, 10 deletions
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.8.1.bb b/meta-oe/recipes-extended/collectd/collectd_5.8.1.bb index 0951ac076f..8b9fd74a87 100644 --- a/meta-oe/recipes-extended/collectd/collectd_5.8.1.bb +++ b/meta-oe/recipes-extended/collectd/collectd_5.8.1.bb | |||
| @@ -19,7 +19,7 @@ SRC_URI = "http://collectd.org/files/collectd-${PV}.tar.bz2 \ | |||
| 19 | SRC_URI[md5sum] = "bfce96c42cede5243028510bcc57c1e6" | 19 | SRC_URI[md5sum] = "bfce96c42cede5243028510bcc57c1e6" |
| 20 | SRC_URI[sha256sum] = "e796fda27ce06377f491ad91aa286962a68c2b54076aa77a29673d53204453da" | 20 | SRC_URI[sha256sum] = "e796fda27ce06377f491ad91aa286962a68c2b54076aa77a29673d53204453da" |
| 21 | 21 | ||
| 22 | inherit autotools pythonnative update-rc.d pkgconfig systemd | 22 | inherit autotools python3native update-rc.d pkgconfig systemd |
| 23 | 23 | ||
| 24 | SYSTEMD_SERVICE_${PN} = "collectd.service" | 24 | SYSTEMD_SERVICE_${PN} = "collectd.service" |
| 25 | 25 | ||
diff --git a/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb b/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb index 77c995b57a..765a84643e 100644 --- a/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb +++ b/meta-oe/recipes-extended/hplip/hplip_3.12.6.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \ | |||
| 14 | 14 | ||
| 15 | DEPENDS += "cups python libusb" | 15 | DEPENDS += "cups python libusb" |
| 16 | 16 | ||
| 17 | inherit autotools-brokensep python-dir pythonnative pkgconfig | 17 | inherit autotools-brokensep python3-dir python3native pkgconfig |
| 18 | 18 | ||
| 19 | export STAGING_INCDIR | 19 | export STAGING_INCDIR |
| 20 | export STAGING_LIBDIR | 20 | export STAGING_LIBDIR |
diff --git a/meta-oe/recipes-extended/iotop/iotop_0.6.bb b/meta-oe/recipes-extended/iotop/iotop_0.6.bb index b01d7f64e6..68cc352249 100644 --- a/meta-oe/recipes-extended/iotop/iotop_0.6.bb +++ b/meta-oe/recipes-extended/iotop/iotop_0.6.bb | |||
| @@ -15,13 +15,13 @@ SRC_URI[sha256sum] = "3adea2a24eda49bbbaeb4e6ed2042355b441dbd7161e883067a02bfc8d | |||
| 15 | UPSTREAM_CHECK_URI = "http://repo.or.cz/iotop.git/tags" | 15 | UPSTREAM_CHECK_URI = "http://repo.or.cz/iotop.git/tags" |
| 16 | UPSTREAM_CHECK_REGEX = "iotop-(?P<pver>\d+(\.\d+)+)" | 16 | UPSTREAM_CHECK_REGEX = "iotop-(?P<pver>\d+(\.\d+)+)" |
| 17 | 17 | ||
| 18 | inherit distutils | 18 | inherit distutils3 |
| 19 | 19 | ||
| 20 | do_install_append() { | 20 | do_install_append() { |
| 21 | rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.pyo || true | 21 | rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.pyo || true |
| 22 | rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py || true | 22 | rm -f ${D}${PYTHON_SITEPACKAGES_DIR}/site.py || true |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | RDEPENDS_${PN} = "python-curses python-textutils \ | 25 | RDEPENDS_${PN} = "python3-curses python3-textutils \ |
| 26 | python-codecs python-ctypes python-pprint \ | 26 | python3-codecs python3-ctypes python3-pprint \ |
| 27 | python-shell python-subprocess python-core" | 27 | python3-shell python3-subprocess python3-core" |
diff --git a/meta-oe/recipes-extended/libimobiledevice/libplist_2.1.0.bb b/meta-oe/recipes-extended/libimobiledevice/libplist_2.1.0.bb index 48dec47a81..4a8d9a1df0 100644 --- a/meta-oe/recipes-extended/libimobiledevice/libplist_2.1.0.bb +++ b/meta-oe/recipes-extended/libimobiledevice/libplist_2.1.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07 \ | |||
| 6 | 6 | ||
| 7 | DEPENDS = "libxml2 glib-2.0 swig python" | 7 | DEPENDS = "libxml2 glib-2.0 swig python" |
| 8 | 8 | ||
| 9 | inherit autotools pkgconfig pythonnative | 9 | inherit autotools pkgconfig python3native |
| 10 | 10 | ||
| 11 | SRCREV = "3df02d4d0e9008771e8622fdc10de8333b3f0d85" | 11 | SRCREV = "3df02d4d0e9008771e8622fdc10de8333b3f0d85" |
| 12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https \ | 12 | SRC_URI = "git://github.com/libimobiledevice/libplist;protocol=https \ |
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb index 419b3ee6e8..754476d67b 100644 --- a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb +++ b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb | |||
| @@ -5,9 +5,9 @@ LICENSE = "GPLv2+" | |||
| 5 | LIC_FILES_CHKSUM = "file://../COPYING;md5=75859989545e37968a99b631ef42722e" | 5 | LIC_FILES_CHKSUM = "file://../COPYING;md5=75859989545e37968a99b631ef42722e" |
| 6 | SECTION = "System/Management" | 6 | SECTION = "System/Management" |
| 7 | 7 | ||
| 8 | inherit setuptools | 8 | inherit setuptools3 |
| 9 | 9 | ||
| 10 | DEPENDS = "python-native python-pywbem-native python-m2crypto python-pywbem" | 10 | DEPENDS = "python3-native python3-pywbem-native python3-m2crypto python-pywbem" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://fedorahosted.org/released/${BPN}/${BP}.tar.gz \ | 12 | SRC_URI = "http://fedorahosted.org/released/${BPN}/${BP}.tar.gz \ |
| 13 | " | 13 | " |
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb index b39ceda80b..c7dbb6e39e 100644 --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb | |||
| @@ -15,7 +15,7 @@ SRC_URI = "\ | |||
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
| 18 | inherit cpan autotools-brokensep gettext pythonnative python-dir systemd | 18 | inherit cpan autotools-brokensep gettext python3native python3-dir systemd |
| 19 | 19 | ||
| 20 | BBCLASSEXTEND = "native" | 20 | BBCLASSEXTEND = "native" |
| 21 | 21 | ||
