summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorQing He <qing.he@intel.com>2010-07-01 15:53:34 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-07-02 15:32:43 -0700
commitb649f5c97184b37ada7ac3b29e56e9e430a7d73d (patch)
treea28da15e615b7726c9da6f1067af8571afdc2109 /meta
parent54f41e239e3445f53875400cc11a3a590047661c (diff)
downloadopenembedded-core-b649f5c97184b37ada7ac3b29e56e9e430a7d73d.tar.gz
openembedded-core-b649f5c97184b37ada7ac3b29e56e9e430a7d73d.tar.bz2
openembedded-core-b649f5c97184b37ada7ac3b29e56e9e430a7d73d.tar.xz
openembedded-core-b649f5c97184b37ada7ac3b29e56e9e430a7d73d.zip
startup-notification: fix metadata
clarify license Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/startup-notification/startup-notification_0.9.bb7
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 42710c417..840814b3f 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 @@
DESCRIPTION = "Startup notification support"
-LICENSE = "LGPL"
+HOMEPAGE = "http://www.freedesktop.org/wiki/software/startup-notification/"
SECTION = "libs"
PRIORITY = "optional"
+
+# most files are under MIT, but libsn/sn-utils.c is under LGPL, the
+# effective license is LGPL
+LICENSE = "LGPLv2+"
+
DEPENDS = "virtual/libx11 libsm"
inherit autotools pkgconfig