]> 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)
committerSteve Sakoman <steve@sakoman.com>
Fri, 5 Mar 2021 14:40:01 +0000 (04:40 -1000)
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>
(cherry picked from commit be8d3d0fa6bbc2924ffbdbaa66e9ffaef2b96de6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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.33.bb
meta/recipes-core/fts/fts_1.2.7.bb
meta/recipes-core/ifupdown/ifupdown_0.8.35.bb
meta/recipes-core/kbd/kbd_2.2.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 7269888a4e191a4c04e7fe935439b99d8b531221..d41e8b36dcd623c64c3a8d93b39420e61c62ce13 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 2fa05104fb4d2b0569ed569dc8fece1a7c8dd611..bef1e9a0b5cbd59198dff940f94b8141efddf3db 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 53cb971d338454b7e278d48ae28572383e96c76c..ae175848b7fb34499dfd4f9d68247d5784189485 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 e5700ff57f9eae8e612f841207937f32ad23124a..d10c93dfb7a70cdfe1457f9119df6e7e8675e737 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"