]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta: add missing description in recipes-extended
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Fri, 11 Oct 2019 04:13:59 +0000 (00:13 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Oct 2019 13:11:08 +0000 (14:11 +0100)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/cups/cups.inc
meta/recipes-extended/timezone/timezone.inc
meta/recipes-extended/wget/wget.inc

index e303f3424d54a57cda5ca5062f0c609b3c361a7f..2149cbe4cfb3778721e522eb00a2ba41c32ea135 100644 (file)
@@ -1,4 +1,8 @@
 SUMMARY = "An Internet printing system for Unix"
+DESCRIPTION = "The Common UNIX Printing System is a printing system and \
+general replacement for lpd and the like. It supports the Internet Printing \
+Protocol (IPP), and has its own filtering driver model for handling various \
+document types."
 HOMEPAGE = "https://www.cups.org/"
 SECTION = "console/utils"
 LICENSE = "GPLv2 & LGPLv2"
index f6bab1acb403ba5a86d9969d8fabd41f379f1208..91a5cb33277c08fcb3028fdd743515e246069d0a 100644 (file)
@@ -1,4 +1,6 @@
 SUMMARY = "Timezone data"
+DESCRIPTION = "The Time Zone Database contains code and data that represent \
+the history of local time for many representative locations around the globe."
 HOMEPAGE = "http://www.iana.org/time-zones"
 SECTION = "base"
 LICENSE = "PD & BSD & BSD-3-Clause"
index 07e8d8e8718fa82d8ef16628dfcdcca40268b143..233832821618387d4c1ee77bf95e362a9a7798f3 100644 (file)
@@ -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"