summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2020-12-15 23:32:01 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-18 22:52:25 +0000
commit98045767ea3ae31539ade2e29f278714ff8ea87b (patch)
tree842f71c844683b10632ad4af3b97ec648d061da8
parent72329ca9397b620670ff0cb2d48313f18d757884 (diff)
downloadpoky-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.bb4
-rw-r--r--meta/recipes-support/aspell/aspell_0.60.8.bb4
-rw-r--r--meta/recipes-support/atk/at-spi2-core_2.38.0.bb2
-rw-r--r--meta/recipes-support/attr/acl_2.2.53.bb2
-rw-r--r--meta/recipes-support/attr/attr.inc4
-rw-r--r--meta/recipes-support/bash-completion/bash-completion_2.11.bb2
-rw-r--r--meta/recipes-support/nettle/nettle_3.6.bb3
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 @@
1SUMMARY = "Apache Portable Runtime (APR) library" 1SUMMARY = "Apache Portable Runtime (APR) library"
2DESCRIPTION = "The Apache Portable Runtime (APR) is a supporting library for the \
3Apache web server. It provides a set of APIs that map to the underlying \
4operating system (OS). Where the OS does not support a particular function, \
5APR will provide an emulation."
2HOMEPAGE = "http://apr.apache.org/" 6HOMEPAGE = "http://apr.apache.org/"
3SECTION = "libs" 7SECTION = "libs"
4DEPENDS = "util-linux" 8DEPENDS = "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 @@
1SUMMARY = "GNU Aspell spell-checker" 1SUMMARY = "GNU Aspell spell-checker"
2DESCRIPTION = "GNU Aspell is a spell-checker which can be used either as a \
3standalone application or embedded in other programs. Its main feature is that \
4it does a much better job of suggesting possible spellings than just about any \
5other spell-checker available for the English language"
2SECTION = "console/utils" 6SECTION = "console/utils"
3 7
4LICENSE = "LGPLv2 | LGPLv2.1" 8LICENSE = "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 @@
1SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" 1SUMMARY = "Assistive Technology Service Provider Interface (dbus core)"
2DESCRIPTION = "At-Spi2 is a protocol over DBus, toolkit widgets use it to \
3provide their content to screen readers such as Orca."
2HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus" 4HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus"
3LICENSE = "LGPL-2.1+" 5LICENSE = "LGPL-2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 6LIC_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 @@
1SUMMARY = "Utilities for managing POSIX Access Control Lists" 1SUMMARY = "Utilities for managing POSIX Access Control Lists"
2HOMEPAGE = "http://savannah.nongnu.org/projects/acl/" 2HOMEPAGE = "http://savannah.nongnu.org/projects/acl/"
3DESCRIPTION = "ACL allows you to provide different levels of access to files \
4and folders for different users."
3SECTION = "libs" 5SECTION = "libs"
4 6
5LICENSE = "LGPLv2.1+ & GPLv2+" 7LICENSE = "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 @@
1SUMMARY = "Utilities for manipulating filesystem extended attributes" 1SUMMARY = "Utilities for manipulating filesystem extended attributes"
2DESCRIPTION = "A set of tools for manipulating extended attributes on filesystem \
3objects, in particular getfattr(1) and setfattr(1). An attr(1) command \
4is also provided which is largely compatible with the SGI IRIX tool of \
5the same name."
2HOMEPAGE = "http://savannah.nongnu.org/projects/attr/" 6HOMEPAGE = "http://savannah.nongnu.org/projects/attr/"
3SECTION = "libs" 7SECTION = "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 @@
1SUMMARY = "Programmable Completion for Bash 4" 1SUMMARY = "Programmable Completion for Bash 4"
2DESCRIPTION = "bash completion extends bash's standard completion behavior to \
3achieve complex command lines with just a few keystrokes."
2HOMEPAGE = "https://github.com/scop/bash-completion" 4HOMEPAGE = "https://github.com/scop/bash-completion"
3BUGTRACKER = "https://github.com/scop/bash-completion/issues" 5BUGTRACKER = "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 @@
1SUMMARY = "A low level cryptographic library" 1SUMMARY = "A low level cryptographic library"
2HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/" 2HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/"
3DESCRIPTION = "It tries to solve a problem of providing a common set of \
4cryptographic algorithms for higher-level applications by implementing a \
5context-independent set of cryptographic algorithms"
3SECTION = "libs" 6SECTION = "libs"
4LICENSE = "LGPLv3+ | GPLv2+" 7LICENSE = "LGPLv3+ | GPLv2+"
5 8