]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION
authorDorinda Bassey <dorindabassey@gmail.com>
Wed, 10 Mar 2021 22:23:43 +0000 (23:23 +0100)
committerSteve Sakoman <steve@sakoman.com>
Thu, 11 Mar 2021 15:00:02 +0000 (05:00 -1000)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7290b773486da3888f848abf0dba747f2d9f42e1)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-devtools/python/python3-jinja2_2.11.2.bb
meta/recipes-devtools/python/python3-pygobject_3.34.0.bb
meta/recipes-devtools/python/python3-scons_3.1.2.bb

index 9d0666a5c18d710de37aa5dd482fe1dd3f6fd751..45167d52a223700362b9e2c7bab0298f9f7cc698 100644 (file)
@@ -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"
index 6babf0cae8b31773ea56913e53d501693545e797..29825492b95520a2832f71c9e2e883e6fa127a9c 100644 (file)
@@ -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"
index ce117a92d4f43dfdd5674d46276029f9601ff82f..12122131a5df37d7ca6a603306c68addf914925f 100644 (file)
@@ -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"