diff options
-rw-r--r-- | meta-networking/recipes-connectivity/networkmanager/networkmanager_1.28.0.bb | 2 |
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" | |||
89 | PACKAGECONFIG[qt4-x11-free] = "--enable-qt,--disable-qt,qt4-x11-free" | 88 | PACKAGECONFIG[qt4-x11-free] = "--enable-qt,--disable-qt,qt4-x11-free" |
90 | PACKAGECONFIG[cloud-setup] = "--with-nm-cloud-setup=yes,--with-nm-cloud-setup=no" | 89 | PACKAGECONFIG[cloud-setup] = "--with-nm-cloud-setup=yes,--with-nm-cloud-setup=no" |
91 | PACKAGECONFIG[nmcli] = "--with-nmcli=yes,--with-nmcli=no,readline" | 90 | PACKAGECONFIG[nmcli] = "--with-nmcli=yes,--with-nmcli=no,readline" |
91 | PACKAGECONFIG[ovs] = "--enable-ovs,--disable-ovs,jansson" | ||
92 | 92 | ||
93 | PACKAGES =+ " \ | 93 | PACKAGES =+ " \ |
94 | ${PN}-nmcli ${PN}-nmcli-doc \ | 94 | ${PN}-nmcli ${PN}-nmcli-doc \ |