summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/cups/cups.inc4
-rw-r--r--meta/recipes-extended/timezone/timezone.inc2
-rw-r--r--meta/recipes-extended/wget/wget.inc5
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 @@
1SUMMARY = "An Internet printing system for Unix" 1SUMMARY = "An Internet printing system for Unix"
2DESCRIPTION = "The Common UNIX Printing System is a printing system and \
3general replacement for lpd and the like. It supports the Internet Printing \
4Protocol (IPP), and has its own filtering driver model for handling various \
5document types."
2HOMEPAGE = "https://www.cups.org/" 6HOMEPAGE = "https://www.cups.org/"
3SECTION = "console/utils" 7SECTION = "console/utils"
4LICENSE = "GPLv2 & LGPLv2" 8LICENSE = "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 @@
1SUMMARY = "Timezone data" 1SUMMARY = "Timezone data"
2DESCRIPTION = "The Time Zone Database contains code and data that represent \
3the history of local time for many representative locations around the globe."
2HOMEPAGE = "http://www.iana.org/time-zones" 4HOMEPAGE = "http://www.iana.org/time-zones"
3SECTION = "base" 5SECTION = "base"
4LICENSE = "PD & BSD & BSD-3-Clause" 6LICENSE = "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 @@
1SUMMARY = "Console URL download utility supporting HTTP, FTP, etc" 1SUMMARY = "Console URL download utility supporting HTTP, FTP, etc"
2DESCRIPTION = "Wget is a network utility to retrieve files from the web using \
3HTTP(S) and FTP, the two most widely used internet protocols. It works \
4non-interactively, so it will work in the background, after having logged off. \
5The program supports recursive retrieval of web-authoring pages as well as \
6FTP sites"
2HOMEPAGE = "https://www.gnu.org/software/wget/" 7HOMEPAGE = "https://www.gnu.org/software/wget/"
3SECTION = "console/network" 8SECTION = "console/network"
4LICENSE = "GPLv3" 9LICENSE = "GPLv3"