diff options
-rw-r--r-- | meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb | 13 |
1 files changed, 12 insertions, 1 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 d213ef650f..167572b0a5 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.44.0.bb | |||
@@ -1,4 +1,15 @@ | |||
1 | SUMMARY = "NetworkManager" | 1 | SUMMARY = "NetworkManager is a program for providing detection and \ |
2 | configuration for systems to automatically connect to networks." | ||
3 | |||
4 | DESCRIPTION = "NetworkManager is a program for providing detection and \ | ||
5 | configuration for systems to automatically connect to networks. \ | ||
6 | NetworkManager's functionality can be useful for both wireless and wired \ | ||
7 | networks. For wireless networks, NetworkManager prefers known wireless \ | ||
8 | networks and has the ability to switch to the most reliable network. \ | ||
9 | NetworkManager-aware applications can switch from online and offline mode. \ | ||
10 | NetworkManager also prefers wired connections over wireless ones, has support \ | ||
11 | for modem connections and certain types of VPN." | ||
12 | |||
2 | HOMEPAGE = "https://wiki.gnome.org/Projects/NetworkManager" | 13 | HOMEPAGE = "https://wiki.gnome.org/Projects/NetworkManager" |
3 | SECTION = "net/misc" | 14 | SECTION = "net/misc" |
4 | 15 | ||