summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/libnotify/libnotify_0.7.8.bb')
-rw-r--r--meta/recipes-gnome/libnotify/libnotify_0.7.8.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb b/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb
index 0306b04f4e..6b59029255 100644
--- a/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb
+++ b/meta/recipes-gnome/libnotify/libnotify_0.7.8.bb
@@ -1,4 +1,8 @@
1SUMMARY = "Library for sending desktop notifications to a notification daemon" 1SUMMARY = "Library for sending desktop notifications to a notification daemon"
2DESCRIPTION = "It sends desktop notifications to a notification daemon, as defined \
3in the Desktop Notifications spec. These notifications can be used to inform \
4the user about an event or display some form of information without getting \
5in the user's way."
2HOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify" 6HOMEPAGE = "https://gitlab.gnome.org/GNOME/libnotify"
3BUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues" 7BUGTRACKER = "https://gitlab.gnome.org/GNOME/libnotify/issues"
4SECTION = "libs" 8SECTION = "libs"
@@ -20,3 +24,6 @@ PROVIDES += "libnotify3"
20RPROVIDES_${PN} += "libnotify3" 24RPROVIDES_${PN} += "libnotify3"
21RCONFLICTS_${PN} += "libnotify3" 25RCONFLICTS_${PN} += "libnotify3"
22RREPLACES_${PN} += "libnotify3" 26RREPLACES_${PN} += "libnotify3"
27
28# -7381 is specific to the NodeJS bindings
29CVE_CHECK_WHITELIST += "CVE-2013-7381"