summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-19 16:32:05 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-22 09:56:34 -0800
commit66454b26ff49c6cca3dd8d32832078cfa05cd5ef (patch)
tree62079bca2894e0e5045162292975f71d74ae3ab5 /meta-networking/recipes-support
parentff7839adcb9348733fab8ef7358d15e594afda07 (diff)
downloadmeta-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-support')
-rw-r--r--meta-networking/recipes-support/fetchmail/fetchmail_6.4.1.bb2
-rw-r--r--meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb2
-rw-r--r--meta-networking/recipes-support/nghttp2/nghttp2_1.40.0.bb2
-rw-r--r--meta-networking/recipes-support/ntop/ntop_5.0.1.bb2
-rw-r--r--meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb2
-rw-r--r--meta-networking/recipes-support/spice/spice_git.bb2
6 files changed, 6 insertions, 6 deletions
diff --git a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.1.bb b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.1.bb
index 21caa918a6..0faf196482 100644
--- a/meta-networking/recipes-support/fetchmail/fetchmail_6.4.1.bb
+++ b/meta-networking/recipes-support/fetchmail/fetchmail_6.4.1.bb
@@ -12,7 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz \
12SRC_URI[md5sum] = "c2b836a919cdd4ec53b06b70e0aa3e63" 12SRC_URI[md5sum] = "c2b836a919cdd4ec53b06b70e0aa3e63"
13SRC_URI[sha256sum] = "3f33f11dd08c3e8cc3e9d18eec686b1626d4818f4d5a72791507bbc4dce6a9a0" 13SRC_URI[sha256sum] = "3f33f11dd08c3e8cc3e9d18eec686b1626d4818f4d5a72791507bbc4dce6a9a0"
14 14
15inherit autotools gettext python-dir pythonnative 15inherit autotools gettext python3-dir python3native
16 16
17EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}" 17EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}"
18 18
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
index 585968f836..5917cfb3e1 100644
--- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
+++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb
@@ -21,7 +21,7 @@ SRCREV = "1c2d8674cc6f4b1166a066e8822e295c105ae7a2"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24inherit autotools python-dir pkgconfig 24inherit autotools python3-dir pkgconfig
25 25
26CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpan-tools" 26CACHED_CONFIGUREVARS += "am_cv_python_pythondir=${PYTHON_SITEPACKAGES_DIR}/lowpan-tools"
27 27
diff --git a/meta-networking/recipes-support/nghttp2/nghttp2_1.40.0.bb b/meta-networking/recipes-support/nghttp2/nghttp2_1.40.0.bb
index f37e9b7463..9ed8c56420 100644
--- a/meta-networking/recipes-support/nghttp2/nghttp2_1.40.0.bb
+++ b/meta-networking/recipes-support/nghttp2/nghttp2_1.40.0.bb
@@ -14,7 +14,7 @@ SRC_URI = "\
14SRC_URI[md5sum] = "8d1a6b96760254e4dd142d7176e8fb7c" 14SRC_URI[md5sum] = "8d1a6b96760254e4dd142d7176e8fb7c"
15SRC_URI[sha256sum] = "09fc43d428ff237138733c737b29fb1a7e49d49de06d2edbed3bc4cdcee69073" 15SRC_URI[sha256sum] = "09fc43d428ff237138733c737b29fb1a7e49d49de06d2edbed3bc4cdcee69073"
16 16
17inherit cmake manpages pythonnative 17inherit cmake manpages python3native
18PACKAGECONFIG[manpages] = "" 18PACKAGECONFIG[manpages] = ""
19 19
20# examples are never installed, and don't need to be built in the 20# examples are never installed, and don't need to be built in the
diff --git a/meta-networking/recipes-support/ntop/ntop_5.0.1.bb b/meta-networking/recipes-support/ntop/ntop_5.0.1.bb
index 80f009b7c3..6f09937ed0 100644
--- a/meta-networking/recipes-support/ntop/ntop_5.0.1.bb
+++ b/meta-networking/recipes-support/ntop/ntop_5.0.1.bb
@@ -25,7 +25,7 @@ SRC_URI[sha256sum] = "7e8e84cb14d2173beaca4d4cb991a14d84a4bef84ec37b2276bc363f45
25 25
26UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ntop/files/ntop/Stable" 26UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ntop/files/ntop/Stable"
27 27
28inherit autotools-brokensep useradd pythonnative pkgconfig systemd 28inherit autotools-brokensep useradd python3native pkgconfig systemd
29 29
30DEPENDS = "geoip rrdtool python zlib libpcap gdbm" 30DEPENDS = "geoip rrdtool python zlib libpcap gdbm"
31 31
diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb b/meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb
index f092780399..3f3cc20734 100644
--- a/meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb
+++ b/meta-networking/recipes-support/openipmi/openipmi_2.0.27.bb
@@ -39,7 +39,7 @@ S = "${WORKDIR}/OpenIPMI-${PV}"
39SRC_URI[md5sum] = "d525ceaa07df5440674e7e68a6772fe7" 39SRC_URI[md5sum] = "d525ceaa07df5440674e7e68a6772fe7"
40SRC_URI[sha256sum] = "f3b1fafaaec2e2bac32fec5a86941ad8b8cb64543470bd6d819d7b166713d20b" 40SRC_URI[sha256sum] = "f3b1fafaaec2e2bac32fec5a86941ad8b8cb64543470bd6d819d7b166713d20b"
41 41
42inherit autotools-brokensep pkgconfig pythonnative perlnative update-rc.d systemd cpan-base 42inherit autotools-brokensep pkgconfig python3native perlnative update-rc.d systemd cpan-base
43 43
44EXTRA_OECONF = "--disable-static \ 44EXTRA_OECONF = "--disable-static \
45 --with-perl='${STAGING_BINDIR_NATIVE}/perl-native/perl' \ 45 --with-perl='${STAGING_BINDIR_NATIVE}/perl-native/perl' \
diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb
index 06a79c5001..ebf4d576e5 100644
--- a/meta-networking/recipes-support/spice/spice_git.bb
+++ b/meta-networking/recipes-support/spice/spice_git.bb
@@ -29,7 +29,7 @@ SRC_URI = " \
29 29
30S = "${WORKDIR}/git" 30S = "${WORKDIR}/git"
31 31
32inherit autotools gettext pythonnative python-dir pkgconfig 32inherit autotools gettext python3native python3-dir pkgconfig
33 33
34DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python-pyparsing-native python-six-native glib-2.0-native" 34DEPENDS += "spice-protocol jpeg pixman alsa-lib glib-2.0 python-pyparsing-native python-six-native glib-2.0-native"
35DEPENDS_append_class-nativesdk = "nativesdk-openssl" 35DEPENDS_append_class-nativesdk = "nativesdk-openssl"