diff options
author | Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com> | 2020-12-15 23:32:01 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-18 22:52:25 +0000 |
commit | 98045767ea3ae31539ade2e29f278714ff8ea87b (patch) | |
tree | 842f71c844683b10632ad4af3b97ec648d061da8 | |
parent | 72329ca9397b620670ff0cb2d48313f18d757884 (diff) | |
download | poky-98045767ea3ae31539ade2e29f278714ff8ea87b.tar.gz |
meta: add missing descriptions in some support recipes
(From OE-Core rev: d2654384db4999c78bc3d98215a4eecdab63541b)
Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/apr/apr_1.7.0.bb | 4 | ||||
-rw-r--r-- | meta/recipes-support/aspell/aspell_0.60.8.bb | 4 | ||||
-rw-r--r-- | meta/recipes-support/atk/at-spi2-core_2.38.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/attr/acl_2.2.53.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/attr/attr.inc | 4 | ||||
-rw-r--r-- | meta/recipes-support/bash-completion/bash-completion_2.11.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/nettle/nettle_3.6.bb | 3 |
7 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-support/apr/apr_1.7.0.bb b/meta/recipes-support/apr/apr_1.7.0.bb index 7073af8c98..c9b9bf0f50 100644 --- a/meta/recipes-support/apr/apr_1.7.0.bb +++ b/meta/recipes-support/apr/apr_1.7.0.bb | |||
@@ -1,4 +1,8 @@ | |||
1 | SUMMARY = "Apache Portable Runtime (APR) library" | 1 | SUMMARY = "Apache Portable Runtime (APR) library" |
2 | DESCRIPTION = "The Apache Portable Runtime (APR) is a supporting library for the \ | ||
3 | Apache web server. It provides a set of APIs that map to the underlying \ | ||
4 | operating system (OS). Where the OS does not support a particular function, \ | ||
5 | APR will provide an emulation." | ||
2 | HOMEPAGE = "http://apr.apache.org/" | 6 | HOMEPAGE = "http://apr.apache.org/" |
3 | SECTION = "libs" | 7 | SECTION = "libs" |
4 | DEPENDS = "util-linux" | 8 | DEPENDS = "util-linux" |
diff --git a/meta/recipes-support/aspell/aspell_0.60.8.bb b/meta/recipes-support/aspell/aspell_0.60.8.bb index 629987810a..f1d931b39c 100644 --- a/meta/recipes-support/aspell/aspell_0.60.8.bb +++ b/meta/recipes-support/aspell/aspell_0.60.8.bb | |||
@@ -1,4 +1,8 @@ | |||
1 | SUMMARY = "GNU Aspell spell-checker" | 1 | SUMMARY = "GNU Aspell spell-checker" |
2 | DESCRIPTION = "GNU Aspell is a spell-checker which can be used either as a \ | ||
3 | standalone application or embedded in other programs. Its main feature is that \ | ||
4 | it does a much better job of suggesting possible spellings than just about any \ | ||
5 | other spell-checker available for the English language" | ||
2 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
3 | 7 | ||
4 | LICENSE = "LGPLv2 | LGPLv2.1" | 8 | LICENSE = "LGPLv2 | LGPLv2.1" |
diff --git a/meta/recipes-support/atk/at-spi2-core_2.38.0.bb b/meta/recipes-support/atk/at-spi2-core_2.38.0.bb index 88add83dd1..a0657950be 100644 --- a/meta/recipes-support/atk/at-spi2-core_2.38.0.bb +++ b/meta/recipes-support/atk/at-spi2-core_2.38.0.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" | 1 | SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" |
2 | DESCRIPTION = "At-Spi2 is a protocol over DBus, toolkit widgets use it to \ | ||
3 | provide their content to screen readers such as Orca." | ||
2 | HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus" | 4 | HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus" |
3 | LICENSE = "LGPL-2.1+" | 5 | LICENSE = "LGPL-2.1+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
diff --git a/meta/recipes-support/attr/acl_2.2.53.bb b/meta/recipes-support/attr/acl_2.2.53.bb index 5bb50f77f7..b120c1f16f 100644 --- a/meta/recipes-support/attr/acl_2.2.53.bb +++ b/meta/recipes-support/attr/acl_2.2.53.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | SUMMARY = "Utilities for managing POSIX Access Control Lists" | 1 | SUMMARY = "Utilities for managing POSIX Access Control Lists" |
2 | HOMEPAGE = "http://savannah.nongnu.org/projects/acl/" | 2 | HOMEPAGE = "http://savannah.nongnu.org/projects/acl/" |
3 | DESCRIPTION = "ACL allows you to provide different levels of access to files \ | ||
4 | and folders for different users." | ||
3 | SECTION = "libs" | 5 | SECTION = "libs" |
4 | 6 | ||
5 | LICENSE = "LGPLv2.1+ & GPLv2+" | 7 | LICENSE = "LGPLv2.1+ & GPLv2+" |
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index 0c3330a686..97bca46982 100644 --- a/meta/recipes-support/attr/attr.inc +++ b/meta/recipes-support/attr/attr.inc | |||
@@ -1,4 +1,8 @@ | |||
1 | SUMMARY = "Utilities for manipulating filesystem extended attributes" | 1 | SUMMARY = "Utilities for manipulating filesystem extended attributes" |
2 | DESCRIPTION = "A set of tools for manipulating extended attributes on filesystem \ | ||
3 | objects, in particular getfattr(1) and setfattr(1). An attr(1) command \ | ||
4 | is also provided which is largely compatible with the SGI IRIX tool of \ | ||
5 | the same name." | ||
2 | HOMEPAGE = "http://savannah.nongnu.org/projects/attr/" | 6 | HOMEPAGE = "http://savannah.nongnu.org/projects/attr/" |
3 | SECTION = "libs" | 7 | SECTION = "libs" |
4 | 8 | ||
diff --git a/meta/recipes-support/bash-completion/bash-completion_2.11.bb b/meta/recipes-support/bash-completion/bash-completion_2.11.bb index bab8a018ce..f00e0fc5b7 100644 --- a/meta/recipes-support/bash-completion/bash-completion_2.11.bb +++ b/meta/recipes-support/bash-completion/bash-completion_2.11.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | SUMMARY = "Programmable Completion for Bash 4" | 1 | SUMMARY = "Programmable Completion for Bash 4" |
2 | DESCRIPTION = "bash completion extends bash's standard completion behavior to \ | ||
3 | achieve complex command lines with just a few keystrokes." | ||
2 | HOMEPAGE = "https://github.com/scop/bash-completion" | 4 | HOMEPAGE = "https://github.com/scop/bash-completion" |
3 | BUGTRACKER = "https://github.com/scop/bash-completion/issues" | 5 | BUGTRACKER = "https://github.com/scop/bash-completion/issues" |
4 | 6 | ||
diff --git a/meta/recipes-support/nettle/nettle_3.6.bb b/meta/recipes-support/nettle/nettle_3.6.bb index 90f8625ae5..7c1b1a2d5c 100644 --- a/meta/recipes-support/nettle/nettle_3.6.bb +++ b/meta/recipes-support/nettle/nettle_3.6.bb | |||
@@ -1,5 +1,8 @@ | |||
1 | SUMMARY = "A low level cryptographic library" | 1 | SUMMARY = "A low level cryptographic library" |
2 | HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/" | 2 | HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/" |
3 | DESCRIPTION = "It tries to solve a problem of providing a common set of \ | ||
4 | cryptographic algorithms for higher-level applications by implementing a \ | ||
5 | context-independent set of cryptographic algorithms" | ||
3 | SECTION = "libs" | 6 | SECTION = "libs" |
4 | LICENSE = "LGPLv3+ | GPLv2+" | 7 | LICENSE = "LGPLv3+ | GPLv2+" |
5 | 8 | ||