summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-connectivity/networkmanager/networkmanager_1.28.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.28.0.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.28.0.bb
index dcb23d05c4..7a20e914f1 100644
--- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.28.0.bb
+++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.28.0.bb
@@ -15,7 +15,6 @@ DEPENDS = " \
15 util-linux \ 15 util-linux \
16 libndp \ 16 libndp \
17 libnewt \ 17 libnewt \
18 jansson \
19 curl \ 18 curl \
20" 19"
21 20
@@ -89,6 +88,7 @@ PACKAGECONFIG[ifupdown] = "--enable-ifupdown,--disable-ifupdown"
89PACKAGECONFIG[qt4-x11-free] = "--enable-qt,--disable-qt,qt4-x11-free" 88PACKAGECONFIG[qt4-x11-free] = "--enable-qt,--disable-qt,qt4-x11-free"
90PACKAGECONFIG[cloud-setup] = "--with-nm-cloud-setup=yes,--with-nm-cloud-setup=no" 89PACKAGECONFIG[cloud-setup] = "--with-nm-cloud-setup=yes,--with-nm-cloud-setup=no"
91PACKAGECONFIG[nmcli] = "--with-nmcli=yes,--with-nmcli=no,readline" 90PACKAGECONFIG[nmcli] = "--with-nmcli=yes,--with-nmcli=no,readline"
91PACKAGECONFIG[ovs] = "--enable-ovs,--disable-ovs,jansson"
92 92
93PACKAGES =+ " \ 93PACKAGES =+ " \
94 ${PN}-nmcli ${PN}-nmcli-doc \ 94 ${PN}-nmcli ${PN}-nmcli-doc \