diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-01-19 16:32:05 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
| commit | 66454b26ff49c6cca3dd8d32832078cfa05cd5ef (patch) | |
| tree | 62079bca2894e0e5045162292975f71d74ae3ab5 /meta-networking/recipes-connectivity | |
| parent | ff7839adcb9348733fab8ef7358d15e594afda07 (diff) | |
| download | meta-openembedded-66454b26ff49c6cca3dd8d32832078cfa05cd5ef.tar.gz | |
meta-networking: 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-networking/recipes-connectivity')
| -rw-r--r-- | meta-networking/recipes-connectivity/crda/crda_3.18.bb | 2 | ||||
| -rw-r--r-- | meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb | 4 | ||||
| -rw-r--r-- | meta-networking/recipes-connectivity/python-networkmanager/python3-networkmanager_2.1.bb (renamed from meta-networking/recipes-connectivity/python-networkmanager/python-networkmanager_2.1.bb) | 4 | ||||
| -rw-r--r-- | meta-networking/recipes-connectivity/ufw/ufw_0.33.bb | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb b/meta-networking/recipes-connectivity/crda/crda_3.18.bb index 7c925b2529..d3c00424db 100644 --- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb +++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb | |||
| @@ -18,7 +18,7 @@ SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \ | |||
| 18 | SRC_URI[md5sum] = "0431fef3067bf503dfb464069f06163a" | 18 | SRC_URI[md5sum] = "0431fef3067bf503dfb464069f06163a" |
| 19 | SRC_URI[sha256sum] = "43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e8ecdbf" | 19 | SRC_URI[sha256sum] = "43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e8ecdbf" |
| 20 | 20 | ||
| 21 | inherit python-dir pythonnative siteinfo | 21 | inherit python3-dir python3native siteinfo |
| 22 | 22 | ||
| 23 | # Recursive make problem | 23 | # Recursive make problem |
| 24 | EXTRA_OEMAKE = "MAKEFLAGS= DESTDIR=${D} LIBDIR=${libdir}/crda LDLIBREG='-Wl,-rpath,${libdir}/crda -lreg' \ | 24 | EXTRA_OEMAKE = "MAKEFLAGS= DESTDIR=${D} LIBDIR=${libdir}/crda LDLIBREG='-Wl,-rpath,${libdir}/crda -lreg' \ |
diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb index 31e6978d6f..8887433062 100644 --- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb +++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb | |||
| @@ -96,9 +96,9 @@ PACKAGECONFIG[rlm-eap-pwd] = "--with-rlm_eap_pwd, --without-rlm_eap_pwd" | |||
| 96 | inherit useradd autotools-brokensep update-rc.d systemd | 96 | inherit useradd autotools-brokensep update-rc.d systemd |
| 97 | 97 | ||
| 98 | # This is not a cpan or python based package, but it needs some definitions | 98 | # This is not a cpan or python based package, but it needs some definitions |
| 99 | # from cpan-base and python-dir bbclasses for building rlm_perl and rlm_python | 99 | # from cpan-base and python3-dir bbclasses for building rlm_perl and rlm_python |
| 100 | # correctly. | 100 | # correctly. |
| 101 | inherit cpan-base python-dir | 101 | inherit cpan-base python3-dir |
| 102 | 102 | ||
| 103 | # The modules subdirs also need to be processed by autoreconf. Use autogen.sh | 103 | # The modules subdirs also need to be processed by autoreconf. Use autogen.sh |
| 104 | # in order to handle the subdirs correctly. | 104 | # in order to handle the subdirs correctly. |
diff --git a/meta-networking/recipes-connectivity/python-networkmanager/python-networkmanager_2.1.bb b/meta-networking/recipes-connectivity/python-networkmanager/python3-networkmanager_2.1.bb index 3aa41f1add..91a6edd241 100644 --- a/meta-networking/recipes-connectivity/python-networkmanager/python-networkmanager_2.1.bb +++ b/meta-networking/recipes-connectivity/python-networkmanager/python3-networkmanager_2.1.bb | |||
| @@ -8,6 +8,6 @@ SRC_URI[md5sum] = "f638d854a3639fb37c0e06d1092a771e" | |||
| 8 | SRC_URI[sha256sum] = "aef1e34d98d7bec7cc368e0ca0f2e97493f9b5ebe6d7103f8f6460cfca3dc6fc" | 8 | SRC_URI[sha256sum] = "aef1e34d98d7bec7cc368e0ca0f2e97493f9b5ebe6d7103f8f6460cfca3dc6fc" |
| 9 | 9 | ||
| 10 | PYPI_PACKAGE = "python-networkmanager" | 10 | PYPI_PACKAGE = "python-networkmanager" |
| 11 | inherit pypi setuptools | 11 | inherit pypi setuptools3 |
| 12 | 12 | ||
| 13 | RDEPENDS_${PN} = "networkmanager python-dbus python-six" | 13 | RDEPENDS_${PN} = "networkmanager python3-dbus python3-six" |
diff --git a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb index 6ff103c770..d620e88eb4 100644 --- a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb +++ b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb | |||
| @@ -20,12 +20,12 @@ SRC_URI = " \ | |||
| 20 | SRC_URI[md5sum] = "3747b453d76709e5a99da209fc0bb5f5" | 20 | SRC_URI[md5sum] = "3747b453d76709e5a99da209fc0bb5f5" |
| 21 | SRC_URI[sha256sum] = "5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8" | 21 | SRC_URI[sha256sum] = "5f85a8084ad3539b547bec097286948233188c971f498890316dec170bdd1da8" |
| 22 | 22 | ||
| 23 | inherit setuptools features_check | 23 | inherit setuptools3 features_check |
| 24 | 24 | ||
| 25 | RDEPENDS_${PN} = " \ | 25 | RDEPENDS_${PN} = " \ |
| 26 | iptables \ | 26 | iptables \ |
| 27 | python \ | 27 | python3 \ |
| 28 | python-modules \ | 28 | python3-modules \ |
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | RRECOMMENDS_${PN} = " \ | 31 | RRECOMMENDS_${PN} = " \ |
