mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 11:29:40 +01:00
startup-notification: fix metadata
clarify license Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user