diff options
Diffstat (limited to 'recipes-connectivity')
-rw-r--r-- | recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb b/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb index 20a1a17..8eb81b1 100644 --- a/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb +++ b/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb | |||
@@ -4,7 +4,7 @@ interfaces through systemd-networkd" | |||
4 | LICENSE = "MPL-2.0" | 4 | LICENSE = "MPL-2.0" |
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" | 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" |
6 | 6 | ||
7 | inherit systemd | 7 | inherit systemd features_check |
8 | 8 | ||
9 | RPROVIDES_${PN} = "network-configuration" | 9 | RPROVIDES_${PN} = "network-configuration" |
10 | 10 | ||
@@ -15,7 +15,7 @@ SRC_URI = " \ | |||
15 | " | 15 | " |
16 | PR = "r1" | 16 | PR = "r1" |
17 | 17 | ||
18 | REQUIRED_DISTRO_FEATURES_${PN} = "systemd" | 18 | REQUIRED_DISTRO_FEATURES = "systemd" |
19 | RCONFLICTS_${PN} = "connman" | 19 | RCONFLICTS_${PN} = "connman" |
20 | 20 | ||
21 | S = "${WORKDIR}" | 21 | S = "${WORKDIR}" |