summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorRadovan Scasny <radovan.scasny@siemens.com>2019-07-10 14:18:14 +0200
committerKhem Raj <raj.khem@gmail.com>2019-07-10 09:34:20 -0700
commit26361a67945fa3a78327a1ff924a0e83c89ccece (patch)
tree8c307bcf26b33543e30373e31b7d8354c18487c0 /meta-networking/recipes-connectivity
parentd62365c2b8fa244c57f5ae447405c0133f1f0cae (diff)
downloadmeta-openembedded-26361a67945fa3a78327a1ff924a0e83c89ccece.tar.gz
dhcpcd: enable udev by default
Signed-off-by: Radovan Scasny <radovan.scasny@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb
index e2759f47a..0447234d4 100644
--- a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb
+++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_7.2.2.bb
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "3db7ff18cba9274da1d2176fb3c7cbe23926a8e58d5c8e244ad55c62d3
14 14
15inherit autotools-brokensep 15inherit autotools-brokensep
16 16
17PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" 17PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
18 18
19PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev" 19PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev"
20PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" 20PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6"