diff options
author | Qing He <qing.he@intel.com> | 2010-07-01 15:53:34 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:43 -0700 |
commit | b649f5c97184b37ada7ac3b29e56e9e430a7d73d (patch) | |
tree | a28da15e615b7726c9da6f1067af8571afdc2109 /meta/packages/startup-notification/startup-notification_0.9.bb | |
parent | 54f41e239e3445f53875400cc11a3a590047661c (diff) | |
download | poky-b649f5c97184b37ada7ac3b29e56e9e430a7d73d.tar.gz |
startup-notification: fix metadata
clarify license
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/packages/startup-notification/startup-notification_0.9.bb')
-rw-r--r-- | meta/packages/startup-notification/startup-notification_0.9.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/startup-notification/startup-notification_0.9.bb b/meta/packages/startup-notification/startup-notification_0.9.bb index 42710c417f..840814b3f3 100644 --- a/meta/packages/startup-notification/startup-notification_0.9.bb +++ b/meta/packages/startup-notification/startup-notification_0.9.bb | |||
@@ -1,7 +1,12 @@ | |||
1 | DESCRIPTION = "Startup notification support" | 1 | DESCRIPTION = "Startup notification support" |
2 | LICENSE = "LGPL" | 2 | HOMEPAGE = "http://www.freedesktop.org/wiki/software/startup-notification/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | |||
6 | # most files are under MIT, but libsn/sn-utils.c is under LGPL, the | ||
7 | # effective license is LGPL | ||
8 | LICENSE = "LGPLv2+" | ||
9 | |||
5 | DEPENDS = "virtual/libx11 libsm" | 10 | DEPENDS = "virtual/libx11 libsm" |
6 | 11 | ||
7 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |