diff options
Diffstat (limited to 'meta-networking')
5 files changed, 5 insertions, 5 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.10.10.bb b/meta-networking/recipes-connectivity/samba/samba_4.10.10.bb index e002a9da5a..1ad5d55aca 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.10.10.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.10.10.bb | |||
@@ -45,7 +45,7 @@ RDEPENDS_${PN}_remove = "perl" | |||
45 | 45 | ||
46 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb libbsd libaio libpam libtasn1 jansson" | 46 | DEPENDS += "readline virtual/libiconv zlib popt libtalloc libtdb libtevent libldb libbsd libaio libpam libtasn1 jansson" |
47 | 47 | ||
48 | inherit distro_features_check | 48 | inherit features_check |
49 | REQUIRED_DISTRO_FEATURES = "pam" | 49 | REQUIRED_DISTRO_FEATURES = "pam" |
50 | 50 | ||
51 | DEPENDS_append_libc-musl = " libtirpc" | 51 | DEPENDS_append_libc-musl = " libtirpc" |
diff --git a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb index 19cfe46b7b..6ff103c770 100644 --- a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb +++ b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb | |||
@@ -20,7 +20,7 @@ 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 distro_features_check | 23 | inherit setuptools features_check |
24 | 24 | ||
25 | RDEPENDS_${PN} = " \ | 25 | RDEPENDS_${PN} = " \ |
26 | iptables \ | 26 | iptables \ |
diff --git a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb index 8523ae8c0d..6b73506c2a 100644 --- a/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb +++ b/meta-networking/recipes-daemons/networkd-dispatcher/networkd-dispatcher_2.0.1.bb | |||
@@ -7,7 +7,7 @@ AUTHOR = "Clayton Craft and others" | |||
7 | LICENSE = "GPLv3" | 7 | LICENSE = "GPLv3" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d" |
9 | 9 | ||
10 | inherit distro_features_check systemd | 10 | inherit features_check systemd |
11 | 11 | ||
12 | RDEPENDS_${PN} = "python3-pygobject python3-dbus" | 12 | RDEPENDS_${PN} = "python3-pygobject python3-dbus" |
13 | REQUIRED_DISTRO_FEATURES = "systemd" | 13 | REQUIRED_DISTRO_FEATURES = "systemd" |
diff --git a/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb b/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb index 6345c8141b..4bf9944aad 100644 --- a/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb +++ b/meta-networking/recipes-extended/dlm/dlm_4.0.9.bb | |||
@@ -23,7 +23,7 @@ S = "${WORKDIR}/dlm-dlm-${PV}" | |||
23 | 23 | ||
24 | DEPENDS = "corosync systemd" | 24 | DEPENDS = "corosync systemd" |
25 | 25 | ||
26 | inherit pkgconfig systemd distro_features_check | 26 | inherit pkgconfig systemd features_check |
27 | 27 | ||
28 | PACKAGECONFIG ??= "" | 28 | PACKAGECONFIG ??= "" |
29 | 29 | ||
diff --git a/meta-networking/recipes-protocols/dante/dante_1.4.1.bb b/meta-networking/recipes-protocols/dante/dante_1.4.1.bb index ffdab22cf0..cfe71dd69d 100644 --- a/meta-networking/recipes-protocols/dante/dante_1.4.1.bb +++ b/meta-networking/recipes-protocols/dante/dante_1.4.1.bb | |||
@@ -25,7 +25,7 @@ EXTRA_OECONF += "--without-gssapi --sbindir=${bindir}" | |||
25 | 25 | ||
26 | DEPENDS += "flex-native bison-native libpam" | 26 | DEPENDS += "flex-native bison-native libpam" |
27 | 27 | ||
28 | inherit autotools-brokensep distro_features_check | 28 | inherit autotools-brokensep features_check |
29 | 29 | ||
30 | REQUIRED_DISTRO_FEATURES = "pam" | 30 | REQUIRED_DISTRO_FEATURES = "pam" |
31 | 31 | ||