]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/recipes-extended: Add HOMEPAGE / DESCRIPTION
authorDorinda <dorindabassey@gmail.com>
Wed, 3 Mar 2021 02:01:52 +0000 (03:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Mar 2021 22:36:35 +0000 (22:36 +0000)
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage

[YOCTO #13471]

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 files changed:
meta/recipes-extended/bash/bash.inc
meta/recipes-extended/bc/bc_1.07.1.bb
meta/recipes-extended/cracklib/cracklib_2.9.5.bb
meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
meta/recipes-extended/ed/ed_1.17.bb
meta/recipes-extended/grep/grep_3.6.bb
meta/recipes-extended/libsolv/libsolv_0.7.17.bb
meta/recipes-extended/lighttpd/lighttpd_1.4.59.bb
meta/recipes-extended/logrotate/logrotate_3.18.0.bb
meta/recipes-extended/lzip/lzip_1.22.bb
meta/recipes-extended/man-db/man-db_2.9.4.bb
meta/recipes-extended/mc/mc_4.8.26.bb
meta/recipes-extended/mdadm/mdadm_4.1.bb
meta/recipes-extended/mingetty/mingetty_1.08.bb
meta/recipes-extended/parted/parted_3.4.bb
meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
meta/recipes-extended/perl/libtimedate-perl_2.30.bb
meta/recipes-extended/quota/quota_4.06.bb
meta/recipes-extended/sed/sed_4.8.bb
meta/recipes-extended/shadow/shadow.inc
meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb
meta/recipes-extended/unzip/unzip_6.0.bb
meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb
meta/recipes-extended/xz/xz_5.2.5.bb
meta/recipes-extended/zip/zip_3.0.bb

index db326660ea9b693d6550d4385e016cdc40c97d20..d3e1dfdb30b4e9c1e15753653bb7906578f50945 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "An sh-compatible command language interpreter"
 HOMEPAGE = "http://tiswww.case.edu/php/chet/bash/bashtop.html"
+DESCRIPTION = "Bash is the GNU Project's Bourne Again SHell, a complete implementation of the IEEE POSIX and Open Group shell specification with interactive command line editing, job control on architectures that support it, csh-like features such as history substitution and brace expansion, and a slew of other features."
 SECTION = "base/shell"
 
 DEPENDS = "ncurses bison-native virtual/libiconv"
index 4a51302492dce796eebd5b279357cf57d186b52b..ff3e8f4409abb26d421b3806f0475d62ba2743c2 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Arbitrary precision calculator language"
 HOMEPAGE = "http://www.gnu.org/software/bc/bc.html"
+DESCRIPTION = "bc is an arbitrary precision numeric processing language. Syntax is similar to C, but differs in many substantial areas. It supports interactive execution of statements."
 
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
index 82995219dc34973f29ae6f7de7fb0a50d1b0492a..9cdb71f1a1af6a2d95cb3d41b8639d348112439f 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Password strength checker library"
-HOMEPAGE = "http://sourceforge.net/projects/cracklib"
+HOMEPAGE = "https://github.com/cracklib/cracklib"
+DESCRIPTION = "${SUMMARY}"
 
 LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=e3eda01d9815f8d24aae2dbd89b68b06"
index 02b016fdf1f37e7919a9cf3bb4a31f65788b1dad..e726899c529a06228de88bfa46b823418e7e0559 100644 (file)
@@ -1,6 +1,7 @@
 SUMMARY = "Collection of autoconf m4 macros"
 SECTION = "base"
 HOMEPAGE = "http://sourceforge.net/projects/cwautomacros.berlios/"
+DESCRIPTION = "A collection of autoconf macros, plus an autogen.sh script that can be used with them."
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=eb723b61539feef013de476e68b5c50a"
 
index e905eed3c798f3affdd57d8db8fe82ff8d3e0c53..addf652d520c7ef90fc3ad3c1155078b5cb8f5e7 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Line-oriented text editor"
 HOMEPAGE = "http://www.gnu.org/software/ed/"
+DESCRIPTION = "GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts. A restricted version of ed, red, can only edit files in the current directory and cannot execute shell commands."
 
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0c7051aef9219dc7237f206c5c4179a7 \
index cb009b91328453a3015bbf6916c12833a1bb0418..c17b96d7bd0e48b1cd8b51fadcc9db45b598c4eb 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "GNU grep utility"
 HOMEPAGE = "http://savannah.gnu.org/projects/grep/"
+DESCRIPTION = "Grep searches one or more input files for lines containing a match to a specified pattern. By default, grep prints the matching lines."
 BUGTRACKER = "http://savannah.gnu.org/bugs/?group=grep"
 SECTION = "console/utils"
 LICENSE = "GPLv3"
index 8597ea3edbcdc3e8512441e62bb4ec23895fa31f..fa6e8a3c4dec94689c6a82581acd1b8f4555a394 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "Library for solving packages and reading repositories"
+DESCRIPTION = "This is libsolv, a free package dependency solver using a satisfiability algorithm for solving packages and reading repositories"
 HOMEPAGE = "https://github.com/openSUSE/libsolv"
 BUGTRACKER = "https://github.com/openSUSE/libsolv/issues"
 SECTION = "devel"
index 705ece8e19e5099c4808ef69311bd139bb6452c9..cf7f478915d135164f1fb97a7b2e3f87e1565b1d 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Lightweight high-performance web server"
 HOMEPAGE = "http://www.lighttpd.net/"
+DESCRIPTION = "Lightweight high-performance web server is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more)"
 BUGTRACKER = "http://redmine.lighttpd.net/projects/lighttpd/issues"
 
 LICENSE = "BSD-3-Clause"
index 270052f46fc3301f68366679e595791e39f5f60f..55684ac9fbc533ba4709bf0924eabad455b3c2e3 100644 (file)
@@ -1,6 +1,7 @@
 SUMMARY = "Rotates, compresses, removes and mails system log files"
 SECTION = "console/utils"
-HOMEPAGE = "https://github.com/logrotate/logrotate/issues"
+HOMEPAGE = "https://github.com/logrotate/logrotate/"
+DESCRIPTION = "The logrotate utility is designed to simplify the administration of log files on a system which generates a lot of log files."
 LICENSE = "GPLv2"
 
 # TODO: Document coreutils dependency. Why not RDEPENDS? Why not busybox?
index d21c36a3f45ed9aad86670c47c66648778600b84..33602694540bb87801e9c0c551a060c0befbf7fd 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Lossless data compressor based on the LZMA algorithm"
 HOMEPAGE = "http://lzip.nongnu.org/lzip.html"
+DESCRIPTION = "Lzip is a lossless data compressor with a user interface similar to the one of gzip or bzip2. Lzip uses a simplified form of the Lempel-Ziv-Markov chain-Algorithm (LZMA) stream format, chosen to maximize safety and interoperability."
 SECTION = "console/utils"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=76d6e300ffd8fb9d18bd9b136a9bba13 \
index 432953a1bc933555ee0fd475d331d305d71314f9..cfa656176964034cc905a0a5244305f4a8085d74 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "An implementation of the standard Unix documentation system accessed using the man command"
 HOMEPAGE = "http://man-db.nongnu.org/"
+DESCRIPTION = "man-db is an implementation of the standard Unix documentation system accessed using the man command. It uses a Berkeley DB database in place of the traditional flat-text whatis databases."
 LICENSE = "LGPLv2.1 & GPLv2"
 LIC_FILES_CHKSUM = "file://docs/COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \
                     file://docs/COPYING;md5=eb723b61539feef013de476e68b5c50a"
index 3eb19309b71911d2cf5c5e3e2f6990c9d2ec0f4e..5c5e6790d8bde5e84036cb6df944697f38bbc7ac 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Midnight Commander is an ncurses based file manager"
 HOMEPAGE = "http://www.midnight-commander.org/"
+DESCRIPTION = "GNU Midnight Commander is a visual file manager, licensed under GNU General Public License and therefore qualifies as Free Software. It's a feature rich full-screen text mode application that allows you to copy, move and delete files and whole directory trees, search for files and run commands in the subshell. Internal viewer and editor are included."
 LICENSE = "GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=270bbafe360e73f9840bd7981621f9c2"
 SECTION = "console/utils"
index 001d3331a727bee73da6280776a6e90446ba08d6..bb77759cf97fc3b84cbfd161dea8529ba442f676 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Tool for managing software RAID under Linux"
 HOMEPAGE = "http://www.kernel.org/pub/linux/utils/raid/mdadm/"
+DESCRIPTION = "mdadm is a Linux utility used to manage and monitor software RAID devices."
 
 # Some files are GPLv2+ while others are GPLv2.
 LICENSE = "GPLv2 & GPLv2+"
index 491b8920938f46c10c60088906e7f42e6f9b4349..9822e86b0e1783772c2ff3e44573977c76fa9791 100644 (file)
@@ -1,6 +1,7 @@
 SUMMARY = "Compact getty terminal handler for virtual consoles only"
 SECTION = "console/utils"
 HOMEPAGE = "http://sourceforge.net/projects/mingetty/"
+DESCRIPTION = "This is a small Linux console getty that is started on the Linux text console, asks for a login name and then tranfers over to login directory. Is extended to allow automatic login and starting any app."
 LICENSE = "GPLv2"
 PR = "r3"
 
index 79dad54687808f9abfd05233f076be707f247007..c15f5aeb0b22ba98f35b65bb783e2fcb7d74c754 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Disk partition editing/resizing utility"
 HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
+DESCRIPTION = "GNU Parted manipulates partition tables. This is useful for creating space for new operating systems, reorganizing disk usage, copying data on hard disks and disk imaging."
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
 SECTION = "console/tools"
index 9f992d3e83f30fdd016bb1670c9b5db0737b9015..409a8f3896d54337acd10ca7c13c5286f6d269ae 100644 (file)
@@ -1,5 +1,7 @@
 SUMMARY = "Convert::ASN1 - Perl ASN.1 Encode/Decode library"
 SECTION = "libs"
+HOMEPAGE = "https://metacpan.org/source/GBARR/Convert-ASN1-0.27"
+DESCRIPTION = "Convert::ASN1 is a perl library for encoding/decoding data using ASN.1 definitions."
 LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://README.md;beginline=91;endline=97;md5=ceff7fd286eb6d8e8e0d3d23e096a63f"
 
index d42eadb586e6cea65a0a5e83c42e2a69ed3b19a3..46843bfc8a8ac456a2aa738fb808a4b594e0e67d 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Perl modules useful for manipulating date and time information"
 HOMEPAGE = "https://metacpan.org/release/TimeDate"
+DESCRIPTION = "This is the perl5 TimeDate distribution. It requires perl version 5.003 or later."
 SECTION = "libs"
 # You can redistribute it and/or modify it under the same terms as Perl itself.
 LICENSE = "Artistic-1.0 | GPL-1.0+"
index 19ccbd588a621b1d0d2fa44884e31ec761a13bd7..027b0811f7b973175826aa1dbfc581e9be0a74f7 100644 (file)
@@ -1,6 +1,7 @@
 SUMMARY = "Tools for monitoring & limiting user disk usage per filesystem"
 SECTION = "base"
 HOMEPAGE = "http://sourceforge.net/projects/linuxquota/"
+DESCRIPTION = "Tools and patches for the Linux Diskquota system as part of the Linux kernel"
 BUGTRACKER = "http://sourceforge.net/tracker/?group_id=18136&atid=118136"
 LICENSE = "BSD & GPLv2+ & LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://rquota_server.c;beginline=1;endline=20;md5=fe7e0d7e11c6f820f8fa62a5af71230f \
index 048db47e14142e919adacc26f30be5c54e31d545..57a769e8c9f91f62d1c90a4d46a53ad6ce1726ab 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Stream EDitor (text filtering utility)"
 HOMEPAGE = "http://www.gnu.org/software/sed/"
+DESCRIPTION = "sed (stream editor) is a non-interactive command-line text editor."
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e \
                     file://sed/sed.h;beginline=1;endline=15;md5=fb3c7e6fbca6f66943859153d4be8efe \
index 4ae7a78c52b63397b4eb9a5b38d1002f9a49a16d..2278541f6b1bdb1ca3f55b88d4f3ca3adbe80829 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Tools to change and administer password and group data"
 HOMEPAGE = "http://github.com/shadow-maint/shadow"
+DESCRIPTION = "${SUMMARY}"
 BUGTRACKER = "http://github.com/shadow-maint/shadow/issues"
 SECTION = "base/utils"
 LICENSE = "BSD | Artistic-1.0"
index ec04bfe390fe993967ed0f6486fcf1792eca1df3..a942ac2991e75aebd27b656813867a920b4a199e 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Fake version of the texinfo utility suite"
 SECTION = "console/utils"
+DESCRIPTION = "${SUMMARY}"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d6bb62e73ca8b901d3f2e9d71542f4bb"
 DEPENDS = ""
index c1ea0a9a2cc7d7df714477c762260b6676a6c5f6..0c56a39d92156d394926d306c8829fe6a01fd826 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Utilities for extracting and viewing files in .zip archives"
 HOMEPAGE = "http://www.info-zip.org"
+DESCRIPTION = "Info-ZIP's purpose is to provide free, portable, high-quality versions of the Zip and UnZip compressor-archiver utilities that are compatible with the DOS-based PKZIP by PKWARE, Inc."
 SECTION = "console/utils"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29"
index 4f0f9531a1579d5df14ab41da0d64289d663f5ee..2787b270fac807ebb822d91d81ad8b49b4f867a7 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Socket-based service activation daemon"
 HOMEPAGE = "https://github.com/xinetd-org/xinetd"
+DESCRIPTION = "xinetd is a powerful replacement for inetd, xinetd has access control mechanisms, extensive logging capabilities, the ability to make services available based on time, can place limits on the number of servers that can be started, and has deployable defence mechanisms to protect against port scanners, among other things."
 
 # xinetd is a BSD-like license
 # Apple and Gentoo say BSD here.
index af21b60563e40c2052bb4cbece3fa84e8f8f042c..f5f5c318fdd227461d66a524f47f5a71b248da76 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Utilities for managing LZMA compressed files"
 HOMEPAGE = "https://tukaani.org/xz/"
+DESCRIPTION = "XZ Utils is free general-purpose data compression software with a high compression ratio. XZ Utils were written for POSIX-like systems, but also work on some not-so-POSIX systems. XZ Utils are the successor to LZMA Utils."
 SECTION = "base"
 
 # The source includes bits of PD, GPLv2, GPLv3, LGPLv2.1+, but the only file
index 97e5e575331ca44e0f67e7ad6db896e94bf3364a..18b5d8648e7e5094660533ed0db405ebebc9cd1b 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Compressor/archiver for creating and modifying .zip files"
 HOMEPAGE = "http://www.info-zip.org"
+DESCRIPTION = "Info-ZIP's purpose is to provide free, portable, high-quality versions of the Zip and UnZip compressor-archiver utilities that are compatible with the DOS-based PKZIP by PKWARE, Inc."
 SECTION = "console/utils"
 
 LICENSE = "BSD-3-Clause"