diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2019-10-11 00:13:59 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:11 +0100 |
commit | 4ee045ce0b436bb4465a72f3d89ceb8959c2cb6b (patch) | |
tree | 12d724ecb20248773d8641263fd51f9d1d556e28 /meta/recipes-extended | |
parent | 4c0be0ec318523071530b0a6dd0daab256249175 (diff) | |
download | poky-4ee045ce0b436bb4465a72f3d89ceb8959c2cb6b.tar.gz |
meta: add missing description in recipes-extended
(From OE-Core rev: 3a4a037450f2998342818248957e7500950b0a66)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 4 | ||||
-rw-r--r-- | meta/recipes-extended/timezone/timezone.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 5 |
3 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index e303f3424d..2149cbe4cf 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -1,4 +1,8 @@ | |||
1 | SUMMARY = "An Internet printing system for Unix" | 1 | SUMMARY = "An Internet printing system for Unix" |
2 | DESCRIPTION = "The Common UNIX Printing System is a printing system and \ | ||
3 | general replacement for lpd and the like. It supports the Internet Printing \ | ||
4 | Protocol (IPP), and has its own filtering driver model for handling various \ | ||
5 | document types." | ||
2 | HOMEPAGE = "https://www.cups.org/" | 6 | HOMEPAGE = "https://www.cups.org/" |
3 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
4 | LICENSE = "GPLv2 & LGPLv2" | 8 | LICENSE = "GPLv2 & LGPLv2" |
diff --git a/meta/recipes-extended/timezone/timezone.inc b/meta/recipes-extended/timezone/timezone.inc index f6bab1acb4..91a5cb3327 100644 --- a/meta/recipes-extended/timezone/timezone.inc +++ b/meta/recipes-extended/timezone/timezone.inc | |||
@@ -1,4 +1,6 @@ | |||
1 | SUMMARY = "Timezone data" | 1 | SUMMARY = "Timezone data" |
2 | DESCRIPTION = "The Time Zone Database contains code and data that represent \ | ||
3 | the history of local time for many representative locations around the globe." | ||
2 | HOMEPAGE = "http://www.iana.org/time-zones" | 4 | HOMEPAGE = "http://www.iana.org/time-zones" |
3 | SECTION = "base" | 5 | SECTION = "base" |
4 | LICENSE = "PD & BSD & BSD-3-Clause" | 6 | LICENSE = "PD & BSD & BSD-3-Clause" |
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 @@ | |||
1 | SUMMARY = "Console URL download utility supporting HTTP, FTP, etc" | 1 | SUMMARY = "Console URL download utility supporting HTTP, FTP, etc" |
2 | DESCRIPTION = "Wget is a network utility to retrieve files from the web using \ | ||
3 | HTTP(S) and FTP, the two most widely used internet protocols. It works \ | ||
4 | non-interactively, so it will work in the background, after having logged off. \ | ||
5 | The program supports recursive retrieval of web-authoring pages as well as \ | ||
6 | FTP sites" | ||
2 | HOMEPAGE = "https://www.gnu.org/software/wget/" | 7 | HOMEPAGE = "https://www.gnu.org/software/wget/" |
3 | SECTION = "console/network" | 8 | SECTION = "console/network" |
4 | LICENSE = "GPLv3" | 9 | LICENSE = "GPLv3" |