From eac1f5b9c0b1b81aa24827be94e4a1a91cd49eee Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 19 Mar 2025 13:07:48 -0700 Subject: recipes: Fix variable assignment whitespace Signed-off-by: Richard Purdie Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb | 2 +- meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb | 4 ++-- meta-networking/recipes-daemons/ippool/ippool_1.3.bb | 2 +- meta-networking/recipes-daemons/postfix/postfix_3.10.1.bb | 2 +- meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb | 4 ++-- meta-networking/recipes-daemons/squid/squid_6.12.bb | 2 +- meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.5.bb | 4 ++-- meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb | 2 +- meta-networking/recipes-kernel/wireguard/wireguard.inc | 2 +- meta-networking/recipes-protocols/freediameter/freediameter_1.5.0.bb | 2 +- meta-networking/recipes-support/libtalloc/libtalloc_2.4.3.bb | 4 ++-- meta-networking/recipes-support/libtdb/libtdb_1.4.13.bb | 4 ++-- meta-networking/recipes-support/netperf/netperf_git.bb | 4 ++-- meta-networking/recipes-support/spice/spice_git.bb | 2 +- 14 files changed, 20 insertions(+), 20 deletions(-) (limited to 'meta-networking') diff --git a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb index de7e2d3e01..4613ac61f1 100644 --- a/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb +++ b/meta-networking/recipes-connectivity/autossh/autossh_1.4g.bb @@ -15,7 +15,7 @@ CFLAGS:prepend = "-I${WORKDIR}/build " inherit autotools -EXTRA_OECONF="--with-ssh=/usr/bin/ssh" +EXTRA_OECONF = "--with-ssh=/usr/bin/ssh" do_compile:append() { cp ${WORKDIR}/autossh-${PV}/CHANGES ${WORKDIR}/build diff --git a/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb b/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb index 4e3c157713..faaf393529 100644 --- a/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb +++ b/meta-networking/recipes-connectivity/sethdlc/sethdlc_1.18.bb @@ -15,8 +15,8 @@ SRC_URI[sha256sum] = "21b1e2e1cb0e288b0ec8fcfd9fed449914e0f8e6fc273706bd5b3d4f6a PACKAGE_ARCH = "${MACHINE_ARCH}" DEPENDS = "virtual/kernel" -EXTRA_OEMAKE="CROSS_COMPILE=${TARGET_PREFIX} CC='${CC} ${LDFLAGS}' \ - KERNEL_DIR=${STAGING_KERNEL_DIR} " +EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} CC='${CC} ${LDFLAGS}' \ + KERNEL_DIR=${STAGING_KERNEL_DIR} " do_compile:prepend () { oe_runmake clean diff --git a/meta-networking/recipes-daemons/ippool/ippool_1.3.bb b/meta-networking/recipes-daemons/ippool/ippool_1.3.bb index 90e7814a0f..ede4491309 100644 --- a/meta-networking/recipes-daemons/ippool/ippool_1.3.bb +++ b/meta-networking/recipes-daemons/ippool/ippool_1.3.bb @@ -83,7 +83,7 @@ FILES:${PN}-test = "/opt/${BPN}" # needs tcl to run tests RDEPENDS:${PN}-test += "tcl ${BPN}" -PPPD_VERSION="${@get_ppp_version(d)}" +PPPD_VERSION = "${@get_ppp_version(d)}" def get_ppp_version(d): import re diff --git a/meta-networking/recipes-daemons/postfix/postfix_3.10.1.bb b/meta-networking/recipes-daemons/postfix/postfix_3.10.1.bb index d426b0fe83..89502d5044 100644 --- a/meta-networking/recipes-daemons/postfix/postfix_3.10.1.bb +++ b/meta-networking/recipes-daemons/postfix/postfix_3.10.1.bb @@ -4,7 +4,7 @@ IBM research as an alternative to the widely-used Sendmail program. \ Postfix attempts to be fast, easy to administer, and secure. The outsidei \ has a definite Sendmail-ish flavor, but the inside is completely different." -HOMEPAGE= "http://www.postfix.org" +HOMEPAGE = "http://www.postfix.org" SECTION = "mail" DEPENDS = "db icu libpcre libnsl2 m4-native openssl postfix-native \ ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \ diff --git a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb index 8a56ad5078..c5c9c87c7f 100644 --- a/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb +++ b/meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.52.bb @@ -17,5 +17,5 @@ inherit autotools EXTRA_AUTORECONF += "-I m4" -PACKAGECONFIG[libsodium] ="ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \ - ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium" +PACKAGECONFIG[libsodium] = "ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=yes, \ + ac_cv_lib_sodium_crypto_pwhash_scryptsalsa208sha256_str=no, libsodium" diff --git a/meta-networking/recipes-daemons/squid/squid_6.12.bb b/meta-networking/recipes-daemons/squid/squid_6.12.bb index a697f21836..87144fb049 100644 --- a/meta-networking/recipes-daemons/squid/squid_6.12.bb +++ b/meta-networking/recipes-daemons/squid/squid_6.12.bb @@ -75,7 +75,7 @@ EXTRA_OECONF += "--with-default-user=squid \ # Upstream issue closed as invalid : https://bugs.squid-cache.org/show_bug.cgi?id=5376 BUILD_CXXFLAGS += "-std=c++17" -export BUILDCXXFLAGS="${BUILD_CXXFLAGS}" +export BUILDCXXFLAGS = "${BUILD_CXXFLAGS}" TESTDIR = "test-suite" diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.5.bb b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.5.bb index 4a843bd800..9b2be6236b 100644 --- a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.5.bb +++ b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.5.bb @@ -39,12 +39,12 @@ DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" RDEPENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-listfile', '', d)}" PAMLIB = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-L${STAGING_BASELIBDIR} -lpam', '', d)}" WRAPLIB = "${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', '-lwrap', '', d)}" -NOPAM_SRC ="${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', 'file://nopam-with-tcp_wrappers.patch', 'file://nopam.patch', d)}" +NOPAM_SRC = "${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', 'file://nopam-with-tcp_wrappers.patch', 'file://nopam.patch', d)}" inherit update-rc.d useradd systemd CONFFILES:${PN} = "${sysconfdir}/vsftpd.conf" -LDFLAGS:append =" -lcrypt -lcap" +LDFLAGS:append = " -lcrypt -lcap" CFLAGS:append:libc-musl = " -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -include fcntl.h" EXTRA_OEMAKE = "-e MAKEFLAGS=" diff --git a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb index 8a114411fa..604fec8072 100644 --- a/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb +++ b/meta-networking/recipes-devtools/libcoap/libcoap_4.3.4.bb @@ -43,7 +43,7 @@ python () { d.setVar('DISABLE_STATIC', '') } -export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/catalog" +export SGML_CATALOG_FILES = "file://${STAGING_ETCDIR_NATIVE}/xml/catalog" do_compile:prepend() { oe_runmake update-map-file diff --git a/meta-networking/recipes-kernel/wireguard/wireguard.inc b/meta-networking/recipes-kernel/wireguard/wireguard.inc index 6fac24e3bd..5659a20bd2 100644 --- a/meta-networking/recipes-kernel/wireguard/wireguard.inc +++ b/meta-networking/recipes-kernel/wireguard/wireguard.inc @@ -1,5 +1,5 @@ SUMMARY = "WireGuard is an extremely simple yet fast and modern VPN" -DESCRIPTION="WireGuard is a secure network tunnel, operating at layer 3, \ +DESCRIPTION = "WireGuard is a secure network tunnel, operating at layer 3, \ implemented as a kernel virtual network interface for Linux, which aims to \ replace both IPsec for most use cases, as well as popular user space and/or \ TLS-based solutions like OpenVPN, while being more secure, more performant, \ diff --git a/meta-networking/recipes-protocols/freediameter/freediameter_1.5.0.bb b/meta-networking/recipes-protocols/freediameter/freediameter_1.5.0.bb index cf50a92afb..c9756c941e 100644 --- a/meta-networking/recipes-protocols/freediameter/freediameter_1.5.0.bb +++ b/meta-networking/recipes-protocols/freediameter/freediameter_1.5.0.bb @@ -65,7 +65,7 @@ EXTRA_OECMAKE = " \ # -DALL_EXTENSIONS=ON will enable all -FD_KEY ?="${BPN}.key" +FD_KEY ?= "${BPN}.key" FD_PEM ?= "${BPN}.pem" FD_CA ?= "${BPN}.pem" FD_DH_PEM ?= "${BPN}-dh.pem" diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.4.3.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.4.3.bb index e20a6a4b14..c7f6f1fb31 100644 --- a/meta-networking/recipes-support/libtalloc/libtalloc_2.4.3.bb +++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.4.3.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://talloc.h;beginline=3;endline=27;md5=a301712782cad6dd6 file://pytalloc.h;beginline=1;endline=18;md5=21ab13bd853679d7d47a1739cb3b7db6 \ " -export PYTHONHASHSEED="1" +export PYTHONHASHSEED = "1" export PYTHONARCHDIR = "${PYTHON_SITEPACKAGES_DIR}" SRC_URI = "https://www.samba.org/ftp/talloc/talloc-${PV}.tar.gz \ @@ -34,7 +34,7 @@ S = "${WORKDIR}/talloc-${PV}" # Cross_compile cannot use preforked process, since fork process earlier than point subproces.popen # to cross Popen -export WAF_NO_PREFORK="yes" +export WAF_NO_PREFORK = "yes" EXTRA_OECONF += "--disable-rpath \ --disable-rpath-install \ diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.4.13.bb b/meta-networking/recipes-support/libtdb/libtdb_1.4.13.bb index 6342459154..2f8be7fe61 100644 --- a/meta-networking/recipes-support/libtdb/libtdb_1.4.13.bb +++ b/meta-networking/recipes-support/libtdb/libtdb_1.4.13.bb @@ -6,7 +6,7 @@ LICENSE = "LGPL-3.0-or-later & GPL-3.0-or-later" LIC_FILES_CHKSUM = "file://tools/tdbdump.c;endline=18;md5=b59cd45aa8624578126a8c98f48018c4 \ file://include/tdb.h;endline=27;md5=f5bb544641d3081821bcc1dd58310be6" -export PYTHONHASHSEED="1" +export PYTHONHASHSEED = "1" export PYTHONARCHDIR = "${PYTHON_SITEPACKAGES_DIR}" SRC_URI = "https://samba.org/ftp/tdb/tdb-${PV}.tar.gz \ @@ -34,7 +34,7 @@ inherit waf-samba pkgconfig ptest # Cross_compile cannot use preforked process, since fork process earlier than point subproces.popen # to cross Popen -export WAF_NO_PREFORK="yes" +export WAF_NO_PREFORK = "yes" EXTRA_OECONF += "--disable-rpath \ --disable-rpath-install \ diff --git a/meta-networking/recipes-support/netperf/netperf_git.bb b/meta-networking/recipes-support/netperf/netperf_git.bb index fa73548d83..3110237804 100644 --- a/meta-networking/recipes-support/netperf/netperf_git.bb +++ b/meta-networking/recipes-support/netperf/netperf_git.bb @@ -64,6 +64,6 @@ do_install() { RRECOMMENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'sctp', 'kernel-module-sctp', '', d)}" -INITSCRIPT_NAME="netperf" -INITSCRIPT_PARAMS="defaults" +INITSCRIPT_NAME = "netperf" +INITSCRIPT_PARAMS = "defaults" SYSTEMD_SERVICE:${PN} = "netserver.service" diff --git a/meta-networking/recipes-support/spice/spice_git.bb b/meta-networking/recipes-support/spice/spice_git.bb index 7900a7dea5..fc83be415e 100644 --- a/meta-networking/recipes-support/spice/spice_git.bb +++ b/meta-networking/recipes-support/spice/spice_git.bb @@ -30,7 +30,7 @@ inherit meson gettext python3native python3-dir pkgconfig DEPENDS = "spice-protocol jpeg pixman alsa-lib glib-2.0 gdk-pixbuf lz4 orc python3-pyparsing-native python3-six-native glib-2.0-native zlib" DEPENDS:append:class-nativesdk = " nativesdk-openssl" -export PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" +export PYTHON = "${STAGING_BINDIR_NATIVE}/python3-native/python3" do_configure:prepend() { echo ${PV} > ${S}/.tarball-version -- cgit v1.2.3-54-g00ecf