diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-03-31 07:26:34 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 13:53:44 +0100 |
commit | 9f96e494687f513509e52c645bbcb86dfdf2c4f9 (patch) | |
tree | 1a39d3ba7f8ba5b8ef508c9f90a20bd31bcf7c14 /meta | |
parent | ba94f9a3b1960cc0fdc831c20a9d2f8ad289f307 (diff) | |
download | poky-9f96e494687f513509e52c645bbcb86dfdf2c4f9.tar.gz |
meta/recipes: ensure all recipes have a SUMMARY
DESCRIPTION is optional for now; writing good component descriptions
is not easy (but appreciated).
(From OE-Core rev: 9ce4f9248db3db70732d886a18ea355f321bd49d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
44 files changed, 44 insertions, 42 deletions
diff --git a/meta/recipes-connectivity/inetutils/inetutils_2.4.bb b/meta/recipes-connectivity/inetutils/inetutils_2.4.bb index 6519331141..bcc3a0258e 100644 --- a/meta/recipes-connectivity/inetutils/inetutils_2.4.bb +++ b/meta/recipes-connectivity/inetutils/inetutils_2.4.bb | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "The GNU inetutils are a collection of common networking utilities and servers." | ||
1 | DESCRIPTION = "The GNU inetutils are a collection of common \ | 2 | DESCRIPTION = "The GNU inetutils are a collection of common \ |
2 | networking utilities and servers including ftp, ftpd, rcp, \ | 3 | networking utilities and servers including ftp, ftpd, rcp, \ |
3 | rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \ | 4 | rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \ |
diff --git a/meta/recipes-core/images/core-image-ptest-all.bb b/meta/recipes-core/images/core-image-ptest-all.bb index c84e653d6e..d4edb0fd05 100644 --- a/meta/recipes-core/images/core-image-ptest-all.bb +++ b/meta/recipes-core/images/core-image-ptest-all.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Recipe to trigger execution of all ptest images." | 1 | SUMMARY = "Recipe to trigger execution of all ptest images." |
2 | HOMEPAGE = "https://www.yoctoproject.org/" | 2 | HOMEPAGE = "https://www.yoctoproject.org/" |
3 | 3 | ||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
diff --git a/meta/recipes-core/images/core-image-ptest-fast.bb b/meta/recipes-core/images/core-image-ptest-fast.bb index e768afb302..a5364e6cbf 100644 --- a/meta/recipes-core/images/core-image-ptest-fast.bb +++ b/meta/recipes-core/images/core-image-ptest-fast.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require core-image-ptest-all.bb | 1 | require core-image-ptest-all.bb |
2 | 2 | ||
3 | DESCRIPTION = "Recipe to trigger execution of all fast ptest images." | 3 | SUMMARY = "Recipe to trigger execution of all fast ptest images." |
4 | 4 | ||
5 | PTESTS = "${PTESTS_FAST}" | 5 | PTESTS = "${PTESTS_FAST}" |
6 | 6 | ||
diff --git a/meta/recipes-core/musl/musl-utils.bb b/meta/recipes-core/musl/musl-utils.bb index c42dff3a53..8280333daf 100644 --- a/meta/recipes-core/musl/musl-utils.bb +++ b/meta/recipes-core/musl/musl-utils.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # Copyright (C) 2018 Khem Raj <raj.khem@gmail.com> | 1 | # Copyright (C) 2018 Khem Raj <raj.khem@gmail.com> |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | DESCRIPTION = "getconf, getent and iconv implementations for musl" | 4 | SUMMARY = "getconf, getent and iconv implementations for musl" |
5 | HOMEPAGE = "https://git.alpinelinux.org/cgit/aports/tree/main/musl" | 5 | HOMEPAGE = "https://git.alpinelinux.org/cgit/aports/tree/main/musl" |
6 | LICENSE = "BSD-2-Clause & GPL-2.0-or-later" | 6 | LICENSE = "BSD-2-Clause & GPL-2.0-or-later" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9d08215e611db87b357e8674b4b42564" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=9d08215e611db87b357e8674b4b42564" |
diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_0.20.1.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_0.20.1.bb index 053198ca5e..1c4cdd5e3c 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c_0.20.1.bb +++ b/meta/recipes-devtools/createrepo-c/createrepo-c_0.20.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "C implementation of createrepo." | 1 | SUMMARY = "C implementation of createrepo." |
2 | HOMEPAGE = "https://github.com/rpm-software-management/createrepo_c/wiki" | 2 | HOMEPAGE = "https://github.com/rpm-software-management/createrepo_c/wiki" |
3 | 3 | ||
4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index f617b17231..acf7f4c3d7 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # Copyright (C) 2017 Khem Raj <raj.khem@gmail.com> | 1 | # Copyright (C) 2017 Khem Raj <raj.khem@gmail.com> |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | DESCRIPTION = "The LLVM Compiler Infrastructure" | 4 | SUMMARY = "The LLVM Compiler Infrastructure" |
5 | HOMEPAGE = "http://llvm.org" | 5 | HOMEPAGE = "http://llvm.org" |
6 | LICENSE = "Apache-2.0-with-LLVM-exception" | 6 | LICENSE = "Apache-2.0-with-LLVM-exception" |
7 | SECTION = "devel" | 7 | SECTION = "devel" |
diff --git a/meta/recipes-devtools/lua/lua_5.4.4.bb b/meta/recipes-devtools/lua/lua_5.4.4.bb index a39d888ec2..4fa5c593cf 100644 --- a/meta/recipes-devtools/lua/lua_5.4.4.bb +++ b/meta/recipes-devtools/lua/lua_5.4.4.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Lua is a powerful light-weight programming language designed \ | 1 | SUMMARY = "Lua is a powerful light-weight programming language designed \ |
2 | for extending applications." | 2 | for extending applications." |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=307;endline=330;md5=79c3f6b19ad05efe24c1681f025026bb" | 4 | LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=307;endline=330;md5=79c3f6b19ad05efe24c1681f025026bb" |
diff --git a/meta/recipes-devtools/python/python3-alabaster_0.7.13.bb b/meta/recipes-devtools/python/python3-alabaster_0.7.13.bb index 9571137fb6..05d59febf0 100644 --- a/meta/recipes-devtools/python/python3-alabaster_0.7.13.bb +++ b/meta/recipes-devtools/python/python3-alabaster_0.7.13.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It is Python 2+3 compatible." | 1 | SUMMARY = "Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system." |
2 | HOMEPAGE = "https://alabaster.readthedocs.io/en/latest/" | 2 | HOMEPAGE = "https://alabaster.readthedocs.io/en/latest/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
diff --git a/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb b/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb index 5fa2ed987c..3b8c5f9fc5 100644 --- a/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb +++ b/meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 structures" | 1 | SUMMARY = "A fast, pure Python library for parsing and serializing ASN.1 structures" |
2 | HOMEPAGE = "https://github.com/wbond/asn1crypto" | 2 | HOMEPAGE = "https://github.com/wbond/asn1crypto" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
diff --git a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb index f706f5d7be..f29be378e1 100644 --- a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb +++ b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Powerful Python library for atomic file writes" | 1 | SUMMARY = "Powerful Python library for atomic file writes" |
2 | HOMEPAGE = "https://github.com/untitaker/python-atomicwrites" | 2 | HOMEPAGE = "https://github.com/untitaker/python-atomicwrites" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4" |
diff --git a/meta/recipes-devtools/python/python3-attrs_22.2.0.bb b/meta/recipes-devtools/python/python3-attrs_22.2.0.bb index 20dccc6639..8c1ff330e7 100644 --- a/meta/recipes-devtools/python/python3-attrs_22.2.0.bb +++ b/meta/recipes-devtools/python/python3-attrs_22.2.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Classes Without Boilerplate" | 1 | SUMMARY = "Classes Without Boilerplate" |
2 | HOMEPAGE = "http://www.attrs.org/" | 2 | HOMEPAGE = "http://www.attrs.org/" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887" |
diff --git a/meta/recipes-devtools/python/python3-babel_2.12.1.bb b/meta/recipes-devtools/python/python3-babel_2.12.1.bb index dfa45fbdf6..794e1652cd 100644 --- a/meta/recipes-devtools/python/python3-babel_2.12.1.bb +++ b/meta/recipes-devtools/python/python3-babel_2.12.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "A collection of tools for internationalizing Python applications" | 1 | SUMMARY = "A collection of tools for internationalizing Python applications" |
2 | HOMEPAGE = "http://babel.edgewall.org/" | 2 | HOMEPAGE = "http://babel.edgewall.org/" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0" |
diff --git a/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb b/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb index 9f5b81330b..21f2eb6ba4 100644 --- a/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb +++ b/meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Modern password hashing for your software and your servers." | 1 | SUMMARY = "Modern password hashing for your software and your servers." |
2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" |
4 | HOMEPAGE = "https://pypi.org/project/bcrypt/" | 4 | HOMEPAGE = "https://pypi.org/project/bcrypt/" |
diff --git a/meta/recipes-devtools/python/python3-dtschema_2023.1.bb b/meta/recipes-devtools/python/python3-dtschema_2023.1.bb index 9767c95d30..74ca55cf04 100644 --- a/meta/recipes-devtools/python/python3-dtschema_2023.1.bb +++ b/meta/recipes-devtools/python/python3-dtschema_2023.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Tooling for devicetree validation using YAML and jsonschema" | 1 | SUMMARY = "Tooling for devicetree validation using YAML and jsonschema" |
2 | HOMEPAGE = "https://github.com/devicetree-org/dt-schema" | 2 | HOMEPAGE = "https://github.com/devicetree-org/dt-schema" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811" |
diff --git a/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb b/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb index 34c5a43028..4edac0a533 100644 --- a/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb +++ b/meta/recipes-devtools/python/python3-imagesize_1.4.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Parses image files’ header and return image size." | 1 | SUMMARY = "Parses image files’ header and return image size." |
2 | HOMEPAGE = "https://github.com/shibukawa/imagesize_py" | 2 | HOMEPAGE = "https://github.com/shibukawa/imagesize_py" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_6.2.0.bb b/meta/recipes-devtools/python/python3-importlib-metadata_6.2.0.bb index b7bc91552e..3e9b40ee9d 100644 --- a/meta/recipes-devtools/python/python3-importlib-metadata_6.2.0.bb +++ b/meta/recipes-devtools/python/python3-importlib-metadata_6.2.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Read metadata from Python packages" | 1 | SUMMARY = "Read metadata from Python packages" |
2 | HOMEPAGE = "https://pypi.org/project/importlib-metadata/" | 2 | HOMEPAGE = "https://pypi.org/project/importlib-metadata/" |
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
diff --git a/meta/recipes-devtools/python/python3-jinja2_3.1.2.bb b/meta/recipes-devtools/python/python3-jinja2_3.1.2.bb index cd248cc0b4..fa6d930a9c 100644 --- a/meta/recipes-devtools/python/python3-jinja2_3.1.2.bb +++ b/meta/recipes-devtools/python/python3-jinja2_3.1.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." | 1 | SUMMARY = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python." |
2 | HOMEPAGE = "https://pypi.org/project/Jinja2/" | 2 | HOMEPAGE = "https://pypi.org/project/Jinja2/" |
3 | 3 | ||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb index 3242052963..d150403f8c 100644 --- a/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb +++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Implements a XML/HTML/XHTML Markup safe string for Python" | 1 | SUMMARY = "Implements a XML/HTML/XHTML Markup safe string for Python" |
2 | HOMEPAGE = "http://github.com/mitsuhiko/markupsafe" | 2 | HOMEPAGE = "http://github.com/mitsuhiko/markupsafe" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" |
diff --git a/meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb b/meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb index f5d107c78d..8c33b7161b 100644 --- a/meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb +++ b/meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "More routines for operating on iterables, beyond itertools" | 1 | SUMMARY = "More routines for operating on iterables, beyond itertools" |
2 | HOMEPAGE = "https://github.com/erikrose/more-itertools" | 2 | HOMEPAGE = "https://github.com/erikrose/more-itertools" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" |
diff --git a/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb b/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb index 6f3c096cf0..6a3d6d30ae 100644 --- a/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb +++ b/meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL" | 1 | SUMMARY = "Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL" |
2 | HOMEPAGE = "https://github.com/cedadev/ndg_httpsclient/" | 2 | HOMEPAGE = "https://github.com/cedadev/ndg_httpsclient/" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=ce22c0cd986d2de3f7073cd6b5523ae0" | 4 | LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=ce22c0cd986d2de3f7073cd6b5523ae0" |
diff --git a/meta/recipes-devtools/python/python3-packaging_23.0.bb b/meta/recipes-devtools/python/python3-packaging_23.0.bb index 7b69c880c1..612174f45e 100644 --- a/meta/recipes-devtools/python/python3-packaging_23.0.bb +++ b/meta/recipes-devtools/python/python3-packaging_23.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Core utilities for Python packages" | 1 | SUMMARY = "Core utilities for Python packages" |
2 | HOMEPAGE = "https://github.com/pypa/packaging" | 2 | HOMEPAGE = "https://github.com/pypa/packaging" |
3 | LICENSE = "Apache-2.0 | BSD-2-Clause" | 3 | LICENSE = "Apache-2.0 | BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" |
diff --git a/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb b/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb index 673b5c7ef0..92285d1d72 100644 --- a/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb +++ b/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Object-oriented filesystem paths" | 1 | SUMMARY = "Object-oriented filesystem paths" |
2 | HOMEPAGE = "https://github.com/mcmtroffaes/pathlib2" | 2 | HOMEPAGE = "https://github.com/mcmtroffaes/pathlib2" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2dc08586cce3ab91bfa091b655c0e440" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2dc08586cce3ab91bfa091b655c0e440" |
diff --git a/meta/recipes-devtools/python/python3-pyelftools_0.29.bb b/meta/recipes-devtools/python/python3-pyelftools_0.29.bb index 2199e9ff8e..c55682e2ea 100644 --- a/meta/recipes-devtools/python/python3-pyelftools_0.29.bb +++ b/meta/recipes-devtools/python/python3-pyelftools_0.29.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information" | 1 | SUMMARY = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information" |
2 | HOMEPAGE = "https://github.com/eliben/pyelftools" | 2 | HOMEPAGE = "https://github.com/eliben/pyelftools" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "PD" | 4 | LICENSE = "PD" |
diff --git a/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb b/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb index 9144401703..b77bf0fb8d 100644 --- a/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb +++ b/meta/recipes-devtools/python/python3-pysocks_1.7.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "A Python SOCKS client module" | 1 | SUMMARY = "A Python SOCKS client module" |
2 | HOMEPAGE = "http://python-requests.org" | 2 | HOMEPAGE = "http://python-requests.org" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16" |
diff --git a/meta/recipes-devtools/python/python3-requests_2.28.2.bb b/meta/recipes-devtools/python/python3-requests_2.28.2.bb index 2f397ddaad..8ab1ec0121 100644 --- a/meta/recipes-devtools/python/python3-requests_2.28.2.bb +++ b/meta/recipes-devtools/python/python3-requests_2.28.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Python HTTP for Humans." | 1 | SUMMARY = "Python HTTP for Humans." |
2 | HOMEPAGE = "http://python-requests.org" | 2 | HOMEPAGE = "http://python-requests.org" |
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
diff --git a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb index 0845646978..e8a422b2e7 100644 --- a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Sphinx Theme reader" | 1 | SUMMARY = "Sphinx Theme reader" |
2 | HOMEPAGE = "https://github.com/readthedocs/sphinx_rtd_theme" | 2 | HOMEPAGE = "https://github.com/readthedocs/sphinx_rtd_theme" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "MIT & OFL-1.1" | 4 | LICENSE = "MIT & OFL-1.1" |
diff --git a/meta/recipes-devtools/python/python3-sphinx_6.1.3.bb b/meta/recipes-devtools/python/python3-sphinx_6.1.3.bb index f75988a6a0..0de19af8d9 100644 --- a/meta/recipes-devtools/python/python3-sphinx_6.1.3.bb +++ b/meta/recipes-devtools/python/python3-sphinx_6.1.3.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Python documentation generator" | 1 | SUMMARY = "Python documentation generator" |
2 | HOMEPAGE = "http://sphinx-doc.org/" | 2 | HOMEPAGE = "http://sphinx-doc.org/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "BSD-2-Clause & MIT & BSD-3-Clause" | 4 | LICENSE = "BSD-2-Clause & MIT & BSD-3-Clause" |
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb index 4d14216c52..e352601466 100644 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books" | 1 | SUMMARY = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books" |
2 | HOMEPAGE = "https://www.sphinx-doc.org" | 2 | HOMEPAGE = "https://www.sphinx-doc.org" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c7715857042d4c8c0105999ca0c072c5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c7715857042d4c8c0105999ca0c072c5" |
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.2.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.2.bb index 7b7bda7807..0d034366e7 100644 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.2.bb +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document." | 1 | SUMMARY = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document." |
2 | HOMEPAGE = "https://www.sphinx-doc.org" | 2 | HOMEPAGE = "https://www.sphinx-doc.org" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd30d9972a142c857a80c9f312e92b93" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fd30d9972a142c857a80c9f312e92b93" |
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb index 39589881da..bf034fb684 100644 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files" | 1 | SUMMARY = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files" |
2 | HOMEPAGE = "https://www.sphinx-doc.org" | 2 | HOMEPAGE = "https://www.sphinx-doc.org" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=24dce5ef6a13563241c24bc366f48886" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=24dce5ef6a13563241c24bc366f48886" |
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb index 863458a1dc..7c11cfeec5 100644 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "A sphinx extension which renders display math in HTML via JavaScript" | 1 | SUMMARY = "A sphinx extension which renders display math in HTML via JavaScript" |
2 | HOMEPAGE = "https://www.sphinx-doc.org" | 2 | HOMEPAGE = "https://www.sphinx-doc.org" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0064c10bd544bcffccbc67a41c108d3" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f0064c10bd544bcffccbc67a41c108d3" |
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.3.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.3.bb index 8ebfbba741..41d2b6187b 100644 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.3.bb +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.3.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Is a sphinx extension which outputs QtHelp document." | 1 | SUMMARY = "Is a sphinx extension which outputs QtHelp document." |
2 | HOMEPAGE = "http://babel.edgewall.org/" | 2 | HOMEPAGE = "http://babel.edgewall.org/" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f7a83b72ea86d04827575ec0b63430eb" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f7a83b72ea86d04827575ec0b63430eb" |
diff --git a/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.5.bb b/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.5.bb index 71dde37593..7fa6d8aeb7 100644 --- a/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.5.bb +++ b/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.5.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = 'sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).' | 1 | SUMMARY = 'sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).' |
2 | HOMEPAGE = "https://www.sphinx-doc.org" | 2 | HOMEPAGE = "https://www.sphinx-doc.org" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=32a84ac5cd3bbd10c4d479233ad588b6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=32a84ac5cd3bbd10c4d479233ad588b6" |
diff --git a/meta/recipes-devtools/python/python3-zipp_3.15.0.bb b/meta/recipes-devtools/python/python3-zipp_3.15.0.bb index 5b42dd8139..45654ff6f1 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.15.0.bb +++ b/meta/recipes-devtools/python/python3-zipp_3.15.0.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Backport of pathlib-compatible object wrapper for zip files" | 1 | SUMMARY = "Backport of pathlib-compatible object wrapper for zip files" |
2 | HOMEPAGE = "https://github.com/jaraco/zipp" | 2 | HOMEPAGE = "https://github.com/jaraco/zipp" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" |
diff --git a/meta/recipes-devtools/rust/cargo_1.68.2.bb b/meta/recipes-devtools/rust/cargo_1.68.2.bb index 2b2394e898..a5c1064106 100644 --- a/meta/recipes-devtools/rust/cargo_1.68.2.bb +++ b/meta/recipes-devtools/rust/cargo_1.68.2.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | SUMMARY ?= "Cargo, a package manager for Rust." | 1 | SUMMARY = "Cargo, a package manager for Rust." |
2 | HOMEPAGE = "https://crates.io" | 2 | HOMEPAGE = "https://crates.io" |
3 | LICENSE = "MIT | Apache-2.0" | 3 | LICENSE = "MIT | Apache-2.0" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
diff --git a/meta/recipes-devtools/rust/rust-cross-canadian.inc b/meta/recipes-devtools/rust/rust-cross-canadian.inc index 17f933959f..8d0dc6a4e2 100644 --- a/meta/recipes-devtools/rust/rust-cross-canadian.inc +++ b/meta/recipes-devtools/rust/rust-cross-canadian.inc | |||
@@ -1,3 +1,4 @@ | |||
1 | SUMMARY = "Rust compiler and runtime libaries (cross-canadian for ${TARGET_ARCH} target)" | ||
1 | PN = "rust-cross-canadian-${TRANSLATED_TARGET_ARCH}" | 2 | PN = "rust-cross-canadian-${TRANSLATED_TARGET_ARCH}" |
2 | 3 | ||
3 | inherit rust-target-config | 4 | inherit rust-target-config |
diff --git a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb index d0de035921..5483ecc307 100644 --- a/meta/recipes-extended/go-examples/go-helloworld_0.1.bb +++ b/meta/recipes-extended/go-examples/go-helloworld_0.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "This is a simple example recipe that cross-compiles a Go program." | 1 | SUMMARY = "This is a simple example recipe that cross-compiles a Go program." |
2 | SECTION = "examples" | 2 | SECTION = "examples" |
3 | HOMEPAGE = "https://golang.org/" | 3 | HOMEPAGE = "https://golang.org/" |
4 | 4 | ||
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb index 05babf4c91..7e70cf1f04 100644 --- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb +++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "The Vulkan Samples is collection of resources to help develop optimized Vulkan applications." | 1 | SUMMARY = "The Vulkan Samples is collection of resources to help develop optimized Vulkan applications." |
2 | HOMEPAGE = "https://www.khronos.org/vulkan/" | 2 | HOMEPAGE = "https://www.khronos.org/vulkan/" |
3 | BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Samples/issues" | 3 | BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Samples/issues" |
4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
diff --git a/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb b/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb index c869274d09..974fcba876 100644 --- a/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb +++ b/meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "Wrapper for tooling for devicetree validation using YAML and jsonschema" | 1 | SUMMARY = "Wrapper for tooling for devicetree validation using YAML and jsonschema" |
2 | HOMEPAGE = "https://yoctoproject.org" | 2 | HOMEPAGE = "https://yoctoproject.org" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.bb index b9fc17f3e9..bb6bcb45b0 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require gstreamer1.0-plugins-common.inc | 1 | require gstreamer1.0-plugins-common.inc |
2 | require gstreamer1.0-plugins-license.inc | 2 | require gstreamer1.0-plugins-license.inc |
3 | 3 | ||
4 | DESCRIPTION = "'Bad' GStreamer plugins and helper libraries " | 4 | SUMMARY = "'Bad' GStreamer plugins and helper libraries " |
5 | HOMEPAGE = "https://gstreamer.freedesktop.org/" | 5 | HOMEPAGE = "https://gstreamer.freedesktop.org/" |
6 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues" | 6 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues" |
7 | 7 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.bb index 01ef63c104..91c072accd 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require gstreamer1.0-plugins-common.inc | 1 | require gstreamer1.0-plugins-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "'Base' GStreamer plugins and helper libraries" | 3 | SUMMARY = "'Base' GStreamer plugins and helper libraries" |
4 | HOMEPAGE = "https://gstreamer.freedesktop.org/" | 4 | HOMEPAGE = "https://gstreamer.freedesktop.org/" |
5 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues" | 5 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues" |
6 | LICENSE = "LGPL-2.1-or-later" | 6 | LICENSE = "LGPL-2.1-or-later" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb index ef4d82c598..67a6a22404 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require gstreamer1.0-plugins-common.inc | 1 | require gstreamer1.0-plugins-common.inc |
2 | 2 | ||
3 | DESCRIPTION = "'Good' GStreamer plugins" | 3 | SUMMARY = "'Good' GStreamer plugins" |
4 | HOMEPAGE = "https://gstreamer.freedesktop.org/" | 4 | HOMEPAGE = "https://gstreamer.freedesktop.org/" |
5 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues" | 5 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues" |
6 | 6 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.0.bb index 9c384fea5c..35baaea304 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require gstreamer1.0-plugins-common.inc | 1 | require gstreamer1.0-plugins-common.inc |
2 | require gstreamer1.0-plugins-license.inc | 2 | require gstreamer1.0-plugins-license.inc |
3 | 3 | ||
4 | DESCRIPTION = "'Ugly GStreamer plugins" | 4 | SUMMARY = "'Ugly GStreamer plugins" |
5 | HOMEPAGE = "https://gstreamer.freedesktop.org/" | 5 | HOMEPAGE = "https://gstreamer.freedesktop.org/" |
6 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/issues" | 6 | BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/issues" |
7 | 7 | ||
diff --git a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb index 7bd66f63cf..9dff970663 100644 --- a/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb +++ b/meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | DESCRIPTION = "A small C library that is supposed to make it easy to run an HTTP server as part of another application" | 1 | SUMMARY = "A small C library that is supposed to make it easy to run an HTTP server as part of another application" |
2 | HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/" | 2 | HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/" |
3 | LICENSE = "LGPL-2.1-or-later" | 3 | LICENSE = "LGPL-2.1-or-later" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=57d09285feac8a64efa878e692b14f36" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=57d09285feac8a64efa878e692b14f36" |