diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-24 13:53:41 +0800 |
---|---|---|
committer | Mei Lei <lei.mei@intel.com> | 2010-11-24 13:53:41 +0800 |
commit | 0b35808bbf8066337541200f1f4b3d183eb0bc16 (patch) | |
tree | a7f71d75ff20d7fd502542b3b69bbfcf3fec2911 /meta | |
parent | 890e14cff0ec480fcad4cfdf7f29616722aa20fa (diff) | |
download | poky-0b35808bbf8066337541200f1f4b3d183eb0bc16.tar.gz |
libgdbus:Add license checksum and update the GPL information
Add COPYING and COPYING.LIB files checksum to bb file and update the "GPL" to "GPLv2", "LGPL" to "LGPLv2.1" according to the license files
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libgdbus/libgdbus_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/libgdbus/libgdbus_git.bb b/meta/recipes-support/libgdbus/libgdbus_git.bb index f0101f9925..c465023d1a 100644 --- a/meta/recipes-support/libgdbus/libgdbus_git.bb +++ b/meta/recipes-support/libgdbus/libgdbus_git.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php" | 1 | HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php" |
2 | SUMMARY = "Moblin Glib D-Bus integration" | 2 | SUMMARY = "Moblin Glib D-Bus integration" |
3 | LICENSE = "GPL LGPL" | 3 | LICENSE = "GPLv2&LGPLv2.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | ||
5 | file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09" | ||
4 | DEPENDS = "glib-2.0 dbus" | 6 | DEPENDS = "glib-2.0 dbus" |
5 | PV = "0.0+git${SRCREV}" | 7 | PV = "0.0+git${SRCREV}" |
6 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |