summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r--meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb18
-rw-r--r--meta-networking/recipes-daemons/autofs/autofs_5.1.7.bb14
-rw-r--r--meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb22
-rw-r--r--meta-networking/recipes-daemons/ippool/ippool_1.3.bb14
-rw-r--r--meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.4.bb4
-rw-r--r--meta-networking/recipes-daemons/keepalived/keepalived_2.2.2.bb6
-rw-r--r--meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb14
-rw-r--r--meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb2
-rw-r--r--meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb4
-rw-r--r--meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb10
-rw-r--r--meta-networking/recipes-daemons/opensaf/opensaf_5.21.06.bb20
-rw-r--r--meta-networking/recipes-daemons/postfix/postfix.inc40
-rw-r--r--meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb10
-rw-r--r--meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb2
-rw-r--r--meta-networking/recipes-daemons/radvd/radvd.inc8
-rw-r--r--meta-networking/recipes-daemons/squid/squid_4.15.bb26
-rw-r--r--meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb16
-rw-r--r--meta-networking/recipes-daemons/vblade/vblade_25.bb2
-rw-r--r--meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb20
19 files changed, 126 insertions, 126 deletions
diff --git a/meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb b/meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb
index 936fc723f7..7661e9c48e 100644
--- a/meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb
+++ b/meta-networking/recipes-daemons/atftp/atftp_0.7.4.bb
@@ -21,13 +21,13 @@ PACKAGECONFIG[tcp-wrappers] = "--enable-libwrap,--disable-libwrap,tcp-wrappers"
21PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline" 21PACKAGECONFIG[readline] = "--enable-libreadline,--disable-libreadline,readline"
22 22
23INITSCRIPT_PACKAGES = "${PN}d" 23INITSCRIPT_PACKAGES = "${PN}d"
24INITSCRIPT_NAME_${PN}d = "atftpd" 24INITSCRIPT_NAME:${PN}d = "atftpd"
25INITSCRIPT_PARAMS_${PN}d = "defaults 80" 25INITSCRIPT_PARAMS:${PN}d = "defaults 80"
26 26
27 27
28EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -std=gnu89'" 28EXTRA_OEMAKE = "CFLAGS='${CFLAGS} -std=gnu89'"
29 29
30do_install_append() { 30do_install:append() {
31 install -d ${D}${sysconfdir}/init.d 31 install -d ${D}${sysconfdir}/init.d
32 install -m 0755 ${WORKDIR}/atftpd.init ${D}${sysconfdir}/init.d/atftpd 32 install -m 0755 ${WORKDIR}/atftpd.init ${D}${sysconfdir}/init.d/atftpd
33 33
@@ -41,16 +41,16 @@ do_install_append() {
41 41
42PACKAGES =+ "${PN}d" 42PACKAGES =+ "${PN}d"
43 43
44FILES_${PN} = "${bindir}/*" 44FILES:${PN} = "${bindir}/*"
45 45
46FILES_${PN}d = "${sbindir}/* \ 46FILES:${PN}d = "${sbindir}/* \
47 ${sysconfdir} \ 47 ${sysconfdir} \
48 /srv/tftp \ 48 /srv/tftp \
49 ${systemd_unitdir}/system/atftpd.service \ 49 ${systemd_unitdir}/system/atftpd.service \
50" 50"
51 51
52SYSTEMD_PACKAGES = "${PN}d" 52SYSTEMD_PACKAGES = "${PN}d"
53SYSTEMD_SERVICE_${PN}d = "atftpd.service" 53SYSTEMD_SERVICE:${PN}d = "atftpd.service"
54RPROVIDES_${PN}d += "${PN}d-systemd" 54RPROVIDES:${PN}d += "${PN}d-systemd"
55RREPLACES_${PN}d += "${PN}d-systemd" 55RREPLACES:${PN}d += "${PN}d-systemd"
56RCONFLICTS_${PN}d += "${PN}d-systemd" 56RCONFLICTS:${PN}d += "${PN}d-systemd"
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.1.7.bb b/meta-networking/recipes-daemons/autofs/autofs_5.1.7.bb
index fd49e53bbd..3fc574fd0a 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.1.7.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.1.7.bb
@@ -60,14 +60,14 @@ CACHED_CONFIGUREVARS = "ac_cv_path_RANLIB=${RANLIB} \
60 piddir=/run \ 60 piddir=/run \
61" 61"
62 62
63do_configure_prepend () { 63do_configure:prepend () {
64 if [ ! -e ${S}/acinclude.m4 ]; then 64 if [ ! -e ${S}/acinclude.m4 ]; then
65 cp ${S}/aclocal.m4 ${S}/acinclude.m4 65 cp ${S}/aclocal.m4 ${S}/acinclude.m4
66 fi 66 fi
67 cp ${STAGING_DATADIR_NATIVE}/aclocal/pkg.m4 . 67 cp ${STAGING_DATADIR_NATIVE}/aclocal/pkg.m4 .
68} 68}
69 69
70do_install_append () { 70do_install:append () {
71 # samples have been removed from SUBDIRS from 5.1.5, need to install separately 71 # samples have been removed from SUBDIRS from 5.1.5, need to install separately
72 oe_runmake 'DESTDIR=${D}' install_samples 72 oe_runmake 'DESTDIR=${D}' install_samples
73 73
@@ -90,9 +90,9 @@ SOLIBS = ".so"
90FILES_SOLIBSDEV = "" 90FILES_SOLIBSDEV = ""
91# Some symlinks are created in plugins dir e.g. 91# Some symlinks are created in plugins dir e.g.
92# mount_nfs4.so -> mount_nfs.so 92# mount_nfs4.so -> mount_nfs.so
93INSANE_SKIP_${PN} = "dev-so" 93INSANE_SKIP:${PN} = "dev-so"
94 94
95RPROVIDES_${PN} += "${PN}-systemd" 95RPROVIDES:${PN} += "${PN}-systemd"
96RREPLACES_${PN} += "${PN}-systemd" 96RREPLACES:${PN} += "${PN}-systemd"
97RCONFLICTS_${PN} += "${PN}-systemd" 97RCONFLICTS:${PN} += "${PN}-systemd"
98SYSTEMD_SERVICE_${PN} = "autofs.service" 98SYSTEMD_SERVICE:${PN} = "autofs.service"
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
index c4b41ace8c..46aeb23a3b 100644
--- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
+++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
@@ -41,7 +41,7 @@ PACKAGECONFIG[ntlm] = "--enable-ntlm=yes,--enable-ntlm=no,,"
41 41
42CFLAGS += "-fPIC" 42CFLAGS += "-fPIC"
43 43
44do_configure_prepend () { 44do_configure:prepend () {
45 # make it be able to work with db 5.0 version 45 # make it be able to work with db 5.0 version
46 local sed_files="sasldb/db_berkeley.c utils/dbconverter-2.c" 46 local sed_files="sasldb/db_berkeley.c utils/dbconverter-2.c"
47 for sed_file in $sed_files; do 47 for sed_file in $sed_files; do
@@ -49,14 +49,14 @@ do_configure_prepend () {
49 done 49 done
50} 50}
51 51
52do_compile_prepend () { 52do_compile:prepend () {
53 cd include 53 cd include
54 ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS} ${S}/include/makemd5.c -o makemd5 54 ${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS} ${S}/include/makemd5.c -o makemd5
55 touch makemd5.o makemd5.lo makemd5 55 touch makemd5.o makemd5.lo makemd5
56 cd .. 56 cd ..
57} 57}
58 58
59do_install_append() { 59do_install:append() {
60 if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then 60 if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
61 install -d ${D}${systemd_unitdir}/system 61 install -d ${D}${systemd_unitdir}/system
62 install -m 0644 ${WORKDIR}/saslauthd.service ${D}${systemd_unitdir}/system 62 install -m 0644 ${WORKDIR}/saslauthd.service ${D}${systemd_unitdir}/system
@@ -75,10 +75,10 @@ do_install_append() {
75} 75}
76 76
77USERADD_PACKAGES = "${PN}-bin" 77USERADD_PACKAGES = "${PN}-bin"
78USERADD_PARAM_${PN}-bin = "--system --home=/var/spool/mail -g mail cyrus" 78USERADD_PARAM:${PN}-bin = "--system --home=/var/spool/mail -g mail cyrus"
79 79
80SYSTEMD_PACKAGES = "${PN}-bin" 80SYSTEMD_PACKAGES = "${PN}-bin"
81SYSTEMD_SERVICE_${PN}-bin = "saslauthd.service" 81SYSTEMD_SERVICE:${PN}-bin = "saslauthd.service"
82SYSTEMD_AUTO_ENABLE = "disable" 82SYSTEMD_AUTO_ENABLE = "disable"
83 83
84SRC_URI[md5sum] = "a7f4e5e559a0e37b3ffc438c9456e425" 84SRC_URI[md5sum] = "a7f4e5e559a0e37b3ffc438c9456e425"
@@ -86,16 +86,16 @@ SRC_URI[sha256sum] = "8fbc5136512b59bb793657f36fadda6359cae3b08f01fd16b3d406f134
86 86
87PACKAGES =+ "${PN}-bin" 87PACKAGES =+ "${PN}-bin"
88 88
89FILES_${PN} += "${libdir}/sasl2/*.so*" 89FILES:${PN} += "${libdir}/sasl2/*.so*"
90FILES_${PN}-bin += "${bindir} \ 90FILES:${PN}-bin += "${bindir} \
91 ${sysconfdir}/default/saslauthd \ 91 ${sysconfdir}/default/saslauthd \
92 ${systemd_unitdir}/system/saslauthd.service \ 92 ${systemd_unitdir}/system/saslauthd.service \
93 ${sysconfdir}/tmpfiles.d/saslauthd.conf" 93 ${sysconfdir}/tmpfiles.d/saslauthd.conf"
94FILES_${PN}-dev += "${libdir}/sasl2/*.la" 94FILES:${PN}-dev += "${libdir}/sasl2/*.la"
95FILES_${PN}-dbg += "${libdir}/sasl2/.debug" 95FILES:${PN}-dbg += "${libdir}/sasl2/.debug"
96FILES_${PN}-staticdev += "${libdir}/sasl2/*.a" 96FILES:${PN}-staticdev += "${libdir}/sasl2/*.a"
97 97
98INSANE_SKIP_${PN} += "dev-so" 98INSANE_SKIP:${PN} += "dev-so"
99 99
100# CVE-2020-8032 affects only openSUSE 100# CVE-2020-8032 affects only openSUSE
101CVE_CHECK_WHITELIST += "CVE-2020-8032" 101CVE_CHECK_WHITELIST += "CVE-2020-8032"
diff --git a/meta-networking/recipes-daemons/ippool/ippool_1.3.bb b/meta-networking/recipes-daemons/ippool/ippool_1.3.bb
index 3554e688ab..19fbd0fa24 100644
--- a/meta-networking/recipes-daemons/ippool/ippool_1.3.bb
+++ b/meta-networking/recipes-daemons/ippool/ippool_1.3.bb
@@ -36,7 +36,7 @@ SRC_URI[sha256sum] = "d3eab7d6cad5da8ccc9d1e31d5303e27a39622c07bdb8fa3618eea3144
36inherit systemd 36inherit systemd
37 37
38DEPENDS = "readline ppp ncurses gzip-native rpcsvc-proto-native libtirpc" 38DEPENDS = "readline ppp ncurses gzip-native rpcsvc-proto-native libtirpc"
39RDEPENDS_${PN} = "rpcbind" 39RDEPENDS:${PN} = "rpcbind"
40 40
41EXTRA_OEMAKE = "CC='${CC}' AS='${AS}' LD='${LD}' AR='${AR}' NM='${NM}' STRIP='${STRIP}'" 41EXTRA_OEMAKE = "CC='${CC}' AS='${AS}' LD='${LD}' AR='${AR}' NM='${NM}' STRIP='${STRIP}'"
42EXTRA_OEMAKE += "PPPD_VERSION=${PPPD_VERSION} SYS_LIBDIR=${libdir}" 42EXTRA_OEMAKE += "PPPD_VERSION=${PPPD_VERSION} SYS_LIBDIR=${libdir}"
@@ -45,11 +45,11 @@ EXTRA_OEMAKE += "IPPOOL_TEST=y"
45 45
46CPPFLAGS += "${SELECTED_OPTIMIZATION} -I${STAGING_INCDIR}/tirpc" 46CPPFLAGS += "${SELECTED_OPTIMIZATION} -I${STAGING_INCDIR}/tirpc"
47 47
48SYSTEMD_SERVICE_${PN} = "ippool.service" 48SYSTEMD_SERVICE:${PN} = "ippool.service"
49SYSTEMD_AUTO_ENABLE = "disable" 49SYSTEMD_AUTO_ENABLE = "disable"
50 50
51 51
52do_compile_prepend() { 52do_compile:prepend() {
53 # fix the CFLAGS= and CPPFLAGS= in main Makefile, to have the extra CFLAGS in env 53 # fix the CFLAGS= and CPPFLAGS= in main Makefile, to have the extra CFLAGS in env
54 sed -i -e "s/^CFLAGS=/CFLAGS+=/" ${S}/Makefile 54 sed -i -e "s/^CFLAGS=/CFLAGS+=/" ${S}/Makefile
55 sed -i -e "s/^CPPFLAGS=/CPPFLAGS+=/" ${S}/Makefile 55 sed -i -e "s/^CPPFLAGS=/CPPFLAGS+=/" ${S}/Makefile
@@ -79,12 +79,12 @@ do_install() {
79 79
80PACKAGES =+ "${PN}-test" 80PACKAGES =+ "${PN}-test"
81 81
82FILES_${PN} += "${libdir}/pppd/${PPPD_VERSION}/ippool.so" 82FILES:${PN} += "${libdir}/pppd/${PPPD_VERSION}/ippool.so"
83FILES_${PN}-dbg += "${libdir}/pppd/${PPPD_VERSION}/.debug/ippool.so" 83FILES:${PN}-dbg += "${libdir}/pppd/${PPPD_VERSION}/.debug/ippool.so"
84FILES_${PN}-test = "/opt/${BPN}" 84FILES:${PN}-test = "/opt/${BPN}"
85 85
86# needs tcl to run tests 86# needs tcl to run tests
87RDEPENDS_${PN}-test += "tcl ${BPN}" 87RDEPENDS:${PN}-test += "tcl ${BPN}"
88 88
89PPPD_VERSION="${@get_ppp_version(d)}" 89PPPD_VERSION="${@get_ppp_version(d)}"
90 90
diff --git a/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.4.bb b/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.4.bb
index 8a3dd011e4..8e0da23b68 100644
--- a/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.4.bb
+++ b/meta-networking/recipes-daemons/iscsi-initiator-utils/iscsi-initiator-utils_2.1.4.bb
@@ -100,7 +100,7 @@ do_install () {
100 fi 100 fi
101} 101}
102 102
103pkg_postinst_${PN}() { 103pkg_postinst:${PN}() {
104 if [ "x$D" = "x" ]; then 104 if [ "x$D" = "x" ]; then
105 if [ -e /etc/init.d/populate-volatile.sh ]; then 105 if [ -e /etc/init.d/populate-volatile.sh ]; then
106 /etc/init.d/populate-volatile.sh update 106 /etc/init.d/populate-volatile.sh update
@@ -114,4 +114,4 @@ SYSTEMD_SERVICE = " iscsi-initiator.service iscsi-initiator-targets.service "
114INITSCRIPT_NAME = "iscsid" 114INITSCRIPT_NAME = "iscsid"
115INITSCRIPT_PARAMS = "start 30 1 2 3 4 5 . stop 70 0 1 2 3 4 5 6 ." 115INITSCRIPT_PARAMS = "start 30 1 2 3 4 5 . stop 70 0 1 2 3 4 5 6 ."
116 116
117FILES_${PN} += "${nonarch_libdir}/iscsi" 117FILES:${PN} += "${nonarch_libdir}/iscsi"
diff --git a/meta-networking/recipes-daemons/keepalived/keepalived_2.2.2.bb b/meta-networking/recipes-daemons/keepalived/keepalived_2.2.2.bb
index f0cbca1bec..d04b73876d 100644
--- a/meta-networking/recipes-daemons/keepalived/keepalived_2.2.2.bb
+++ b/meta-networking/recipes-daemons/keepalived/keepalived_2.2.2.bb
@@ -29,7 +29,7 @@ PACKAGECONFIG[systemd] = "--with-init=systemd --with-systemdsystemunitdir=${syst
29 29
30EXTRA_OEMAKE = "initdir=${sysconfdir}/init.d" 30EXTRA_OEMAKE = "initdir=${sysconfdir}/init.d"
31 31
32do_install_append() { 32do_install:append() {
33 if [ -f ${D}${sysconfdir}/init.d/${BPN} ]; then 33 if [ -f ${D}${sysconfdir}/init.d/${BPN} ]; then
34 chmod 0755 ${D}${sysconfdir}/init.d/${BPN} 34 chmod 0755 ${D}${sysconfdir}/init.d/${BPN}
35 sed -i 's#rc.d/##' ${D}${sysconfdir}/init.d/${BPN} 35 sed -i 's#rc.d/##' ${D}${sysconfdir}/init.d/${BPN}
@@ -40,7 +40,7 @@ do_install_append() {
40 fi 40 fi
41} 41}
42 42
43FILES_${PN} += "${datadir}/snmp/mibs/KEEPALIVED-MIB.txt" 43FILES:${PN} += "${datadir}/snmp/mibs/KEEPALIVED-MIB.txt"
44 44
45SYSTEMD_SERVICE_${PN} = "keepalived.service" 45SYSTEMD_SERVICE:${PN} = "keepalived.service"
46SYSTEMD_AUTO_ENABLE ?= "disable" 46SYSTEMD_AUTO_ENABLE ?= "disable"
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb
index bd94c09198..d5e9e2c303 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.8.bb
@@ -17,8 +17,8 @@ SRC_URI[sha256sum] = "98d200e76e30f6262c4a4493148c1840827898329146a57a34f8f0f928
17inherit autotools update-rc.d useradd systemd pkgconfig bash-completion 17inherit autotools update-rc.d useradd systemd pkgconfig bash-completion
18 18
19USERADD_PACKAGES = "${PN}" 19USERADD_PACKAGES = "${PN}"
20USERADD_PARAM_${PN} = "--system -g lldpd --shell /bin/false lldpd" 20USERADD_PARAM:${PN} = "--system -g lldpd --shell /bin/false lldpd"
21GROUPADD_PARAM_${PN} = "--system lldpd" 21GROUPADD_PARAM:${PN} = "--system lldpd"
22 22
23EXTRA_OECONF += "--without-embedded-libevent \ 23EXTRA_OECONF += "--without-embedded-libevent \
24 --disable-oldies \ 24 --disable-oldies \
@@ -45,9 +45,9 @@ PACKAGECONFIG[custom] = "--enable-custom,--disable-custom"
45INITSCRIPT_NAME = "lldpd" 45INITSCRIPT_NAME = "lldpd"
46INITSCRIPT_PARAMS = "defaults" 46INITSCRIPT_PARAMS = "defaults"
47 47
48SYSTEMD_SERVICE_${PN} = "lldpd.service" 48SYSTEMD_SERVICE:${PN} = "lldpd.service"
49 49
50do_install_append() { 50do_install:append() {
51 install -Dm 0755 ${WORKDIR}/lldpd.init.d ${D}${sysconfdir}/init.d/lldpd 51 install -Dm 0755 ${WORKDIR}/lldpd.init.d ${D}${sysconfdir}/init.d/lldpd
52 install -Dm 0644 ${WORKDIR}/lldpd.default ${D}${sysconfdir}/default/lldpd 52 install -Dm 0644 ${WORKDIR}/lldpd.default ${D}${sysconfdir}/default/lldpd
53 # Make an empty configuration file 53 # Make an empty configuration file
@@ -56,9 +56,9 @@ do_install_append() {
56 56
57PACKAGES =+ "${PN}-zsh-completion" 57PACKAGES =+ "${PN}-zsh-completion"
58 58
59FILES_${PN} += "${libdir}/sysusers.d" 59FILES:${PN} += "${libdir}/sysusers.d"
60RDEPENDS_${PN} += "os-release" 60RDEPENDS:${PN} += "os-release"
61 61
62FILES_${PN}-zsh-completion += "${datadir}/zsh/" 62FILES:${PN}-zsh-completion += "${datadir}/zsh/"
63# FIXME: zsh is broken in meta-oe so this cannot be enabled for now 63# FIXME: zsh is broken in meta-oe so this cannot be enabled for now
64#RDEPENDS_${PN}-zsh-completion += "zsh" 64#RDEPENDS_${PN}-zsh-completion += "zsh"
diff --git a/meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb
index ee6da5737f..592f98f9d3 100644
--- a/meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb
+++ b/meta-networking/recipes-daemons/ncftp/ncftp_3.2.6.bb
@@ -21,7 +21,7 @@ PACKAGECONFIG ??= ""
21PACKAGECONFIG[ccdv] = "--enable-ccdv,--disable-ccdv,," 21PACKAGECONFIG[ccdv] = "--enable-ccdv,--disable-ccdv,,"
22 22
23EXTRA_OECONF = "--disable-precomp" 23EXTRA_OECONF = "--disable-precomp"
24TARGET_CC_ARCH_append = " ${SELECTED_OPTIMIZATION}" 24TARGET_CC_ARCH:append = " ${SELECTED_OPTIMIZATION}"
25 25
26do_configure() { 26do_configure() {
27 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} 27 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
diff --git a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb
index a697e983f6..5159cf51e4 100644
--- a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb
+++ b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.1.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
9 9
10inherit features_check systemd 10inherit features_check systemd
11 11
12RDEPENDS_${PN} = "python3-pygobject python3-dbus" 12RDEPENDS:${PN} = "python3-pygobject python3-dbus"
13REQUIRED_DISTRO_FEATURES = "systemd" 13REQUIRED_DISTRO_FEATURES = "systemd"
14 14
15SRCREV = "30e278e50749a60a930ceaa0971207c6436b8a0c" 15SRCREV = "30e278e50749a60a930ceaa0971207c6436b8a0c"
@@ -18,7 +18,7 @@ SRC_URI = "git://gitlab.com/craftyguy/networkd-dispatcher;protocol=https;nobranc
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20SYSTEMD_PACKAGES = "${PN}" 20SYSTEMD_PACKAGES = "${PN}"
21SYSTEMD_SERVICE_${PN} = "networkd-dispatcher.service" 21SYSTEMD_SERVICE:${PN} = "networkd-dispatcher.service"
22SYSTEMD_AUTO_ENABLE = "disable" 22SYSTEMD_AUTO_ENABLE = "disable"
23 23
24# Nothing to build, just a python script to install 24# Nothing to build, just a python script to install
diff --git a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb b/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb
index e8d19a2c0b..bacf984e74 100644
--- a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb
+++ b/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb
@@ -55,10 +55,10 @@ inherit autotools pkgconfig ptest update-rc.d systemd
55 55
56PACKAGES =+ "${PN}-libs" 56PACKAGES =+ "${PN}-libs"
57 57
58FILES_${PN}-libs = "${libdir}/${BPN}/*.so /usr/lib/${BPN}/*.so" 58FILES:${PN}-libs = "${libdir}/${BPN}/*.so /usr/lib/${BPN}/*.so"
59 59
60INSANE_SKIP_${PN}-libs = "dev-so" 60INSANE_SKIP:${PN}-libs = "dev-so"
61RDEPENDS_${PN} += "${PN}-libs" 61RDEPENDS:${PN} += "${PN}-libs"
62 62
63PACKAGECONFIG ??= "libgcrypt non32bit snmp-bc" 63PACKAGECONFIG ??= "libgcrypt non32bit snmp-bc"
64PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," 64PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils,"
@@ -68,7 +68,7 @@ PACKAGECONFIG[snmp-bc] = "--enable-snmp_bc,--disable-snmp_bc"
68 68
69export DISTRO 69export DISTRO
70 70
71do_install_append () { 71do_install:append () {
72 install -m 0755 -d ${D}${sysconfdir}/${BPN} 72 install -m 0755 -d ${D}${sysconfdir}/${BPN}
73 install -m 0644 ${S}/openhpiclient.conf.example ${D}${sysconfdir}/${BPN}/openhpiclient.conf 73 install -m 0644 ${S}/openhpiclient.conf.example ${D}${sysconfdir}/${BPN}/openhpiclient.conf
74 install -m 0600 ${S}/openhpi.conf.example ${D}${sysconfdir}/${BPN}/openhpi.conf 74 install -m 0600 ${S}/openhpi.conf.example ${D}${sysconfdir}/${BPN}/openhpi.conf
@@ -134,5 +134,5 @@ do_install_ptest () {
134INITSCRIPT_NAME = "openhpid" 134INITSCRIPT_NAME = "openhpid"
135INITSCRIPT_PARAMS = "start 30 . stop 70 0 1 2 3 4 5 6 ." 135INITSCRIPT_PARAMS = "start 30 . stop 70 0 1 2 3 4 5 6 ."
136 136
137SYSTEMD_SERVICE_${PN} = "openhpid.service" 137SYSTEMD_SERVICE:${PN} = "openhpid.service"
138SYSTEMD_AUTO_ENABLE = "disable" 138SYSTEMD_AUTO_ENABLE = "disable"
diff --git a/meta-networking/recipes-daemons/opensaf/opensaf_5.21.06.bb b/meta-networking/recipes-daemons/opensaf/opensaf_5.21.06.bb
index a971677203..caa85e040a 100644
--- a/meta-networking/recipes-daemons/opensaf/opensaf_5.21.06.bb
+++ b/meta-networking/recipes-daemons/opensaf/opensaf_5.21.06.bb
@@ -37,10 +37,10 @@ UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/opensaf/files/releases"
37inherit autotools useradd systemd pkgconfig 37inherit autotools useradd systemd pkgconfig
38 38
39USERADD_PACKAGES = "${PN}" 39USERADD_PACKAGES = "${PN}"
40GROUPADD_PARAM_${PN} = "-f -r opensaf" 40GROUPADD_PARAM:${PN} = "-f -r opensaf"
41USERADD_PARAM_${PN} = "-r -g opensaf -d ${datadir}/opensaf/ -s ${sbindir}/nologin -c \"OpenSAF\" opensaf" 41USERADD_PARAM:${PN} = "-r -g opensaf -d ${datadir}/opensaf/ -s ${sbindir}/nologin -c \"OpenSAF\" opensaf"
42 42
43SYSTEMD_SERVICE_${PN} += "opensafd.service" 43SYSTEMD_SERVICE:${PN} += "opensafd.service"
44SYSTEMD_AUTO_ENABLE = "disable" 44SYSTEMD_AUTO_ENABLE = "disable"
45 45
46PACKAGECONFIG[systemd] = ",,systemd" 46PACKAGECONFIG[systemd] = ",,systemd"
@@ -53,7 +53,7 @@ CPPFLAGS += "-Wno-error=stringop-overflow= -Wno-error=stringop-truncation"
53CXXFLAGS += "-Wno-error=stringop-overflow= -Wno-error=stringop-truncation -Wno-error=format-truncation=" 53CXXFLAGS += "-Wno-error=stringop-overflow= -Wno-error=stringop-truncation -Wno-error=format-truncation="
54LDFLAGS += "-Wl,--as-needed -latomic -Wl,--no-as-needed" 54LDFLAGS += "-Wl,--as-needed -latomic -Wl,--no-as-needed"
55 55
56do_install_append() { 56do_install:append() {
57 rm -fr "${D}${localstatedir}/lock" 57 rm -fr "${D}${localstatedir}/lock"
58 rm -fr "${D}${localstatedir}/run" 58 rm -fr "${D}${localstatedir}/run"
59 rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" 59 rmdir --ignore-fail-on-non-empty "${D}${localstatedir}"
@@ -64,15 +64,15 @@ do_install_append() {
64 fi 64 fi
65} 65}
66 66
67FILES_${PN} += "${libdir}/libSa*.so ${systemd_unitdir}/system/*.service" 67FILES:${PN} += "${libdir}/libSa*.so ${systemd_unitdir}/system/*.service"
68FILES_${PN}-dev += "${libdir}/libopensaf_core.so" 68FILES:${PN}-dev += "${libdir}/libopensaf_core.so"
69FILES_${PN}-staticdev += "${PKGLIBDIR}/*.a" 69FILES:${PN}-staticdev += "${PKGLIBDIR}/*.a"
70 70
71INSANE_SKIP_${PN} = "dev-so" 71INSANE_SKIP:${PN} = "dev-so"
72 72
73RDEPENDS_${PN} += "bash python3-core" 73RDEPENDS:${PN} += "bash python3-core"
74 74
75# http://errors.yoctoproject.org/Errors/Details/186970/ 75# http://errors.yoctoproject.org/Errors/Details/186970/
76COMPATIBLE_HOST_libc-musl = 'null' 76COMPATIBLE_HOST:libc-musl = 'null'
77 77
78FILES_SOLIBSDEV = "" 78FILES_SOLIBSDEV = ""
diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc
index 4b9940cc7a..7bf258374c 100644
--- a/meta-networking/recipes-daemons/postfix/postfix.inc
+++ b/meta-networking/recipes-daemons/postfix/postfix.inc
@@ -25,11 +25,11 @@ inherit update-rc.d useradd update-alternatives systemd lib_package
25INITSCRIPT_NAME = "postfix" 25INITSCRIPT_NAME = "postfix"
26INITSCRIPT_PARAMS = "start 58 3 4 5 . stop 13 0 1 6 ." 26INITSCRIPT_PARAMS = "start 58 3 4 5 . stop 13 0 1 6 ."
27USERADD_PACKAGES = "${PN}-bin" 27USERADD_PACKAGES = "${PN}-bin"
28USERADD_PARAM_${PN}-bin = \ 28USERADD_PARAM:${PN}-bin = \
29"-d /var/spool/postfix -r -g postfix --shell /bin/false postfix; \ 29"-d /var/spool/postfix -r -g postfix --shell /bin/false postfix; \
30 -d /var/spool/vmail -r -g vmail --shell /bin/false vmail \ 30 -d /var/spool/vmail -r -g vmail --shell /bin/false vmail \
31" 31"
32GROUPADD_PARAM_${PN}-bin = "--system postfix;--system postdrop;--system vmail" 32GROUPADD_PARAM:${PN}-bin = "--system postfix;--system postdrop;--system vmail"
33 33
34export SYSLIBS = "${LDFLAGS}" 34export SYSLIBS = "${LDFLAGS}"
35 35
@@ -45,10 +45,10 @@ export AUXLIBS-ldap = "\
45 ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', '-lldap -llber', '', d)}" 45 ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', '-lldap -llber', '', d)}"
46 46
47# no native openldap 47# no native openldap
48export CCARGS-ldap_class-native = "" 48export CCARGS-ldap:class-native = ""
49export AUXLIBS-ldap_class-native = "" 49export AUXLIBS-ldap:class-native = ""
50 50
51export CCARGS-nonis_libc-musl = "-DNO_NIS" 51export CCARGS-nonis:libc-musl = "-DNO_NIS"
52export CCARGS-nonis = "" 52export CCARGS-nonis = ""
53 53
54# SASL support -DUSE_LDAP_SASL -DUSE_SASL_AUTH 54# SASL support -DUSE_LDAP_SASL -DUSE_SASL_AUTH
@@ -57,8 +57,8 @@ export CCARGS-sasl = "\
57 ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${STAGING_INCDIR}/sasl', '', d)}" 57 ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${STAGING_INCDIR}/sasl', '', d)}"
58export AUXLIBS-sasl = "\ 58export AUXLIBS-sasl = "\
59 ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-lsasl2', '', d)}" 59 ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', '-lsasl2', '', d)}"
60export CCARGS-sasl_class-native = "" 60export CCARGS-sasl:class-native = ""
61export AUXLIBS-sasl_class-native = "" 61export AUXLIBS-sasl:class-native = ""
62 62
63# PCRE, TLS support default 63# PCRE, TLS support default
64export CCARGS = "${CFLAGS} -DHAS_PCRE -DUSE_TLS -I${STAGING_INCDIR}/openssl ${CCARGS-ldap} ${CCARGS-sasl} ${CCARGS-nonis}" 64export CCARGS = "${CFLAGS} -DHAS_PCRE -DUSE_TLS -I${STAGING_INCDIR}/openssl ${CCARGS-ldap} ${CCARGS-sasl} ${CCARGS-nonis}"
@@ -95,11 +95,11 @@ do_compile () {
95 oe_runmake 95 oe_runmake
96} 96}
97 97
98do_install_prepend_class-native() { 98do_install:prepend:class-native() {
99 export POSTCONF="bin/postconf" 99 export POSTCONF="bin/postconf"
100} 100}
101 101
102SYSTEMD_SERVICE_${PN} = "postfix.service" 102SYSTEMD_SERVICE:${PN} = "postfix.service"
103 103
104do_install () { 104do_install () {
105 sh ./postfix-install 'install_root=${D}' \ 105 sh ./postfix-install 'install_root=${D}' \
@@ -180,14 +180,14 @@ do_install () {
180 rm -rf ${D}/etc/postfix/makedefs.out 180 rm -rf ${D}/etc/postfix/makedefs.out
181} 181}
182 182
183do_install_append_class-native() { 183do_install:append:class-native() {
184 ln -sf ../sbin/sendmail.postfix ${D}${bindir}/newaliases 184 ln -sf ../sbin/sendmail.postfix ${D}${bindir}/newaliases
185 ln -sf ../sbin/sendmail.postfix ${D}${bindir}/mailq 185 ln -sf ../sbin/sendmail.postfix ${D}${bindir}/mailq
186} 186}
187 187
188ALTERNATIVE_${PN}-bin = "sendmail mailq newaliases" 188ALTERNATIVE:${PN}-bin = "sendmail mailq newaliases"
189# /usr/lib/sendmial is required by LSB core test 189# /usr/lib/sendmial is required by LSB core test
190ALTERNATIVE_${PN}-bin_linuxstdbase = "sendmail mailq newaliases usr-lib-sendmail" 190ALTERNATIVE:${PN}-bin:linuxstdbase = "sendmail mailq newaliases usr-lib-sendmail"
191ALTERNATIVE_TARGET[mailq] = "${bindir}/mailq" 191ALTERNATIVE_TARGET[mailq] = "${bindir}/mailq"
192ALTERNATIVE_TARGET[newaliases] = "${bindir}/newaliases" 192ALTERNATIVE_TARGET[newaliases] = "${bindir}/newaliases"
193ALTERNATIVE_TARGET[sendmail] = "${sbindir}/sendmail.postfix" 193ALTERNATIVE_TARGET[sendmail] = "${sbindir}/sendmail.postfix"
@@ -197,12 +197,12 @@ ALTERNATIVE_LINK_NAME[usr-lib-sendmail] = "/usr/lib/sendmail"
197 197
198ALTERNATIVE_PRIORITY = "120" 198ALTERNATIVE_PRIORITY = "120"
199 199
200ALTERNATIVE_${PN}-doc += "mailq.1 newaliases.1 sendmail.1" 200ALTERNATIVE:${PN}-doc += "mailq.1 newaliases.1 sendmail.1"
201ALTERNATIVE_LINK_NAME[mailq.1] = "${mandir}/man1/mailq.1" 201ALTERNATIVE_LINK_NAME[mailq.1] = "${mandir}/man1/mailq.1"
202ALTERNATIVE_LINK_NAME[newaliases.1] = "${mandir}/man1/newaliases.1" 202ALTERNATIVE_LINK_NAME[newaliases.1] = "${mandir}/man1/newaliases.1"
203ALTERNATIVE_LINK_NAME[sendmail.1] = "${mandir}/man1/sendmail.1" 203ALTERNATIVE_LINK_NAME[sendmail.1] = "${mandir}/man1/sendmail.1"
204 204
205pkg_postinst_ontarget_${PN}-cfg () { 205pkg_postinst_ontarget:${PN}-cfg () {
206 touch /etc/aliases 206 touch /etc/aliases
207 newaliases 207 newaliases
208 208
@@ -212,11 +212,11 @@ pkg_postinst_ontarget_${PN}-cfg () {
212} 212}
213 213
214PACKAGES =+ "${PN}-cfg" 214PACKAGES =+ "${PN}-cfg"
215RDEPENDS_${PN}-cfg_class-target += "${PN}-bin" 215RDEPENDS:${PN}-cfg:class-target += "${PN}-bin"
216RDEPENDS_${PN}_class-target += "${PN}-cfg" 216RDEPENDS:${PN}:class-target += "${PN}-cfg"
217# Exclude .debug directories from the main package 217# Exclude .debug directories from the main package
218FILES_${PN}-bin += "${localstatedir} ${bindir}/* ${sbindir}/* \ 218FILES:${PN}-bin += "${localstatedir} ${bindir}/* ${sbindir}/* \
219 ${libexecdir}/* ${systemd_unitdir}/*" 219 ${libexecdir}/* ${systemd_unitdir}/*"
220FILES_${PN}-cfg = "${sysconfdir}" 220FILES:${PN}-cfg = "${sysconfdir}"
221FILES_${PN}-dbg += "${libexecdir}/postfix/.debug" 221FILES:${PN}-dbg += "${libexecdir}/postfix/.debug"
222ALLOW_EMPTY_${PN} = "1" 222ALLOW_EMPTY:${PN} = "1"
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb
index f2a89e5a2f..981757b563 100644
--- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb
+++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.7a.bb
@@ -131,15 +131,15 @@ INITSCRIPT_NAME = "proftpd"
131INITSCRIPT_PARAM = "defaults 85 15" 131INITSCRIPT_PARAM = "defaults 85 15"
132 132
133SYSTEMD_PACKAGES = "${PN}" 133SYSTEMD_PACKAGES = "${PN}"
134SYSTEMD_SERVICE_${PN} = "proftpd.service" 134SYSTEMD_SERVICE:${PN} = "proftpd.service"
135 135
136USERADD_PACKAGES = "${PN}" 136USERADD_PACKAGES = "${PN}"
137GROUPADD_PARAM_${PN} = "--system ${FTPGROUP}" 137GROUPADD_PARAM:${PN} = "--system ${FTPGROUP}"
138USERADD_PARAM_${PN} = "--system -g ${FTPGROUP} --home-dir /var/lib/${FTPUSER} --no-create-home \ 138USERADD_PARAM:${PN} = "--system -g ${FTPGROUP} --home-dir /var/lib/${FTPUSER} --no-create-home \
139 --shell /bin/false ${FTPUSER}" 139 --shell /bin/false ${FTPUSER}"
140 140
141MULTILIB_SCRIPTS = "${PN}:${bindir}/prxs" 141MULTILIB_SCRIPTS = "${PN}:${bindir}/prxs"
142 142
143FILES_${PN} += "/home/${FTPUSER}" 143FILES:${PN} += "/home/${FTPUSER}"
144 144
145RDEPENDS_${PN} += "perl" 145RDEPENDS:${PN} += "perl"
diff --git a/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb b/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb
index 227c9f9170..d1eb6e28fc 100644
--- a/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb
+++ b/meta-networking/recipes-daemons/ptpd/ptpd_2.3.1.bb
@@ -58,5 +58,5 @@ do_install() {
58} 58}
59 59
60SYSTEMD_PACKAGES = "${PN}" 60SYSTEMD_PACKAGES = "${PN}"
61SYSTEMD_SERVICE_${PN} = "ptpd.service" 61SYSTEMD_SERVICE:${PN} = "ptpd.service"
62SYSTEMD_AUTO_ENABLE = "disable" 62SYSTEMD_AUTO_ENABLE = "disable"
diff --git a/meta-networking/recipes-daemons/radvd/radvd.inc b/meta-networking/recipes-daemons/radvd/radvd.inc
index 802dbe34e9..2afaa48411 100644
--- a/meta-networking/recipes-daemons/radvd/radvd.inc
+++ b/meta-networking/recipes-daemons/radvd/radvd.inc
@@ -23,10 +23,10 @@ SRC_URI = "http://v6web.litech.org/radvd/dist/radvd-${PV}.tar.gz \
23 23
24inherit autotools useradd pkgconfig systemd 24inherit autotools useradd pkgconfig systemd
25 25
26SYSTEMD_SERVICE_${PN} = "radvd.service" 26SYSTEMD_SERVICE:${PN} = "radvd.service"
27SYSTEMD_AUTO_ENABLE = "disable" 27SYSTEMD_AUTO_ENABLE = "disable"
28 28
29do_install_append () { 29do_install:append () {
30 install -m 0755 -d ${D}${sysconfdir}/init.d \ 30 install -m 0755 -d ${D}${sysconfdir}/init.d \
31 ${D}${sysconfdir}/default/volatiles \ 31 ${D}${sysconfdir}/default/volatiles \
32 ${D}${docdir}/radvd 32 ${D}${docdir}/radvd
@@ -58,9 +58,9 @@ do_install_append () {
58} 58}
59 59
60USERADD_PACKAGES = "${PN}" 60USERADD_PACKAGES = "${PN}"
61USERADD_PARAM_${PN} = "--system --home ${localstatedir}/run/radvd/ -M -g nogroup radvd" 61USERADD_PARAM:${PN} = "--system --home ${localstatedir}/run/radvd/ -M -g nogroup radvd"
62 62
63pkg_postinst_${PN} () { 63pkg_postinst:${PN} () {
64 if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then 64 if [ -z "$D" -a -x /etc/init.d/populate-volatile.sh ]; then
65 /etc/init.d/populate-volatile.sh update 65 /etc/init.d/populate-volatile.sh update
66 fi 66 fi
diff --git a/meta-networking/recipes-daemons/squid/squid_4.15.bb b/meta-networking/recipes-daemons/squid/squid_4.15.bb
index 8ba10674c9..5af00d6269 100644
--- a/meta-networking/recipes-daemons/squid/squid_4.15.bb
+++ b/meta-networking/recipes-daemons/squid/squid_4.15.bb
@@ -27,7 +27,7 @@ SRC_URI = "http://www.squid-cache.org/Versions/v${MAJ_VER}/${BPN}-${PV}.tar.bz2
27 file://0001-Fix-build-on-Fedora-Rawhide-772.patch \ 27 file://0001-Fix-build-on-Fedora-Rawhide-772.patch \
28 " 28 "
29 29
30SRC_URI_remove_toolchain-clang = "file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch" 30SRC_URI:remove:toolchain-clang = "file://0001-configure-Check-for-Wno-error-format-truncation-comp.patch"
31 31
32SRC_URI[sha256sum] = "71635811e766ce8b155225a9e3c7757cfc7ff93df26b28d82e5e6fc021b9a605" 32SRC_URI[sha256sum] = "71635811e766ce8b155225a9e3c7757cfc7ff93df26b28d82e5e6fc021b9a605"
33 33
@@ -38,13 +38,13 @@ DEPENDS = "libtool krb5 openldap db cyrus-sasl"
38 38
39inherit autotools pkgconfig useradd ptest perlnative 39inherit autotools pkgconfig useradd ptest perlnative
40 40
41LDFLAGS_append_mipsarch = " -latomic" 41LDFLAGS:append:mipsarch = " -latomic"
42LDFLAGS_append_powerpc = " -latomic" 42LDFLAGS:append:powerpc = " -latomic"
43LDFLAGS_append_riscv64 = " -latomic" 43LDFLAGS:append:riscv64 = " -latomic"
44LDFLAGS_append_riscv32 = " -latomic" 44LDFLAGS:append:riscv32 = " -latomic"
45 45
46USERADD_PACKAGES = "${PN}" 46USERADD_PACKAGES = "${PN}"
47USERADD_PARAM_${PN} = "--system --no-create-home --home-dir /var/run/squid --shell /bin/false --user-group squid" 47USERADD_PARAM:${PN} = "--system --no-create-home --home-dir /var/run/squid --shell /bin/false --user-group squid"
48 48
49PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ 49PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
50 " 50 "
@@ -68,7 +68,7 @@ export BUILDCXXFLAGS="${BUILD_CXXFLAGS}"
68 68
69TESTDIR = "test-suite" 69TESTDIR = "test-suite"
70 70
71do_configure_prepend() { 71do_configure:prepend() {
72 export SYSROOT=$PKG_CONFIG_SYSROOT_DIR 72 export SYSROOT=$PKG_CONFIG_SYSROOT_DIR
73} 73}
74 74
@@ -92,7 +92,7 @@ do_install_ptest() {
92 sed -i 's:^TRUE = .*$:TRUE = /bin/true:' ${D}${PTEST_PATH}/${TESTDIR}/Makefile 92 sed -i 's:^TRUE = .*$:TRUE = /bin/true:' ${D}${PTEST_PATH}/${TESTDIR}/Makefile
93} 93}
94 94
95do_install_append() { 95do_install:append() {
96 if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then 96 if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
97 install -d ${D}${sysconfdir}/tmpfiles.d 97 install -d ${D}${sysconfdir}/tmpfiles.d
98 echo "d ${localstatedir}/run/${BPN} 0755 squid squid -" >> ${D}${sysconfdir}/tmpfiles.d/${BPN}.conf 98 echo "d ${localstatedir}/run/${BPN} 0755 squid squid -" >> ${D}${sysconfdir}/tmpfiles.d/${BPN}.conf
@@ -109,9 +109,9 @@ do_install_append() {
109 rmdir --ignore-fail-on-non-empty "${D}${localstatedir}/log" 109 rmdir --ignore-fail-on-non-empty "${D}${localstatedir}/log"
110} 110}
111 111
112FILES_${PN} += "${libdir} ${datadir}/errors ${datadir}/icons" 112FILES:${PN} += "${libdir} ${datadir}/errors ${datadir}/icons"
113FILES_${PN}-dbg += "/usr/src/debug" 113FILES:${PN}-dbg += "/usr/src/debug"
114FILES_${PN}-doc += "${datadir}/*.txt" 114FILES:${PN}-doc += "${datadir}/*.txt"
115 115
116RDEPENDS_${PN} += "perl" 116RDEPENDS:${PN} += "perl"
117RDEPENDS_${PN}-ptest += "make" 117RDEPENDS:${PN}-ptest += "make"
diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
index dc1d6c67ef..af42bda93c 100644
--- a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
+++ b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb
@@ -72,26 +72,26 @@ do_install() {
72 sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_unitdir}/system/tftpd-hpa.service 72 sed -i -e 's,@SBINDIR@,${sbindir},g' ${D}${systemd_unitdir}/system/tftpd-hpa.service
73} 73}
74 74
75FILES_${PN} = "${bindir}" 75FILES:${PN} = "${bindir}"
76 76
77PACKAGES += "tftp-hpa-server" 77PACKAGES += "tftp-hpa-server"
78SUMMARY_tftp-hpa-server = "Server for the Trivial File Transfer Protocol" 78SUMMARY:tftp-hpa-server = "Server for the Trivial File Transfer Protocol"
79FILES_tftp-hpa-server = "${sbindir} ${sysconfdir} ${localstatedir}" 79FILES:tftp-hpa-server = "${sbindir} ${sysconfdir} ${localstatedir}"
80CONFFILES_tftp-hpa-server = "${sysconfdir}/default/tftpd-hpa" 80CONFFILES:tftp-hpa-server = "${sysconfdir}/default/tftpd-hpa"
81 81
82INITSCRIPT_PACKAGES = "tftp-hpa-server" 82INITSCRIPT_PACKAGES = "tftp-hpa-server"
83INITSCRIPT_NAME = "tftpd-hpa" 83INITSCRIPT_NAME = "tftpd-hpa"
84INITSCRIPT_PARAMS = "start 20 2 3 4 5 . stop 20 1 ." 84INITSCRIPT_PARAMS = "start 20 2 3 4 5 . stop 20 1 ."
85 85
86ALTERNATIVE_${PN}-doc = "tftpd.8 tftp.1" 86ALTERNATIVE:${PN}-doc = "tftpd.8 tftp.1"
87ALTERNATIVE_LINK_NAME[tftpd.8] = "${mandir}/man8/tftpd.8" 87ALTERNATIVE_LINK_NAME[tftpd.8] = "${mandir}/man8/tftpd.8"
88ALTERNATIVE_LINK_NAME[tftp.1] = "${mandir}/man1/tftp.1" 88ALTERNATIVE_LINK_NAME[tftp.1] = "${mandir}/man1/tftp.1"
89 89
90ALTERNATIVE_${PN} = "tftp" 90ALTERNATIVE:${PN} = "tftp"
91ALTERNATIVE_TARGET[tftp] = "${bindir}/tftp-hpa" 91ALTERNATIVE_TARGET[tftp] = "${bindir}/tftp-hpa"
92ALTERNATIVE_PRIORITY = "100" 92ALTERNATIVE_PRIORITY = "100"
93 93
94 94
95SYSTEMD_PACKAGES = "tftp-hpa-server" 95SYSTEMD_PACKAGES = "tftp-hpa-server"
96SYSTEMD_SERVICE_tftp-hpa-server = "tftpd-hpa.socket tftpd-hpa.service" 96SYSTEMD_SERVICE:tftp-hpa-server = "tftpd-hpa.socket tftpd-hpa.service"
97SYSTEMD_AUTO_ENABLE_tftp-hpa-server = "enable" 97SYSTEMD_AUTO_ENABLE:tftp-hpa-server = "enable"
diff --git a/meta-networking/recipes-daemons/vblade/vblade_25.bb b/meta-networking/recipes-daemons/vblade/vblade_25.bb
index 647abbfd26..15bf350c77 100644
--- a/meta-networking/recipes-daemons/vblade/vblade_25.bb
+++ b/meta-networking/recipes-daemons/vblade/vblade_25.bb
@@ -51,5 +51,5 @@ do_install() {
51INITSCRIPT_NAME = "vblade" 51INITSCRIPT_NAME = "vblade"
52INITSCRIPT_PARAMS = "start 30 . stop 70 0 1 2 3 4 5 6 ." 52INITSCRIPT_PARAMS = "start 30 . stop 70 0 1 2 3 4 5 6 ."
53 53
54SYSTEMD_SERVICE_${PN} = "vblade.service" 54SYSTEMD_SERVICE:${PN} = "vblade.service"
55SYSTEMD_AUTO_ENABLE = "disable" 55SYSTEMD_AUTO_ENABLE = "disable"
diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb
index 024b776def..cf3d7fc966 100644
--- a/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb
+++ b/meta-networking/recipes-daemons/vsftpd/vsftpd_3.0.3.bb
@@ -39,16 +39,16 @@ PACKAGECONFIG ??= "tcp-wrappers"
39PACKAGECONFIG[tcp-wrappers] = ",,tcp-wrappers" 39PACKAGECONFIG[tcp-wrappers] = ",,tcp-wrappers"
40 40
41DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" 41DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
42RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-listfile', '', d)}" 42RDEPENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-listfile', '', d)}"
43PAMLIB = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-L${STAGING_BASELIBDIR} -lpam', '', d)}" 43PAMLIB = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', '-L${STAGING_BASELIBDIR} -lpam', '', d)}"
44WRAPLIB = "${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', '-lwrap', '', d)}" 44WRAPLIB = "${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', '-lwrap', '', d)}"
45NOPAM_SRC ="${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', 'file://nopam-with-tcp_wrappers.patch', 'file://nopam.patch', d)}" 45NOPAM_SRC ="${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', 'file://nopam-with-tcp_wrappers.patch', 'file://nopam.patch', d)}"
46 46
47inherit update-rc.d useradd systemd 47inherit update-rc.d useradd systemd
48 48
49CONFFILES_${PN} = "${sysconfdir}/vsftpd.conf" 49CONFFILES:${PN} = "${sysconfdir}/vsftpd.conf"
50LDFLAGS_append =" -lcrypt -lcap" 50LDFLAGS:append =" -lcrypt -lcap"
51CFLAGS_append_libc-musl = " -D_GNU_SOURCE -include fcntl.h" 51CFLAGS:append:libc-musl = " -D_GNU_SOURCE -include fcntl.h"
52EXTRA_OEMAKE = "-e MAKEFLAGS=" 52EXTRA_OEMAKE = "-e MAKEFLAGS="
53 53
54do_configure() { 54do_configure() {
@@ -95,17 +95,17 @@ do_install() {
95} 95}
96 96
97INITSCRIPT_PACKAGES = "${PN}" 97INITSCRIPT_PACKAGES = "${PN}"
98INITSCRIPT_NAME_${PN} = "vsftpd" 98INITSCRIPT_NAME:${PN} = "vsftpd"
99INITSCRIPT_PARAMS_${PN} = "defaults 80" 99INITSCRIPT_PARAMS:${PN} = "defaults 80"
100 100
101USERADD_PACKAGES = "${PN}" 101USERADD_PACKAGES = "${PN}"
102USERADD_PARAM_${PN} = "--system --home-dir /var/lib/ftp --no-create-home -g ftp \ 102USERADD_PARAM:${PN} = "--system --home-dir /var/lib/ftp --no-create-home -g ftp \
103 --shell /bin/false ftp " 103 --shell /bin/false ftp "
104GROUPADD_PARAM_${PN} = "-r ftp" 104GROUPADD_PARAM:${PN} = "-r ftp"
105 105
106SYSTEMD_SERVICE_${PN} = "vsftpd.service" 106SYSTEMD_SERVICE:${PN} = "vsftpd.service"
107 107
108pkg_postinst_${PN}() { 108pkg_postinst:${PN}() {
109 if [ -z "$D" ]; then 109 if [ -z "$D" ]; then
110 if type systemd-tmpfiles >/dev/null; then 110 if type systemd-tmpfiles >/dev/null; then
111 systemd-tmpfiles --create 111 systemd-tmpfiles --create