diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-23 13:24:46 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-23 16:46:48 -0800 |
commit | 67b232f0d54c947be87646696c22e7ee31ba09c5 (patch) | |
tree | 0431303dc409e5953ae9eb62d179de2065b80612 /meta | |
parent | d249f413343a9da3befd0ca5116c70d38eb194f5 (diff) | |
download | poky-67b232f0d54c947be87646696c22e7ee31ba09c5.tar.gz |
galago-daemon: Add license file checksum and update GPL information
Add COPYING file checksum to bb file and update the "GPL" to "GPLv2" according to the COPYING
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb index da49b3df02..69627ae31e 100644 --- a/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb +++ b/meta/recipes-connectivity/galago/galago-daemon_0.5.1.bb | |||
@@ -1,7 +1,8 @@ | |||
1 | SUMMARY = "Desktop presence framework" | 1 | SUMMARY = "Desktop presence framework" |
2 | DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs." | 2 | DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs." |
3 | HOMEPAGE = "http://www.galago-project.org/" | 3 | HOMEPAGE = "http://www.galago-project.org/" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | DEPENDS = "gettext libgalago dbus glib-2.0" | 6 | DEPENDS = "gettext libgalago dbus glib-2.0" |
6 | 7 | ||
7 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz " | 8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz " |