All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION
@ 2021-03-09 11:35 Dorinda
  2021-03-09 11:35 ` [PATCH 2/5] meta/recipes-support: " Dorinda
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Dorinda @ 2021-03-09 11:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: dorindabassey

Added missing HOMEPAGE and DESCRIPTION found using the test command
`oe-selftest -r distrodata.Distrodata.test_missing_homepg`

[YOCTO #13471]

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
---
 meta/recipes-devtools/python/python-cython.inc               | 2 ++
 meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb      | 2 ++
 meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb      | 2 ++
 meta/recipes-devtools/python/python3-jinja2_2.11.3.bb        | 1 +
 meta/recipes-devtools/python/python3-pygobject_3.38.0.bb     | 2 ++
 meta/recipes-devtools/python/python3-pytest_6.2.2.bb         | 2 ++
 meta/recipes-devtools/python/python3-scons_3.1.2.bb          | 1 +
 meta/recipes-devtools/python/python3-setuptools-scm_5.0.1.bb | 2 ++
 8 files changed, 14 insertions(+)

diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc
index da6eba254f..0e6bac06a7 100644
--- a/meta/recipes-devtools/python/python-cython.inc
+++ b/meta/recipes-devtools/python/python-cython.inc
@@ -1,3 +1,5 @@
+SUMMARY = "The Cython language"
+HOMEPAGE = "https://pypi.org/project/Cython/"
 DESCRIPTION = "Cython is a language specially designed for writing Python extension modules. \
 It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
 and the messy, low-level world of C."
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb
index b1feee8416..6dc376efe6 100644
--- a/meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb
@@ -1,4 +1,6 @@
 SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus"
+HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
+DESCRIPTION = "${SUMMARY}"
 
 LICENSE = "GPL-3.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
diff --git a/meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb b/meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb
index af4291bbf4..7f78d46285 100644
--- a/meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb
+++ b/meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb
@@ -1,4 +1,6 @@
 SUMMARY = "A small and simple INI-file parser module"
+HOMEPAGE = "https://pypi.org/project/iniconfig/"
+DESCRIPTION = "${SUMMARY}"
 
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
diff --git a/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb b/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb
index 86604aeedc..dbdf563f87 100644
--- a/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb
+++ b/meta/recipes-devtools/python/python3-jinja2_2.11.3.bb
@@ -1,4 +1,5 @@
 DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python."
+HOMEPAGE = "https://pypi.org/project/Jinja/"
 
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.38.0.bb b/meta/recipes-devtools/python/python3-pygobject_3.38.0.bb
index b4427050f5..8df3150e37 100644
--- a/meta/recipes-devtools/python/python3-pygobject_3.38.0.bb
+++ b/meta/recipes-devtools/python/python3-pygobject_3.38.0.bb
@@ -1,4 +1,6 @@
 SUMMARY = "Python GObject bindings"
+HOMEPAGE = "https://gitlab.gnome.org/GNOME/pygobject"
+DESCRIPTION = "PyGObject is a Python package which provides bindings for GObject based libraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more."
 SECTION = "devel/python"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
diff --git a/meta/recipes-devtools/python/python3-pytest_6.2.2.bb b/meta/recipes-devtools/python/python3-pytest_6.2.2.bb
index 392c20d039..d221cbcd7f 100644
--- a/meta/recipes-devtools/python/python3-pytest_6.2.2.bb
+++ b/meta/recipes-devtools/python/python3-pytest_6.2.2.bb
@@ -1,4 +1,6 @@
 SUMMARY = "Simple powerful testing with python"
+HOMEPAGE = "https://pypi.org/project/pytest/"
+DESCRIPTION = "The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries."
 
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=81eb9f71d006c6b268cf4388e3c98f7b"
diff --git a/meta/recipes-devtools/python/python3-scons_3.1.2.bb b/meta/recipes-devtools/python/python3-scons_3.1.2.bb
index ce117a92d4..12122131a5 100644
--- a/meta/recipes-devtools/python/python3-scons_3.1.2.bb
+++ b/meta/recipes-devtools/python/python3-scons_3.1.2.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Software Construction tool (make/autotools replacement)"
+HOMEPAGE = "https://github.com/SCons/scons"
 SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE-python3-scons-${PV};md5=e14e1b33428df24a40a782ae142785d0"
diff --git a/meta/recipes-devtools/python/python3-setuptools-scm_5.0.1.bb b/meta/recipes-devtools/python/python3-setuptools-scm_5.0.1.bb
index 406404ec69..ead80da7b4 100644
--- a/meta/recipes-devtools/python/python3-setuptools-scm_5.0.1.bb
+++ b/meta/recipes-devtools/python/python3-setuptools-scm_5.0.1.bb
@@ -1,4 +1,6 @@
 SUMMARY = "the blessed package to manage your versions by scm tags"
+HOMEPAGE = "https://pypi.org/project/setuptools-scm/"
+DESCRIPTION = "setuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file."
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/5] meta/recipes-support: Add HOMEPAGE / DESCRIPTION
  2021-03-09 11:35 [PATCH 1/5] meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION Dorinda
@ 2021-03-09 11:35 ` Dorinda
  2021-03-09 11:35 ` [PATCH 3/5] meta/recipes-kernel: " Dorinda
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Dorinda @ 2021-03-09 11:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: dorindabassey

Added missing HOMEPAGE and DESCRIPTION found using the test command
`oe-selftest -r distrodata.Distrodata.test_missing_homepg`

[YOCTO #13471]

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
---
 meta/recipes-support/boost/boost-build-native_4.3.0.bb | 2 ++
 meta/recipes-support/lz4/lz4_1.9.3.bb                  | 1 +
 meta/recipes-support/lzop/lzop_1.04.bb                 | 1 +
 meta/recipes-support/serf/serf_1.3.9.bb                | 1 +
 4 files changed, 5 insertions(+)

diff --git a/meta/recipes-support/boost/boost-build-native_4.3.0.bb b/meta/recipes-support/boost/boost-build-native_4.3.0.bb
index 258f8c9cdf..19e991e65f 100644
--- a/meta/recipes-support/boost/boost-build-native_4.3.0.bb
+++ b/meta/recipes-support/boost/boost-build-native_4.3.0.bb
@@ -1,4 +1,6 @@
 SUMMARY = "Boost.Build"
+DESCRIPTION = "B2 makes it easy to build C++ projects, everywhere."
+HOMEPAGE = "https://github.com/boostorg/build"
 SECTION = "devel"
 
 LICENSE = "BSL-1.0"
diff --git a/meta/recipes-support/lz4/lz4_1.9.3.bb b/meta/recipes-support/lz4/lz4_1.9.3.bb
index 00f2dd32fe..effc530b94 100644
--- a/meta/recipes-support/lz4/lz4_1.9.3.bb
+++ b/meta/recipes-support/lz4/lz4_1.9.3.bb
@@ -1,5 +1,6 @@
 SUMMARY = "Extremely Fast Compression algorithm"
 DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 400 MB/s per core, scalable with multi-cores CPU. It also features an extremely fast decoder, with speed in multiple GB/s per core, typically reaching RAM speed limits on multi-core systems."
+HOMEPAGE = "https://github.com/lz4/lz4"
 
 LICENSE = "BSD | BSD-2-Clause | GPL-2.0"
 LIC_FILES_CHKSUM = "file://lib/LICENSE;md5=ebc2ea4814a64de7708f1571904b32cc \
diff --git a/meta/recipes-support/lzop/lzop_1.04.bb b/meta/recipes-support/lzop/lzop_1.04.bb
index b50c230437..59c2003b74 100644
--- a/meta/recipes-support/lzop/lzop_1.04.bb
+++ b/meta/recipes-support/lzop/lzop_1.04.bb
@@ -5,6 +5,7 @@ gzip are much higher compression and decompression speed at the cost of some \n\
 compression ratio. The lzop compression utility was designed with the goals \n\
 of reliability, speed, portability and with reasonable drop-in compatibility \n\
 to gzip."
+HOMEPAGE = "http://www.lzop.org/"
 DEPENDS += "lzo"
 
 LICENSE = "GPLv2+"
diff --git a/meta/recipes-support/serf/serf_1.3.9.bb b/meta/recipes-support/serf/serf_1.3.9.bb
index dc917fa166..3276d40df6 100644
--- a/meta/recipes-support/serf/serf_1.3.9.bb
+++ b/meta/recipes-support/serf/serf_1.3.9.bb
@@ -3,6 +3,7 @@ DESCRIPTION = "The Apache Serf library is a C-based HTTP client library built up
 Portable Runtime (APR) library. It multiplexes connections, running the \
 read/write communication asynchronously. Memory copies and transformations are \
 kept to a minimum to provide high performance operation."
+HOMEPAGE = "http://serf.apache.org/"
 SRC_URI = "${APACHE_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \
            file://norpath.patch \
            file://env.patch \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 3/5] meta/recipes-kernel: Add HOMEPAGE / DESCRIPTION
  2021-03-09 11:35 [PATCH 1/5] meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION Dorinda
  2021-03-09 11:35 ` [PATCH 2/5] meta/recipes-support: " Dorinda
@ 2021-03-09 11:35 ` Dorinda
  2021-03-09 11:35 ` [PATCH 4/5] meta/recipes-multimedia: " Dorinda
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Dorinda @ 2021-03-09 11:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: dorindabassey

Added missing HOMEPAGE and DESCRIPTION found using the test command
`oe-selftest -r distrodata.Distrodata.test_missing_homepg`

[YOCTO #13471]

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
---
 meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb | 1 +
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 1 +
 meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb        | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb
index 0013e24580..1881a8e065 100644
--- a/meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb
+++ b/meta/recipes-kernel/linux-firmware/linux-firmware_20210208.bb
@@ -1,4 +1,5 @@
 SUMMARY = "Firmware files for use with Linux kernel"
+HOMEPAGE = "https://www.kernel.org/"
 DESCRIPTION = "Linux firmware is a package distributed alongside the Linux kernel \
 that contains firmware binary blobs necessary for partial or full functionality \
 of certain hardware devices."
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
index 7ec94024c3..175b2d1819 100644
--- a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
@@ -1,4 +1,5 @@
 SUMMARY = "Sanitized set of kernel headers for the C library's use"
+HOMEPAGE = "https://www.kernel.org/"
 DESCRIPTION = "Designed to maintain an Application Programming Interface (API) stable version of the Linux headers"
 SECTION = "devel"
 LICENSE = "GPLv2"
diff --git a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
index 46820ef489..6ee0be5e3e 100644
--- a/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap-uprobes_git.bb
@@ -1,5 +1,5 @@
 SUMMARY = "UProbes kernel module for SystemTap"
-
+HOMEPAGE = "https://sourceware.org/systemtap/"
 require systemtap_git.inc
 
 DEPENDS = "systemtap virtual/kernel"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 4/5] meta/recipes-multimedia: Add HOMEPAGE / DESCRIPTION
  2021-03-09 11:35 [PATCH 1/5] meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION Dorinda
  2021-03-09 11:35 ` [PATCH 2/5] meta/recipes-support: " Dorinda
  2021-03-09 11:35 ` [PATCH 3/5] meta/recipes-kernel: " Dorinda
@ 2021-03-09 11:35 ` Dorinda
  2021-03-09 11:35 ` [PATCH 5/5] meta/recipes-graphics: " Dorinda
  2021-03-09 16:47 ` [OE-core] [PATCH 1/5] meta/recipes-devtools: " Richard Purdie
  4 siblings, 0 replies; 7+ messages in thread
From: Dorinda @ 2021-03-09 11:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: dorindabassey

Added missing HOMEPAGE and DESCRIPTION found using the test command
`oe-selftest -r distrodata.Distrodata.test_missing_homepg`

[YOCTO #13471]

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.3.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.3.bb
index 23040ad73c..7c702ba95f 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.3.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.18.3.bb
@@ -1,4 +1,5 @@
 SUMMARY = "VA-API support to GStreamer"
+HOMEPAGE = "https://gstreamer.freedesktop.org/"
 DESCRIPTION = "gstreamer-vaapi consists of a collection of VA-API \
 based plugins for GStreamer and helper libraries: `vaapidecode', \
 `vaapiconvert', and `vaapisink'."
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 5/5] meta/recipes-graphics: Add HOMEPAGE / DESCRIPTION
  2021-03-09 11:35 [PATCH 1/5] meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION Dorinda
                   ` (2 preceding siblings ...)
  2021-03-09 11:35 ` [PATCH 4/5] meta/recipes-multimedia: " Dorinda
@ 2021-03-09 11:35 ` Dorinda
  2021-03-09 16:47 ` [OE-core] [PATCH 1/5] meta/recipes-devtools: " Richard Purdie
  4 siblings, 0 replies; 7+ messages in thread
From: Dorinda @ 2021-03-09 11:35 UTC (permalink / raw)
  To: openembedded-core; +Cc: dorindabassey

Added missing HOMEPAGE and DESCRIPTION found using the test command
`oe-selftest -r distrodata.Distrodata.test_missing_homepg`

[YOCTO #13471]

Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
---
 meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
index 50c79b3bf0..5226e84266 100644
--- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
+++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
@@ -1,4 +1,5 @@
 SUMMARY = "The Bitstream Vera fonts - TTF Edition"
+HOMEPAGE = "https://www.gnome.org/fonts/"
 DESCRIPTION = "The Bitstream Vera fonts include four monospace and sans \
 faces (normal, oblique, bold, bold oblique) and two serif faces (normal \
 and bold).  In addition Fontconfig/Xft2 can artificially oblique the \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [OE-core] [PATCH 1/5] meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION
  2021-03-09 11:35 [PATCH 1/5] meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION Dorinda
                   ` (3 preceding siblings ...)
  2021-03-09 11:35 ` [PATCH 5/5] meta/recipes-graphics: " Dorinda
@ 2021-03-09 16:47 ` Richard Purdie
  2021-03-09 20:23   ` Dorinda
  4 siblings, 1 reply; 7+ messages in thread
From: Richard Purdie @ 2021-03-09 16:47 UTC (permalink / raw)
  To: Dorinda, openembedded-core

On Tue, 2021-03-09 at 12:35 +0100, Dorinda wrote:
> Added missing HOMEPAGE and DESCRIPTION found using the test command
> `oe-selftest -r distrodata.Distrodata.test_missing_homepg`
> 
> [YOCTO #13471]
> 
> Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
> ---
>  meta/recipes-devtools/python/python-cython.inc               | 2 ++
>  meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb      | 2 ++
>  meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb      | 2 ++
>  meta/recipes-devtools/python/python3-jinja2_2.11.3.bb        | 1 +
>  meta/recipes-devtools/python/python3-pygobject_3.38.0.bb     | 2 ++
>  meta/recipes-devtools/python/python3-pytest_6.2.2.bb         | 2 ++
>  meta/recipes-devtools/python/python3-scons_3.1.2.bb          | 1 +
>  meta/recipes-devtools/python/python3-setuptools-scm_5.0.1.bb | 2 ++
>  8 files changed, 14 insertions(+)
> 
> diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc
> index da6eba254f..0e6bac06a7 100644
> --- a/meta/recipes-devtools/python/python-cython.inc
> +++ b/meta/recipes-devtools/python/python-cython.inc
> @@ -1,3 +1,5 @@
> +SUMMARY = "The Cython language"
> +HOMEPAGE = "https://pypi.org/project/Cython/"
>  DESCRIPTION = "Cython is a language specially designed for writing Python extension modules. \
>  It's designed to bridge the gap between the nice, high-level, easy-to-use world of Python \
>  and the messy, low-level world of C."
> diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb
> index b1feee8416..6dc376efe6 100644
> --- a/meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb
> +++ b/meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb
> @@ -1,4 +1,6 @@
>  SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus"
> +HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
> +DESCRIPTION = "${SUMMARY}"

I believe this is already the default from bitbake.conf so we don't 
need to add this?

Cheers,

Richard


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [OE-core] [PATCH 1/5] meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION
  2021-03-09 16:47 ` [OE-core] [PATCH 1/5] meta/recipes-devtools: " Richard Purdie
