]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/recipes-core: Add HOMEPAGE / DESCRIPTION
authorDorinda <dorindabassey@gmail.com>
Thu, 25 Feb 2021 00:39:00 +0000 (01:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Feb 2021 15:19:28 +0000 (15:19 +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>
meta/recipes-core/base-passwd/base-passwd_3.5.29.bb
meta/recipes-core/dbus-wait/dbus-wait_git.bb
meta/recipes-core/dropbear/dropbear.inc
meta/recipes-core/ell/ell_0.38.bb
meta/recipes-core/fts/fts_1.2.7.bb
meta/recipes-core/ifupdown/ifupdown_0.8.36.bb
meta/recipes-core/kbd/kbd_2.4.0.bb
meta/recipes-core/udev/eudev_3.2.9.bb

index d01cd7e2977ff3f15842241cdb8f0ec7ed9655f9..65b3cd778d69ec2ebf17070a7b5733b786aae41c 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Base system master password/group files"
 DESCRIPTION = "The master copies of the user database files (/etc/passwd and /etc/group).  The update-passwd tool is also provided to keep the system databases synchronized with these master files."
+HOMEPAGE = "https://launchpad.net/base-passwd"
 SECTION = "base"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
index c24295b5370b543bba202e308a05c8f1e3a37829..677768d35a35988a36109ed61eed7f77da8fa647 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "A simple tool to wait for a specific signal over DBus"
 HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/dbus-wait"
+DESCRIPTION = "${SUMMARY}"
 SECTION = "base"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
index a30f98faa42fdc9f3bc2a07467e0f5b1a0e5d1aa..ed3ef3384ac4185f830f063a47f73474b1dcd6fa 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "A lightweight SSH and SCP implementation"
 HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html"
+DESCRIPTION = "Dropbear is a relatively small SSH server and client. It runs on a variety of POSIX-based platforms. Dropbear is open source software, distributed under a MIT-style license. Dropbear is particularly useful for "embedded"-type Linux (or other Unix) systems, such as wireless routers."
 SECTION = "console/network"
 
 # some files are from other projects and have others license terms:
index 11a80e16edc15690a224b60189941b7bdfec590f..7d3a339978875f8291d436c0cd0f1fd226b7ae3a 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY  = "Embedded Linux Library"
+HOMEPAGE = "https://01.org/ell"
 DESCRIPTION = "The Embedded Linux Library (ELL) provides core, \
 low-level functionality for system daemons. It typically has no \
 dependencies other than the Linux kernel, C standard library, and \
index 589ae0e9161e26dc556a219314d9ccd0e7f63e54..ea820cb0c34e57db443cde1f590e81bfb267dc14 100644 (file)
@@ -3,6 +3,7 @@
 
 SUMMARY = "Implementation of ftsfor musl libc packages"
 HOMEPAGE = "https://github.com/pullmoll/musl-fts"
+DESCRIPTION = "The musl-fts package implements the fts(3) functions fts_open, fts_read, fts_children, fts_set and fts_close, which are missing in musl libc."
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982"
 SECTION = "libs"
index 5b425da95cbbaf00e104f41f123c5228e631e706..c0a90a3972190235ddbeb2f7fab97724bfa4f6d6 100644 (file)
@@ -1,4 +1,5 @@
 SUMMARY = "ifupdown: basic ifup and ifdown used by initscripts"
+HOMEPAGE = "https://salsa.debian.org/debian/ifupdown"
 DESCRIPTION = "High level tools to configure network interfaces \
 This package provides the tools ifup and ifdown which may be used to \
 configure (or, respectively, deconfigure) network interfaces, based on \
index 65ba70bf47730db20b1a3c5aaaa3f969cbd7e659..b557d691b5bd556f38083ae233b93d016c8f25df 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "Keytable files and keyboard utilities"
 HOMEPAGE = "http://www.kbd-project.org/"
+DESCRIPTION = "The kbd project contains tools for managing Linux console (Linux console, virtual terminals, keyboard, etc.) – mainly, what they do is loading console fonts and keyboard maps."
 # everything minus console-fonts is GPLv2+
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"
index f96f8cbe7898babe6db15d8403dc4e03649d9b37..3ae91dee5153d1542233b8d03e99de3a7f29c55a 100644 (file)
@@ -1,5 +1,6 @@
 SUMMARY = "eudev is a fork of systemd's udev"
 HOMEPAGE = "https://wiki.gentoo.org/wiki/Eudev"
+DESCRIPTION = "eudev is Gentoo's fork of udev, systemd's device file manager for the Linux kernel. It manages device nodes in /dev and handles all user space actions when adding or removing devices."
 LICENSE = "GPLv2.0+ & LGPL-2.1+"
 LICENSE_libudev = "LGPL-2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"