summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb')
-rw-r--r--recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb b/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb
index 8eb81b1..fd84fc2 100644
--- a/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb
+++ b/recipes-connectivity/networkd-dhcp-conf/networkd-dhcp-conf.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7
6 6
7inherit systemd features_check 7inherit systemd features_check
8 8
9RPROVIDES_${PN} = "network-configuration" 9RPROVIDES:${PN} = "network-configuration"
10 10
11SRC_URI = " \ 11SRC_URI = " \
12 file://20-wired-dhcp.network \ 12 file://20-wired-dhcp.network \
@@ -16,19 +16,19 @@ SRC_URI = " \
16PR = "r1" 16PR = "r1"
17 17
18REQUIRED_DISTRO_FEATURES = "systemd" 18REQUIRED_DISTRO_FEATURES = "systemd"
19RCONFLICTS_${PN} = "connman" 19RCONFLICTS:${PN} = "connman"
20 20
21S = "${WORKDIR}" 21S = "${WORKDIR}"
22 22
23PACKAGE_ARCH = "${MACHINE_ARCH}" 23PACKAGE_ARCH = "${MACHINE_ARCH}"
24 24
25FILES_${PN} = " \ 25FILES:${PN} = " \
26 ${systemd_unitdir}/network/* \ 26 ${systemd_unitdir}/network/* \
27 ${sbindir}/resolvconf-clean \ 27 ${sbindir}/resolvconf-clean \
28 ${systemd_unitdir}/system/clean-connman-symlink.service \ 28 ${systemd_unitdir}/system/clean-connman-symlink.service \
29 " 29 "
30 30
31SYSTEMD_SERVICE_${PN} = "clean-connman-symlink.service" 31SYSTEMD_SERVICE:${PN} = "clean-connman-symlink.service"
32 32
33DEV_MATCH_DIRECTIVE ?= "Name=en*" 33DEV_MATCH_DIRECTIVE ?= "Name=en*"
34 34