From 3a4a037450f2998342818248957e7500950b0a66 Mon Sep 17 00:00:00 2001 From: Maxime Roussin-Bélanger Date: Fri, 11 Oct 2019 00:13:59 -0400 Subject: meta: add missing description in recipes-extended MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime Roussin-Bélanger Signed-off-by: Richard Purdie --- meta/recipes-extended/wget/wget.inc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta/recipes-extended/wget') diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 07e8d8e871..2338328216 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc @@ -1,4 +1,9 @@ SUMMARY = "Console URL download utility supporting HTTP, FTP, etc" +DESCRIPTION = "Wget is a network utility to retrieve files from the web using \ +HTTP(S) and FTP, the two most widely used internet protocols. It works \ +non-interactively, so it will work in the background, after having logged off. \ +The program supports recursive retrieval of web-authoring pages as well as \ +FTP sites" HOMEPAGE = "https://www.gnu.org/software/wget/" SECTION = "console/network" LICENSE = "GPLv3" -- cgit 1.2.3-korg