summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb
index 867d133271..1332a9dfd4 100644
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb
+++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb
@@ -111,6 +111,7 @@ PACKAGECONFIG[iwd] = "-Diwd=true,-Diwd=false"
111PACKAGECONFIG[ifupdown] = "-Difupdown=true,-Difupdown=false" 111PACKAGECONFIG[ifupdown] = "-Difupdown=true,-Difupdown=false"
112PACKAGECONFIG[cloud-setup] = "-Dnm_cloud_setup=true,-Dnm_cloud_setup=false" 112PACKAGECONFIG[cloud-setup] = "-Dnm_cloud_setup=true,-Dnm_cloud_setup=false"
113PACKAGECONFIG[nmcli] = "-Dnmcli=true,-Dnmcli=false" 113PACKAGECONFIG[nmcli] = "-Dnmcli=true,-Dnmcli=false"
114PACKAGECONFIG[nmtui] = "-Dnmtui=true,-Dnmtui=false,libnewt"
114PACKAGECONFIG[readline] = "-Dreadline=libreadline,,readline" 115PACKAGECONFIG[readline] = "-Dreadline=libreadline,,readline"
115PACKAGECONFIG[libedit] = "-Dreadline=libedit,,libedit" 116PACKAGECONFIG[libedit] = "-Dreadline=libedit,,libedit"
116PACKAGECONFIG[ovs] = "-Dovs=true,-Dovs=false,jansson" 117PACKAGECONFIG[ovs] = "-Dovs=true,-Dovs=false,jansson"
@@ -120,6 +121,8 @@ PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false"
120PACKAGECONFIG[dhcpcd] = "-Ddhcpcd=${base_sbindir}/dhcpcd,-Ddhcpcd=no,,dhcpcd" 121PACKAGECONFIG[dhcpcd] = "-Ddhcpcd=${base_sbindir}/dhcpcd,-Ddhcpcd=no,,dhcpcd"
121PACKAGECONFIG[dhclient] = "-Ddhclient=yes,-Ddhclient=no,,dhcp" 122PACKAGECONFIG[dhclient] = "-Ddhclient=yes,-Ddhclient=no,,dhcp"
122PACKAGECONFIG[concheck] = "-Dconcheck=true,-Dconcheck=false" 123PACKAGECONFIG[concheck] = "-Dconcheck=true,-Dconcheck=false"
124PACKAGECONFIG[adsl] = ",,"
125PACKAGECONFIG[wwan] = ",,"
123# The following PACKAGECONFIG is used to determine whether NM is managing /etc/resolv.conf itself or not 126# The following PACKAGECONFIG is used to determine whether NM is managing /etc/resolv.conf itself or not
124PACKAGECONFIG[man-resolv-conf] = ",," 127PACKAGECONFIG[man-resolv-conf] = ",,"
125 128