diff mbox series

[meta-networking] networkmanager: Improved SUMMARY and added DESCRIPTION

Message ID 20231213230613.253946-1-William.Lyu@windriver.com
State Accepted
Headers show
Series [meta-networking] networkmanager: Improved SUMMARY and added DESCRIPTION | expand

Commit Message

Lyu, William Dec. 13, 2023, 11:06 p.m. UTC
From: William Lyu <William.Lyu@windriver.com>

The SUMMARY and DESCRIPTION are taken from Arch Linux wiki page:
https://wiki.archlinux.org/title/NetworkManager

Signed-off-by: William Lyu <William.Lyu@windriver.com>
---
 .../networkmanager/networkmanager_1.44.0.bb         | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

Comments

Khem Raj Dec. 19, 2023, 6:27 a.m. UTC | #1
On Wed, 13 Dec 2023 18:06:13 -0500, william.lyu@windriver.com wrote:
> The SUMMARY and DESCRIPTION are taken from Arch Linux wiki page:
> https://wiki.archlinux.org/title/NetworkManager
> 
> 

Applied, thanks!

[1/1] networkmanager: Improved SUMMARY and added DESCRIPTION
      commit: b0bc64e930851dacbe9ec8f46abf0aa0bb6864ca

Best regards,
diff mbox series

Patch

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 d213ef650..167572b0a 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 @@ 
-SUMMARY = "NetworkManager"
+SUMMARY = "NetworkManager is a program for providing detection and \
+configuration for systems to automatically connect to networks."
+
+DESCRIPTION = "NetworkManager is a program for providing detection and \
+configuration for systems to automatically connect to networks. \
+NetworkManager's functionality can be useful for both wireless and wired \
+networks. For wireless networks, NetworkManager prefers known wireless \
+networks and has the ability to switch to the most reliable network. \
+NetworkManager-aware applications can switch from online and offline mode. \
+NetworkManager also prefers wired connections over wireless ones, has support \
+for modem connections and certain types of VPN."
+
 HOMEPAGE = "https://wiki.gnome.org/Projects/NetworkManager"
 SECTION = "net/misc"