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 <[email protected]> > --- > 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#149173): https://lists.openembedded.org/g/openembedded-core/message/149173 Mute This Topic: https://lists.openembedded.org/mt/81198775/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
