]> code.ossystems Code Review - openembedded-core.git/commitdiff
startup-notification: fix metadata
authorQing He <qing.he@intel.com>
Thu, 1 Jul 2010 07:53:34 +0000 (15:53 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 2 Jul 2010 22:32:43 +0000 (15:32 -0700)
clarify license

Signed-off-by: Qing He <qing.he@intel.com>
meta/packages/startup-notification/startup-notification_0.9.bb

index 42710c417fd34142e10ac814fcee226e67b25295..840814b3f3ee0fe7b8e64fff40fd00116e5ecc63 100644 (file)
@@ -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