From f4adaac783671def758dcccb8e2533f47e1daf3a Mon Sep 17 00:00:00 2001 From: Dorinda Bassey Date: Wed, 10 Mar 2021 23:23:43 +0100 Subject: meta/recipes-devtools: Add HOMEPAGE / DESCRIPTION Added missing HOMEPAGE and DESCRIPTION found using the test command `oe-selftest -r distrodata.Distrodata.test_missing_homepg` [YOCTO #13471] (From OE-Core rev: 7290b773486da3888f848abf0dba747f2d9f42e1) Signed-off-by: Dorinda Bassey Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pygobject_3.38.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-devtools/python/python3-pygobject_3.38.0.bb') 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" -- cgit v1.2.3-54-g00ecf