]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
meta/recipes: ensure all recipes have a SUMMARY
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 31 Mar 2023 05:26:34 +0000 (07:26 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Apr 2023 12:47:10 +0000 (13:47 +0100)
DESCRIPTION is optional for now; writing good component descriptions
is not easy (but appreciated).

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
44 files changed:
meta/recipes-connectivity/inetutils/inetutils_2.4.bb
meta/recipes-core/images/core-image-ptest-all.bb
meta/recipes-core/images/core-image-ptest-fast.bb
meta/recipes-core/musl/musl-utils.bb
meta/recipes-devtools/createrepo-c/createrepo-c_0.20.1.bb
meta/recipes-devtools/llvm/llvm_git.bb
meta/recipes-devtools/lua/lua_5.4.4.bb
meta/recipes-devtools/python/python3-alabaster_0.7.13.bb
meta/recipes-devtools/python/python3-asn1crypto_1.5.1.bb
meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb
meta/recipes-devtools/python/python3-attrs_22.2.0.bb
meta/recipes-devtools/python/python3-babel_2.12.1.bb
meta/recipes-devtools/python/python3-bcrypt_4.0.1.bb
meta/recipes-devtools/python/python3-dtschema_2023.1.bb
meta/recipes-devtools/python/python3-imagesize_1.4.1.bb
meta/recipes-devtools/python/python3-importlib-metadata_6.2.0.bb
meta/recipes-devtools/python/python3-jinja2_3.1.2.bb
meta/recipes-devtools/python/python3-markupsafe_2.1.2.bb
meta/recipes-devtools/python/python3-more-itertools_9.1.0.bb
meta/recipes-devtools/python/python3-ndg-httpsclient_0.5.1.bb
meta/recipes-devtools/python/python3-packaging_23.0.bb
meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb
meta/recipes-devtools/python/python3-pyelftools_0.29.bb
meta/recipes-devtools/python/python3-pysocks_1.7.1.bb
meta/recipes-devtools/python/python3-requests_2.28.2.bb
meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.2.0.bb
meta/recipes-devtools/python/python3-sphinx_6.1.3.bb
meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.4.bb
meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.2.bb
meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.1.bb
meta/recipes-devtools/python/python3-sphinxcontrib-jsmath_1.0.1.bb
meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.3.bb
meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.5.bb
meta/recipes-devtools/python/python3-zipp_3.15.0.bb
meta/recipes-devtools/rust/cargo_1.68.2.bb
meta/recipes-devtools/rust/rust-cross-canadian.inc
meta/recipes-extended/go-examples/go-helloworld_0.1.bb
meta/recipes-graphics/vulkan/vulkan-samples_git.bb
meta/recipes-kernel/dtc/python3-dtschema-wrapper_2021.10.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22.0.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22.0.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.22.0.bb
meta/recipes-support/libmicrohttpd/libmicrohttpd_0.9.76.bb

index 6519331141ae01821d9bc8d33ec00e2e62f50a2e..bcc3a0258e6cae30108f40ecbdf5a8047e450576 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "The GNU inetutils are a collection of common networking utilities and servers."
 DESCRIPTION = "The GNU inetutils are a collection of common \
 networking utilities and servers including ftp, ftpd, rcp, \
 rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
index c84e653d6eb200881097f3f57a1a2f738d42d8d9..d4edb0fd058353cfa3f83c0ee82150b75a92ea68 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Recipe to trigger execution of all ptest images."
+SUMMARY = "Recipe to trigger execution of all ptest images."
 HOMEPAGE = "https://www.yoctoproject.org/"
 
 LICENSE = "MIT"
index e768afb302b5c0de97d45c859b77d64510746e2b..a5364e6cbf2dd8c72cd8fada7f53d9f9b2de6327 100644 (file)
@@ -1,6 +1,6 @@
 require core-image-ptest-all.bb
 
-DESCRIPTION = "Recipe to trigger execution of all fast ptest images."
+SUMMARY = "Recipe to trigger execution of all fast ptest images."
 
 PTESTS = "${PTESTS_FAST}"
 
index c42dff3a537da1b37f311cacb38504fc1bf4b72b..8280333daf4e466923194fb5f47ffa08ea0c901f 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 2018 Khem Raj <raj.khem@gmail.com>
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "getconf, getent and iconv implementations for musl"
+SUMMARY = "getconf, getent and iconv implementations for musl"
 HOMEPAGE = "https://git.alpinelinux.org/cgit/aports/tree/main/musl"
 LICENSE = "BSD-2-Clause & GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9d08215e611db87b357e8674b4b42564"
index 053198ca5ecd5fb650fb7c57708f30a758aa12e6..1c4cdd5e3c0c70ea2553f49ca2d51390d73f2c3e 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "C implementation of createrepo."
+SUMMARY = "C implementation of createrepo."
 HOMEPAGE = "https://github.com/rpm-software-management/createrepo_c/wiki"
 
 LICENSE = "GPL-2.0-only"
index f617b172310a774c03121a4c28bd78f8074c6448..acf7f4c3d77acc275ac37f3c1f9df4117710a485 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright (C) 2017 Khem Raj <raj.khem@gmail.com>
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "The LLVM Compiler Infrastructure"
+SUMMARY = "The LLVM Compiler Infrastructure"
 HOMEPAGE = "http://llvm.org"
 LICENSE = "Apache-2.0-with-LLVM-exception"
 SECTION = "devel"
index a39d888ec24e5d4fccc9626466e84769ad617b12..4fa5c593cf2cfaffacea95855cf81d137fbbe755 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Lua is a powerful light-weight programming language designed \
+SUMMARY = "Lua is a powerful light-weight programming language designed \
 for extending applications."
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=307;endline=330;md5=79c3f6b19ad05efe24c1681f025026bb"
index 9571137fb617c173fad57b9b65bb507f45f2fd6b..05d59febf0daea33207d7ab05dae9000da6f2997 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It is Python 2+3 compatible."
+SUMMARY = "Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system."
 HOMEPAGE = "https://alabaster.readthedocs.io/en/latest/"
 SECTION = "devel/python"
 LICENSE = "BSD-3-Clause"
index 5fa2ed987cc0d046e8e4e55996c4c5c47bcae5f9..3b8c5f9fc5795a16a70a1d37e087ec3709c3b8bc 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 structures"
+SUMMARY = "A fast, pure Python library for parsing and serializing ASN.1 structures"
 HOMEPAGE = "https://github.com/wbond/asn1crypto"
 SECTION = "devel/python"
 LICENSE = "MIT"
index f706f5d7be91e66756dfc92a9bacc64dad748b14..f29be378e19e6b026e0f5481eddb269c03c73e27 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Powerful Python library for atomic file writes"
+SUMMARY = "Powerful Python library for atomic file writes"
 HOMEPAGE = "https://github.com/untitaker/python-atomicwrites"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4"
index 20dccc6639910e9e844b992bffea29d1d8070428..8c1ff330e7bf78774380d58b62e53c19f671a6d4 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Classes Without Boilerplate"
+SUMMARY = "Classes Without Boilerplate"
 HOMEPAGE = "http://www.attrs.org/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887"
index dfa45fbdf6e0ba5183894d18ab8899688bac5aed..794e1652cd6d68dc500fb67f3f906abec6537ec5 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "A collection of tools for internationalizing Python applications"
+SUMMARY = "A collection of tools for internationalizing Python applications"
 HOMEPAGE = "http://babel.edgewall.org/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0"
index 9f5b81330bb5f50965c60d4ff8544bd0749633f6..21f2eb6ba4602e2dc3d4114df72c8a9e56b89700 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Modern password hashing for your software and your servers."
+SUMMARY = "Modern password hashing for your software and your servers."
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c"
 HOMEPAGE = "https://pypi.org/project/bcrypt/"
index 9767c95d30430b05f4fe9f1587c63fa9bb50a8e0..74ca55cf04c6de46a342549b963d6e303ea6d657 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Tooling for devicetree validation using YAML and jsonschema"
+SUMMARY = "Tooling for devicetree validation using YAML and jsonschema"
 HOMEPAGE = "https://github.com/devicetree-org/dt-schema"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811"
index 34c5a43028f522275715093a30720463a85c409d..4edac0a533e1d44e2e0fa032abe75b021daf2462 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Parses image files’ header and return image size."
+SUMMARY = "Parses image files’ header and return image size."
 HOMEPAGE = "https://github.com/shibukawa/imagesize_py"
 SECTION = "devel/python"
 LICENSE = "MIT"
index b7bc91552e35c111ccd72a39b99ab3126d643dcf..3e9b40ee9d4204a1114a6ceda2fe9d9d1bdfa35a 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Read metadata from Python packages"
+SUMMARY = "Read metadata from Python packages"
 HOMEPAGE = "https://pypi.org/project/importlib-metadata/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
index cd248cc0b4f3ad6cb9ca543c9d3b78fd5258cb85..fa6d930a9c2cf16a985cd40a20ff15128d3b8dd7 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python."
+SUMMARY = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python."
 HOMEPAGE = "https://pypi.org/project/Jinja2/"
 
 LICENSE = "BSD-3-Clause"
index 32420529635bca94c7b7114f57dd4e2a4630cdd0..d150403f8c3c822543ff922a91f3d4662494aaac 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Implements a XML/HTML/XHTML Markup safe string for Python"
+SUMMARY = "Implements a XML/HTML/XHTML Markup safe string for Python"
 HOMEPAGE = "http://github.com/mitsuhiko/markupsafe"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
index f5d107c78dbf44dc2955f0b0d208b939ccdb411c..8c33b7161bc08e043a6c21049969bed4ace110a3 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "More routines for operating on iterables, beyond itertools"
+SUMMARY = "More routines for operating on iterables, beyond itertools"
 HOMEPAGE = "https://github.com/erikrose/more-itertools"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
index 6f3c096cf0ea22520821940a08a058f9109689dc..6a3d6d30ae9cfc4f84e0dec2f4907c6e63dfe042 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"
+SUMMARY = "Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL"
 HOMEPAGE = "https://github.com/cedadev/ndg_httpsclient/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=ce22c0cd986d2de3f7073cd6b5523ae0"
index 7b69c880c14584e052f404cc41f37a7edce3db81..612174f45e08d109856a5b7aabbfb0dd7576c4fc 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Core utilities for Python packages"
+SUMMARY = "Core utilities for Python packages"
 HOMEPAGE = "https://github.com/pypa/packaging"
 LICENSE = "Apache-2.0 | BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
index 673b5c7ef096b1972f0be2c5c31a2ac21525fa82..92285d1d72ff872c18acfa7328e554b1f1867187 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Object-oriented filesystem paths"
+SUMMARY = "Object-oriented filesystem paths"
 HOMEPAGE = "https://github.com/mcmtroffaes/pathlib2"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2dc08586cce3ab91bfa091b655c0e440"
index 2199e9ff8ef34b07fb9d8f2b4c33b5c760db64f2..c55682e2eaff6656ac6dfe21e9fe2f0de29eadd0 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information"
+SUMMARY = "pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information"
 HOMEPAGE = "https://github.com/eliben/pyelftools"
 SECTION = "devel/python"
 LICENSE = "PD"
index 914440170319ed902062d002f3c533db3fd9320b..b77bf0fb8d854100a56d4a0c1e27cdef88500a27 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "A Python SOCKS client module"
+SUMMARY = "A Python SOCKS client module"
 HOMEPAGE = "http://python-requests.org"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16"
index 2f397ddaadf279b67ed3631ae159a4cdc3583cc1..8ab1ec012121a8e35c8fa8e464710b969d821bf1 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Python HTTP for Humans."
+SUMMARY = "Python HTTP for Humans."
 HOMEPAGE = "http://python-requests.org"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
index 0845646978b94e3256994e3e57a964ee03645a15..e8a422b2e795a3cf507c4957b4eb1599136b2f04 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Sphinx Theme reader"
+SUMMARY = "Sphinx Theme reader"
 HOMEPAGE = "https://github.com/readthedocs/sphinx_rtd_theme"
 SECTION = "devel/python"
 LICENSE = "MIT & OFL-1.1"
index f75988a6a0dd695d7675765c168da3f0694afffb..0de19af8d9a6b2b8629cedd2c289a092b214b294 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Python documentation generator"
+SUMMARY = "Python documentation generator"
 HOMEPAGE = "http://sphinx-doc.org/"
 SECTION = "devel/python"
 LICENSE = "BSD-2-Clause & MIT & BSD-3-Clause"
index 4d14216c5243aceb2ac79d651cae822ccf7e9690..e352601466d306d5f672f094ab301a269da9fbd7 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
+SUMMARY = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
 HOMEPAGE = "https://www.sphinx-doc.org"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c7715857042d4c8c0105999ca0c072c5"
index 7b7bda7807166a6a0b78315a4f05c06384fe6c9e..0d034366e7ad631dded7df86b67f651941fd092a 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
+SUMMARY = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
 HOMEPAGE = "https://www.sphinx-doc.org"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fd30d9972a142c857a80c9f312e92b93"
index 39589881daacb46952d39d544905b881f536affe..bf034fb6849571cb84a09ea23d9df376eacf5ad3 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
+SUMMARY = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
 HOMEPAGE = "https://www.sphinx-doc.org"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=24dce5ef6a13563241c24bc366f48886"
index 863458a1dc5bc022fb464c2b6f13408a09281232..7c11cfeec53587907a4b32dbd99b2e0cc22b133d 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "A sphinx extension which renders display math in HTML via JavaScript"
+SUMMARY = "A sphinx extension which renders display math in HTML via JavaScript"
 HOMEPAGE = "https://www.sphinx-doc.org"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f0064c10bd544bcffccbc67a41c108d3"
index 8ebfbba7410e4a024c5248cca05e1f8f75c51210..41d2b6187b7c816c474f117a3bdf3d0922f9e580 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Is a sphinx extension which outputs QtHelp document."
+SUMMARY = "Is a sphinx extension which outputs QtHelp document."
 HOMEPAGE = "http://babel.edgewall.org/"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f7a83b72ea86d04827575ec0b63430eb"
index 71dde37593f835dceff857932404d66258a8fb0c..7fa6d8aeb7a4bf51fbdeb333f12122dc94959c4a 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = 'sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).'
+SUMMARY = 'sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle).'
 HOMEPAGE = "https://www.sphinx-doc.org"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=32a84ac5cd3bbd10c4d479233ad588b6"
index 5b42dd8139b310bed7961bf4edc3aabe5a10baa8..45654ff6f1c8b35fcfe10d4087bf0ca97d22ead9 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Backport of pathlib-compatible object wrapper for zip files"
+SUMMARY = "Backport of pathlib-compatible object wrapper for zip files"
 HOMEPAGE = "https://github.com/jaraco/zipp"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
index 2b2394e898b55807899e6a0518153e4cec62c12e..a5c106410663402e4c321359036daa6b9c54ca92 100644 (file)
@@ -1,4 +1,4 @@
-SUMMARY ?= "Cargo, a package manager for Rust."
+SUMMARY = "Cargo, a package manager for Rust."
 HOMEPAGE = "https://crates.io"
 LICENSE = "MIT | Apache-2.0"
 SECTION = "devel"
index 17f933959f5fe8c0afaeda46714eaf45bbc4f4d7..8d0dc6a4e2639f47b91635f2f7307d9f3c21609f 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "Rust compiler and runtime libaries (cross-canadian for ${TARGET_ARCH} target)"
 PN = "rust-cross-canadian-${TRANSLATED_TARGET_ARCH}"
 
 inherit rust-target-config
index d0de035921f6876c8505ba72953e6ce08a7a6d0d..5483ecc307b7c2891852e2d497823e50d6b39f24 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "This is a simple example recipe that cross-compiles a Go program."
+SUMMARY = "This is a simple example recipe that cross-compiles a Go program."
 SECTION = "examples"
 HOMEPAGE = "https://golang.org/"
 
index 05babf4c91e00f422263e287c10aa29ab860a73b..7e70cf1f040235adb1eeac8ca12cec41e23ae242 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "The Vulkan Samples is collection of resources to help develop optimized Vulkan applications."
+SUMMARY = "The Vulkan Samples is collection of resources to help develop optimized Vulkan applications."
 HOMEPAGE = "https://www.khronos.org/vulkan/"
 BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Samples/issues"
 LICENSE = "Apache-2.0"
index c869274d09fafe139ea996980d3f3216bb0450fa..974fcba876a447da5c0fde158ac0a2197b4a72cb 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "Wrapper for tooling for devicetree validation using YAML and jsonschema"
+SUMMARY = "Wrapper for tooling for devicetree validation using YAML and jsonschema"
 HOMEPAGE = "https://yoctoproject.org"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
index b9fc17f3e954cc3c9d73d9301831bbf18793dea5..bb6bcb45b0599234353b18ec4055fb4e3e5befa2 100644 (file)
@@ -1,7 +1,7 @@
 require gstreamer1.0-plugins-common.inc
 require gstreamer1.0-plugins-license.inc
 
-DESCRIPTION = "'Bad' GStreamer plugins and helper libraries "
+SUMMARY = "'Bad' GStreamer plugins and helper libraries "
 HOMEPAGE = "https://gstreamer.freedesktop.org/"
 BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues"
 
index 01ef63c104f3a1ced34330dc07888bc8bcf6f972..91c072accd8a77d9f31d18b3c1ec765e5c6dca67 100644 (file)
@@ -1,6 +1,6 @@
 require gstreamer1.0-plugins-common.inc
 
-DESCRIPTION = "'Base' GStreamer plugins and helper libraries"
+SUMMARY = "'Base' GStreamer plugins and helper libraries"
 HOMEPAGE = "https://gstreamer.freedesktop.org/"
 BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues"
 LICENSE = "LGPL-2.1-or-later"
index ef4d82c598f28ab449ff2e85e477b99cd88992d6..67a6a2240483182c47b7dc0d8d6142f1ffe5fc84 100644 (file)
@@ -1,6 +1,6 @@
 require gstreamer1.0-plugins-common.inc
 
-DESCRIPTION = "'Good' GStreamer plugins"
+SUMMARY = "'Good' GStreamer plugins"
 HOMEPAGE = "https://gstreamer.freedesktop.org/"
 BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues"
 
index 9c384fea5c505ab222ba1db4175b09f1114cd4c6..35baaea304346711cffd398a0128fda4d07c96fa 100644 (file)
@@ -1,7 +1,7 @@
 require gstreamer1.0-plugins-common.inc
 require gstreamer1.0-plugins-license.inc
 
-DESCRIPTION = "'Ugly GStreamer plugins"
+SUMMARY = "'Ugly GStreamer plugins"
 HOMEPAGE = "https://gstreamer.freedesktop.org/"
 BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/issues"
 
index 7bd66f63cf2c4c7d02a4813f5590108b0f7054cb..9dff970663024df464ca221cfd4483b10ae0df5b 100644 (file)
@@ -1,4 +1,4 @@
-DESCRIPTION = "A small C library that is supposed to make it easy to run an HTTP server as part of another application"
+SUMMARY = "A small C library that is supposed to make it easy to run an HTTP server as part of another application"
 HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/"
 LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=57d09285feac8a64efa878e692b14f36"