summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb
index 4344841b54..13467189b4 100644
--- a/meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb
+++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_9.2.0.bb
@@ -27,10 +27,18 @@ PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
27 27
28PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev" 28PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev"
29PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" 29PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6"
30# ntp conflicts with chrony
31PACKAGECONFIG[ntp] = "--with-hook=ntp, , ,ntp"
32PACKAGECONFIG[chrony] = "--with-hook=ntp, , ,chrony"
33PACKAGECONFIG[ypbind] = "--with-eghook=yp, , ,ypbind-mt"
30 34
31EXTRA_OECONF = "--enable-ipv4 \ 35EXTRA_OECONF = "--enable-ipv4 \
32 --dbdir=${localstatedir}/lib/${BPN} \ 36 --dbdir=${localstatedir}/lib/${BPN} \
33 --runstatedir=/run \ 37 --runstatedir=/run \
38 --enable-privsep \
39 --privsepuser=dhcpcd \
40 --with-hooks \
41 --with-eghooks \
34 " 42 "
35 43
36USERADD_PACKAGES = "${PN}" 44USERADD_PACKAGES = "${PN}"