summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
diff options
context:
space:
mode:
authorMeh Mbeh Ida Delphine <idadelm@gmail.com>2021-03-01 14:57:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-18 21:20:24 +0000
commit7d393acfdab18964715acfc20f6cd4fa7c6dac7c (patch)
tree5694f8aa1ae077e98912e208ca91acf0be402c74 /meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
parent1b4969ae59d87712335af87b43dee86b817df5a9 (diff)
downloadpoky-7d393acfdab18964715acfc20f6cd4fa7c6dac7c.tar.gz
recipes-graphics: Add missing HOMEPAGE and DESCRIPTION for recipes.
Fixes: [YOCTO #13471] (From OE-Core rev: 4041267ed54a005f904af7a326b3465e40602ec2) Signed-off-by: Ida Delphine <idadelm@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 24eac1fef8892484cc3dede1853d180e0c235120) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/startup-notification/startup-notification_0.12.bb')
-rw-r--r--meta/recipes-graphics/startup-notification/startup-notification_0.12.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb b/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
index d10bddb529..f69e4838f4 100644
--- a/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
+++ b/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
@@ -1,6 +1,9 @@
1SUMMARY = "Enables monitoring and display of application startup" 1SUMMARY = "Enables monitoring and display of application startup"
2DESCRIPTION = "Contains a reference implementation of the startup notification protocol. \
3The reference implementation is mostly under an X Window System style license, and has \
4no special dependencies. "
2HOMEPAGE = "http://www.freedesktop.org/wiki/Software/startup-notification/" 5HOMEPAGE = "http://www.freedesktop.org/wiki/Software/startup-notification/"
3BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=Specifications" 6BUGTRACKER = "https://gitlab.freedesktop.org/xdg/startup-notification/-/issues"
4 7
5# most files are under MIT, but libsn/sn-util.c is under LGPL, the 8# most files are under MIT, but libsn/sn-util.c is under LGPL, the
6# effective license is LGPL 9# effective license is LGPL