mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 14:34:20 +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:
parent
c3b2f9868d
commit
2c7e7ef5bb
@ -22,11 +22,9 @@ SRC_URI[sha256sum] = "38ea002403e3b884ffa9aae25aea431d2a8420f81f4919761c83fb9264
|
|||||||
S = "${WORKDIR}/NetworkManager-${PV}"
|
S = "${WORKDIR}/NetworkManager-${PV}"
|
||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
--enable-ifupdown \
|
|
||||||
--disable-ifcfg-rh \
|
--disable-ifcfg-rh \
|
||||||
--disable-ifnet \
|
--disable-ifnet \
|
||||||
--disable-ifcfg-suse \
|
--disable-ifcfg-suse \
|
||||||
--with-netconfig \
|
|
||||||
--disable-more-warnings \
|
--disable-more-warnings \
|
||||||
--with-dhclient=${base_sbindir}/dhclient \
|
--with-dhclient=${base_sbindir}/dhclient \
|
||||||
--with-iptables=${sbindir}/iptables \
|
--with-iptables=${sbindir}/iptables \
|
||||||
@ -35,7 +33,7 @@ EXTRA_OECONF = " \
|
|||||||
--with-nmtui=yes \
|
--with-nmtui=yes \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "nss \
|
PACKAGECONFIG ??= "nss ifupdown netconfig \
|
||||||
${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)} \
|
${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)} \
|
||||||
"
|
"
|
||||||
PACKAGECONFIG[systemd] = " \
|
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[ppp] = "--enable-ppp,--disable-ppp,ppp"
|
||||||
PACKAGECONFIG[nss] = "--with-crypto=nss,,nss"
|
PACKAGECONFIG[nss] = "--with-crypto=nss,,nss"
|
||||||
PACKAGECONFIG[gnutls] = "--with-crypto=gnutls,,gnutls libgcrypt"
|
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"
|
PACKAGES =+ "libnmutil libnmglib libnmglib-vpn ${PN}-tests ${PN}-bash-completion ${PN}-nmtui ${PN}-nmtui-doc"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user