mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
networkmanager: PACKAGECONFIG for dhclient
Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -26,14 +26,13 @@ EXTRA_OECONF = " \
|
||||
--disable-ifnet \
|
||||
--disable-ifcfg-suse \
|
||||
--disable-more-warnings \
|
||||
--with-dhclient=${base_sbindir}/dhclient \
|
||||
--with-iptables=${sbindir}/iptables \
|
||||
--with-tests \
|
||||
--with-dnsmasq=${bindir}/dnsmasq \
|
||||
--with-nmtui=yes \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "nss ifupdown netconfig \
|
||||
PACKAGECONFIG ??= "nss ifupdown netconfig dhclient \
|
||||
${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)} \
|
||||
"
|
||||
PACKAGECONFIG[systemd] = " \
|
||||
@@ -47,6 +46,8 @@ PACKAGECONFIG[consolekit] = "--with-session-tracking=consolekit,,consolekit,cons
|
||||
PACKAGECONFIG[concheck] = "--with-libsoup=yes,--with-libsoup=no,libsoup-2.4"
|
||||
PACKAGECONFIG[modemmanager] = "--with-modem-manager-1=yes,--with-modem-manager-1=no,modemmanager"
|
||||
PACKAGECONFIG[ppp] = "--enable-ppp,--disable-ppp,ppp"
|
||||
# Use full featured dhcp client instead of internal one
|
||||
PACKAGECONFIG[dhclient] = "--with-dhclient=${base_sbindir}/dhclient,,,dhcp-client"
|
||||
PACKAGECONFIG[nss] = "--with-crypto=nss,,nss"
|
||||
PACKAGECONFIG[gnutls] = "--with-crypto=gnutls,,gnutls libgcrypt"
|
||||
PACKAGECONFIG[ifupdown] = "--enable-ifupdown,--disable-ifupdown"
|
||||
@@ -72,7 +73,6 @@ RRECOMMENDS_${PN} += "iptables dnsmasq"
|
||||
RCONFLICTS_${PN} = "connman"
|
||||
RDEPENDS_${PN} = " \
|
||||
wpa-supplicant \
|
||||
dhcp-client \
|
||||
"
|
||||
|
||||
FILES_${PN}-dbg += " \
|
||||
|
||||
Reference in New Issue
Block a user