mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
networkmanager: PACKAGECONFIG for ifupdown netconfig
Signed-off-by: Adrian Freihofer <adrian.freihofer@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -22,11 +22,9 @@ SRC_URI[sha256sum] = "38ea002403e3b884ffa9aae25aea431d2a8420f81f4919761c83fb9264
|
||||
S = "${WORKDIR}/NetworkManager-${PV}"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--enable-ifupdown \
|
||||
--disable-ifcfg-rh \
|
||||
--disable-ifnet \
|
||||
--disable-ifcfg-suse \
|
||||
--with-netconfig \
|
||||
--disable-more-warnings \
|
||||
--with-dhclient=${base_sbindir}/dhclient \
|
||||
--with-iptables=${sbindir}/iptables \
|
||||
@@ -35,7 +33,7 @@ EXTRA_OECONF = " \
|
||||
--with-nmtui=yes \
|
||||
"
|
||||
|
||||
PACKAGECONFIG ??= "nss \
|
||||
PACKAGECONFIG ??= "nss ifupdown netconfig \
|
||||
${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)} \
|
||||
"
|
||||
PACKAGECONFIG[systemd] = " \
|
||||
@@ -51,6 +49,8 @@ PACKAGECONFIG[modemmanager] = "--with-modem-manager-1=yes,--with-modem-manager-1
|
||||
PACKAGECONFIG[ppp] = "--enable-ppp,--disable-ppp,ppp"
|
||||
PACKAGECONFIG[nss] = "--with-crypto=nss,,nss"
|
||||
PACKAGECONFIG[gnutls] = "--with-crypto=gnutls,,gnutls libgcrypt"
|
||||
PACKAGECONFIG[ifupdown] = "--enable-ifupdown,--disable-ifupdown"
|
||||
PACKAGECONFIG[netconfig] = "--with-netconfig=yes,--with-netconfig=no"
|
||||
|
||||
PACKAGES =+ "libnmutil libnmglib libnmglib-vpn ${PN}-tests ${PN}-bash-completion ${PN}-nmtui ${PN}-nmtui-doc"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user