diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-11-26 22:44:47 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:53 -0800 |
commit | 5209a73d3be404f194e0f51b13ba9af6f02ae3d8 (patch) | |
tree | c5906d08583481d7258967b8ffd06901f2689a2e /meta | |
parent | d41496a2eb6da070e775140129c880bb2608b700 (diff) | |
download | poky-5209a73d3be404f194e0f51b13ba9af6f02ae3d8.tar.gz |
libgalago: Add license checksum
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/galago/libgalago_0.5.2.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb index 3c4412d45a..f9bb7b3c54 100644 --- a/meta/recipes-connectivity/galago/libgalago_0.5.2.bb +++ b/meta/recipes-connectivity/galago/libgalago_0.5.2.bb | |||
@@ -1,7 +1,10 @@ | |||
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 = "LGPL" | 4 | LICENSE = "LGPLv2.1+" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ | ||
6 | file://libgalago/galago.h;endline=21;md5=141785cb9ec62067398dda136a7bb401" | ||
7 | |||
5 | DEPENDS = "gettext dbus glib-2.0 dbus-glib" | 8 | DEPENDS = "gettext dbus glib-2.0 dbus-glib" |
6 | 9 | ||
7 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ | 10 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ |