1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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>
This commit is contained in:
Alexander Kanavin
2023-03-31 07:26:34 +02:00
committed by Richard Purdie
parent ba94f9a3b1
commit 9f96e49468
44 changed files with 44 additions and 42 deletions
@@ -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 \ DESCRIPTION = "The GNU inetutils are a collection of common \
networking utilities and servers including ftp, ftpd, rcp, \ networking utilities and servers including ftp, ftpd, rcp, \
rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \ rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, \
@@ -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/" HOMEPAGE = "https://www.yoctoproject.org/"
LICENSE = "MIT" LICENSE = "MIT"
@@ -1,6 +1,6 @@
require core-image-ptest-all.bb 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}" PTESTS = "${PTESTS_FAST}"
+1 -1
View File
@@ -1,7 +1,7 @@
# Copyright (C) 2018 Khem Raj <raj.khem@gmail.com> # Copyright (C) 2018 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms) # 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" HOMEPAGE = "https://git.alpinelinux.org/cgit/aports/tree/main/musl"
LICENSE = "BSD-2-Clause & GPL-2.0-or-later" LICENSE = "BSD-2-Clause & GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9d08215e611db87b357e8674b4b42564" LIC_FILES_CHKSUM = "file://LICENSE;md5=9d08215e611db87b357e8674b4b42564"
@@ -1,4 +1,4 @@
DESCRIPTION = "C implementation of createrepo." SUMMARY = "C implementation of createrepo."
HOMEPAGE = "https://github.com/rpm-software-management/createrepo_c/wiki" HOMEPAGE = "https://github.com/rpm-software-management/createrepo_c/wiki"
LICENSE = "GPL-2.0-only" LICENSE = "GPL-2.0-only"
+1 -1
View File
@@ -1,7 +1,7 @@
# Copyright (C) 2017 Khem Raj <raj.khem@gmail.com> # Copyright (C) 2017 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms) # 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" HOMEPAGE = "http://llvm.org"
LICENSE = "Apache-2.0-with-LLVM-exception" LICENSE = "Apache-2.0-with-LLVM-exception"
SECTION = "devel" SECTION = "devel"
+1 -1
View 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." for extending applications."
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=307;endline=330;md5=79c3f6b19ad05efe24c1681f025026bb" LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=307;endline=330;md5=79c3f6b19ad05efe24c1681f025026bb"
@@ -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/" HOMEPAGE = "https://alabaster.readthedocs.io/en/latest/"
SECTION = "devel/python" SECTION = "devel/python"
LICENSE = "BSD-3-Clause" LICENSE = "BSD-3-Clause"
@@ -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" HOMEPAGE = "https://github.com/wbond/asn1crypto"
SECTION = "devel/python" SECTION = "devel/python"
LICENSE = "MIT" LICENSE = "MIT"
@@ -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" HOMEPAGE = "https://github.com/untitaker/python-atomicwrites"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4" LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4"
@@ -1,4 +1,4 @@
DESCRIPTION = "Classes Without Boilerplate" SUMMARY = "Classes Without Boilerplate"
HOMEPAGE = "http://www.attrs.org/" HOMEPAGE = "http://www.attrs.org/"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887" LIC_FILES_CHKSUM = "file://LICENSE;md5=5e55731824cf9205cfabeab9a0600887"
@@ -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/" HOMEPAGE = "http://babel.edgewall.org/"
LICENSE = "BSD-3-Clause" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0" LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0"
@@ -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" LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c" LIC_FILES_CHKSUM = "file://LICENSE;md5=8f7bb094c7232b058c7e9f2e431f389c"
HOMEPAGE = "https://pypi.org/project/bcrypt/" HOMEPAGE = "https://pypi.org/project/bcrypt/"
@@ -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" HOMEPAGE = "https://github.com/devicetree-org/dt-schema"
LICENSE = "BSD-2-Clause" LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=457495c8fa03540db4a576bf7869e811"
@@ -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" HOMEPAGE = "https://github.com/shibukawa/imagesize_py"
SECTION = "devel/python" SECTION = "devel/python"
LICENSE = "MIT" LICENSE = "MIT"
@@ -1,4 +1,4 @@
DESCRIPTION = "Read metadata from Python packages" SUMMARY = "Read metadata from Python packages"
HOMEPAGE = "https://pypi.org/project/importlib-metadata/" HOMEPAGE = "https://pypi.org/project/importlib-metadata/"
LICENSE = "Apache-2.0" LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
@@ -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/" HOMEPAGE = "https://pypi.org/project/Jinja2/"
LICENSE = "BSD-3-Clause" LICENSE = "BSD-3-Clause"
@@ -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" HOMEPAGE = "http://github.com/mitsuhiko/markupsafe"
LICENSE = "BSD-3-Clause" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
@@ -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" HOMEPAGE = "https://github.com/erikrose/more-itertools"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5" LIC_FILES_CHKSUM = "file://LICENSE;md5=3396ea30f9d21389d7857719816f83b5"
@@ -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/" HOMEPAGE = "https://github.com/cedadev/ndg_httpsclient/"
LICENSE = "BSD-3-Clause" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=ce22c0cd986d2de3f7073cd6b5523ae0" LIC_FILES_CHKSUM = "file://MANIFEST.in;md5=ce22c0cd986d2de3f7073cd6b5523ae0"
@@ -1,4 +1,4 @@
DESCRIPTION = "Core utilities for Python packages" SUMMARY = "Core utilities for Python packages"
HOMEPAGE = "https://github.com/pypa/packaging" HOMEPAGE = "https://github.com/pypa/packaging"
LICENSE = "Apache-2.0 | BSD-2-Clause" LICENSE = "Apache-2.0 | BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
@@ -1,4 +1,4 @@
DESCRIPTION = "Object-oriented filesystem paths" SUMMARY = "Object-oriented filesystem paths"
HOMEPAGE = "https://github.com/mcmtroffaes/pathlib2" HOMEPAGE = "https://github.com/mcmtroffaes/pathlib2"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2dc08586cce3ab91bfa091b655c0e440" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2dc08586cce3ab91bfa091b655c0e440"
@@ -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" HOMEPAGE = "https://github.com/eliben/pyelftools"
SECTION = "devel/python" SECTION = "devel/python"
LICENSE = "PD" LICENSE = "PD"
@@ -1,4 +1,4 @@
DESCRIPTION = "A Python SOCKS client module" SUMMARY = "A Python SOCKS client module"
HOMEPAGE = "http://python-requests.org" HOMEPAGE = "http://python-requests.org"
LICENSE = "BSD-3-Clause" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16" LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16"
@@ -1,4 +1,4 @@
DESCRIPTION = "Python HTTP for Humans." SUMMARY = "Python HTTP for Humans."
HOMEPAGE = "http://python-requests.org" HOMEPAGE = "http://python-requests.org"
LICENSE = "Apache-2.0" LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
@@ -1,4 +1,4 @@
DESCRIPTION = "Sphinx Theme reader" SUMMARY = "Sphinx Theme reader"
HOMEPAGE = "https://github.com/readthedocs/sphinx_rtd_theme" HOMEPAGE = "https://github.com/readthedocs/sphinx_rtd_theme"
SECTION = "devel/python" SECTION = "devel/python"
LICENSE = "MIT & OFL-1.1" LICENSE = "MIT & OFL-1.1"
@@ -1,4 +1,4 @@
DESCRIPTION = "Python documentation generator" SUMMARY = "Python documentation generator"
HOMEPAGE = "http://sphinx-doc.org/" HOMEPAGE = "http://sphinx-doc.org/"
SECTION = "devel/python" SECTION = "devel/python"
LICENSE = "BSD-2-Clause & MIT & BSD-3-Clause" LICENSE = "BSD-2-Clause & MIT & BSD-3-Clause"
@@ -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" HOMEPAGE = "https://www.sphinx-doc.org"
LICENSE = "BSD-2-Clause" LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c7715857042d4c8c0105999ca0c072c5" LIC_FILES_CHKSUM = "file://LICENSE;md5=c7715857042d4c8c0105999ca0c072c5"
@@ -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" HOMEPAGE = "https://www.sphinx-doc.org"
LICENSE = "BSD-2-Clause" LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=fd30d9972a142c857a80c9f312e92b93" LIC_FILES_CHKSUM = "file://LICENSE;md5=fd30d9972a142c857a80c9f312e92b93"
@@ -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" HOMEPAGE = "https://www.sphinx-doc.org"
LICENSE = "BSD-2-Clause" LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=24dce5ef6a13563241c24bc366f48886" LIC_FILES_CHKSUM = "file://LICENSE;md5=24dce5ef6a13563241c24bc366f48886"
@@ -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" HOMEPAGE = "https://www.sphinx-doc.org"
LICENSE = "BSD-2-Clause" LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f0064c10bd544bcffccbc67a41c108d3" LIC_FILES_CHKSUM = "file://LICENSE;md5=f0064c10bd544bcffccbc67a41c108d3"
@@ -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/" HOMEPAGE = "http://babel.edgewall.org/"
LICENSE = "BSD-2-Clause" LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f7a83b72ea86d04827575ec0b63430eb" LIC_FILES_CHKSUM = "file://LICENSE;md5=f7a83b72ea86d04827575ec0b63430eb"
@@ -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" HOMEPAGE = "https://www.sphinx-doc.org"
LICENSE = "BSD-2-Clause" LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=32a84ac5cd3bbd10c4d479233ad588b6" LIC_FILES_CHKSUM = "file://LICENSE;md5=32a84ac5cd3bbd10c4d479233ad588b6"
@@ -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" HOMEPAGE = "https://github.com/jaraco/zipp"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
+1 -1
View File
@@ -1,4 +1,4 @@
SUMMARY ?= "Cargo, a package manager for Rust." SUMMARY = "Cargo, a package manager for Rust."
HOMEPAGE = "https://crates.io" HOMEPAGE = "https://crates.io"
LICENSE = "MIT | Apache-2.0" LICENSE = "MIT | Apache-2.0"
SECTION = "devel" SECTION = "devel"
@@ -1,3 +1,4 @@
SUMMARY = "Rust compiler and runtime libaries (cross-canadian for ${TARGET_ARCH} target)"
PN = "rust-cross-canadian-${TRANSLATED_TARGET_ARCH}" PN = "rust-cross-canadian-${TRANSLATED_TARGET_ARCH}"
inherit rust-target-config inherit rust-target-config
@@ -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" SECTION = "examples"
HOMEPAGE = "https://golang.org/" HOMEPAGE = "https://golang.org/"
@@ -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/" HOMEPAGE = "https://www.khronos.org/vulkan/"
BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Samples/issues" BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Samples/issues"
LICENSE = "Apache-2.0" LICENSE = "Apache-2.0"
@@ -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" HOMEPAGE = "https://yoctoproject.org"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -1,7 +1,7 @@
require gstreamer1.0-plugins-common.inc require gstreamer1.0-plugins-common.inc
require gstreamer1.0-plugins-license.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/" HOMEPAGE = "https://gstreamer.freedesktop.org/"
BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues" BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues"
@@ -1,6 +1,6 @@
require gstreamer1.0-plugins-common.inc 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/" HOMEPAGE = "https://gstreamer.freedesktop.org/"
BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues" BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues"
LICENSE = "LGPL-2.1-or-later" LICENSE = "LGPL-2.1-or-later"
@@ -1,6 +1,6 @@
require gstreamer1.0-plugins-common.inc require gstreamer1.0-plugins-common.inc
DESCRIPTION = "'Good' GStreamer plugins" SUMMARY = "'Good' GStreamer plugins"
HOMEPAGE = "https://gstreamer.freedesktop.org/" HOMEPAGE = "https://gstreamer.freedesktop.org/"
BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues" BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/issues"
@@ -1,7 +1,7 @@
require gstreamer1.0-plugins-common.inc require gstreamer1.0-plugins-common.inc
require gstreamer1.0-plugins-license.inc require gstreamer1.0-plugins-license.inc
DESCRIPTION = "'Ugly GStreamer plugins" SUMMARY = "'Ugly GStreamer plugins"
HOMEPAGE = "https://gstreamer.freedesktop.org/" HOMEPAGE = "https://gstreamer.freedesktop.org/"
BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/issues" BUGTRACKER = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly/-/issues"
@@ -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/" HOMEPAGE = "http://www.gnu.org/software/libmicrohttpd/"
LICENSE = "LGPL-2.1-or-later" LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=57d09285feac8a64efa878e692b14f36" LIC_FILES_CHKSUM = "file://COPYING;md5=57d09285feac8a64efa878e692b14f36"