mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 05:11:59 +00:00
dhcpcd: enable udev by default
Signed-off-by: Radovan Scasny <radovan.scasny@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "3db7ff18cba9274da1d2176fb3c7cbe23926a8e58d5c8e244ad55c62d3
|
|||||||
|
|
||||||
inherit autotools-brokensep
|
inherit autotools-brokensep
|
||||||
|
|
||||||
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
|
||||||
|
|
||||||
PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev"
|
PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev"
|
||||||
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6"
|
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6"
|
||||||
|
|||||||
Reference in New Issue
Block a user