Skip to content

Commit bc5ff69

Browse files
dorindabasseyrpurdie
authored andcommitted
meta/recipes-core: Add HOMEPAGE / DESCRIPTION
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage [YOCTO #13471] Signed-off-by: Dorinda Bassey <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent 59cf82a commit bc5ff69

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

meta/recipes-core/base-passwd/base-passwd_3.5.29.bb

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
SUMMARY = "Base system master password/group files"
22
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."
3+
HOMEPAGE = "https://launchpad.net/base-passwd"
34
SECTION = "base"
45
LICENSE = "GPLv2"
56
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"

meta/recipes-core/dbus-wait/dbus-wait_git.bb

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
SUMMARY = "A simple tool to wait for a specific signal over DBus"
22
HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/dbus-wait"
3+
DESCRIPTION = "${SUMMARY}"
34
SECTION = "base"
45
LICENSE = "GPLv2"
56
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"

meta/recipes-core/dropbear/dropbear.inc

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
SUMMARY = "A lightweight SSH and SCP implementation"
22
HOMEPAGE = "http://matt.ucc.asn.au/dropbear/dropbear.html"
3+
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."
34
SECTION = "console/network"
45

56
# some files are from other projects and have others license terms:

meta/recipes-core/ell/ell_0.38.bb

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
SUMMARY = "Embedded Linux Library"
2+
HOMEPAGE = "https://01.org/ell"
23
DESCRIPTION = "The Embedded Linux Library (ELL) provides core, \
34
low-level functionality for system daemons. It typically has no \
45
dependencies other than the Linux kernel, C standard library, and \

meta/recipes-core/fts/fts_1.2.7.bb

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
SUMMARY = "Implementation of ftsfor musl libc packages"
55
HOMEPAGE = "https://github.com/pullmoll/musl-fts"
6+
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."
67
LICENSE = "BSD-3-Clause"
78
LIC_FILES_CHKSUM = "file://COPYING;md5=5ffe358174aad383f1b69ce3b53da982"
89
SECTION = "libs"

meta/recipes-core/ifupdown/ifupdown_0.8.36.bb

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
SUMMARY = "ifupdown: basic ifup and ifdown used by initscripts"
2+
HOMEPAGE = "https://salsa.debian.org/debian/ifupdown"
23
DESCRIPTION = "High level tools to configure network interfaces \
34
This package provides the tools ifup and ifdown which may be used to \
45
configure (or, respectively, deconfigure) network interfaces, based on \

meta/recipes-core/kbd/kbd_2.4.0.bb

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
SUMMARY = "Keytable files and keyboard utilities"
22
HOMEPAGE = "http://www.kbd-project.org/"
3+
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."
34
# everything minus console-fonts is GPLv2+
45
LICENSE = "GPLv2+"
56
LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a"

meta/recipes-core/udev/eudev_3.2.9.bb

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
SUMMARY = "eudev is a fork of systemd's udev"
22
HOMEPAGE = "https://wiki.gentoo.org/wiki/Eudev"
3+
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."
34
LICENSE = "GPLv2.0+ & LGPL-2.1+"
45
LICENSE_libudev = "LGPL-2.1+"
56
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"

0 commit comments

Comments
 (0)