@ 2021-03-09 20:23   ` Dorinda
  0 siblings, 0 replies; 7+ messages in thread
From: Dorinda @ 2021-03-09 20:23 UTC (permalink / raw)
  To: Richard Purdie; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2417 bytes --]

Yes I agree,

> +DESCRIPTION = "${SUMMARY}"

I was actually contemplating this before.

Thanks,
Dorinda.

On Tue, Mar 9, 2021, 17:47 Richard Purdie <
richard.purdie@linuxfoundation.org> wrote:

> On Tue, 2021-03-09 at 12:35 +0100, Dorinda wrote:
> > Added missing HOMEPAGE and DESCRIPTION found using the test command
> > `oe-selftest -r distrodata.Distrodata.test_missing_homepg`
> >
> > [YOCTO #13471]
> >
> > Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com>
> > ---
> >  meta/recipes-devtools/python/python-cython.inc               | 2 ++
> >  meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb      | 2 ++
> >  meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb      | 2 ++
> >  meta/recipes-devtools/python/python3-jinja2_2.11.3.bb        | 1 +
> >  meta/recipes-devtools/python/python3-pygobject_3.38.0.bb     | 2 ++
> >  meta/recipes-devtools/python/python3-pytest_6.2.2.bb         | 2 ++
> >  meta/recipes-devtools/python/python3-scons_3.1.2.bb          | 1 +
> >  meta/recipes-devtools/python/python3-setuptools-scm_5.0.1.bb | 2 ++
> >  8 files changed, 14 insertions(+)
> >
> > diff --git a/meta/recipes-devtools/python/python-cython.inc
> b/meta/recipes-devtools/python/python-cython.inc
> > index da6eba254f..0e6bac06a7 100644
> > --- a/meta/recipes-devtools/python/python-cython.inc
> > +++ b/meta/recipes-devtools/python/python-cython.inc
> > @@ -1,3 +1,5 @@
> > +SUMMARY = "The Cython language"
> > +HOMEPAGE = "https://pypi.org/project/Cython/"
> >  DESCRIPTION = "Cython is a language specially designed for writing
> Python extension modules. \
> >  It's designed to bridge the gap between the nice, high-level,
> easy-to-use world of Python \
> >  and the messy, low-level world of C."
> > diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb
> b/meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb
> > index b1feee8416..6dc376efe6 100644
> > --- a/meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb
> > +++ b/meta/recipes-devtools/python/python3-dbusmock_0.22.0.bb
> > @@ -1,4 +1,6 @@
> >  SUMMARY = "With this program/Python library you can easily create mock
> objects on D-Bus"
> > +HOMEPAGE = "https://pypi.org/project/python-dbusmock/"
> > +DESCRIPTION = "${SUMMARY}"
>
> I believe this is already the default from bitbake.conf so we don't
> need to add this?
>
> Cheers,
>
> Richard
>
>

[-- Attachment #2: Type: text/html, Size: 4541 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-03-09 20:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09 11:35 [PATCH 1/5] meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION Dorinda
2021-03-09 11:35 ` [PATCH 2/5] meta/recipes-support: " Dorinda
2021-03-09 11:35 ` [PATCH 3/5] meta/recipes-kernel: " Dorinda
2021-03-09 11:35 ` [PATCH 4/5] meta/recipes-multimedia: " Dorinda
2021-03-09 11:35 ` [PATCH 5/5] meta/recipes-graphics: " Dorinda
2021-03-09 16:47 ` [OE-core] [PATCH 1/5] meta/recipes-devtools: " Richard Purdie
2021-03-09 20:23   ` Dorinda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.