diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-26 19:03:53 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:45 -0800 |
commit | 9a5cf01b2aca820c941d6b8b96c72efd1065f198 (patch) | |
tree | 9178e39ea445c2f3c6362058c73c68e040320287 /meta/recipes-extended | |
parent | 41b9ce7d81f548237ca95abb14eea90cd9d1b39d (diff) | |
download | openembedded-core-9a5cf01b2aca820c941d6b8b96c72efd1065f198.tar.gz openembedded-core-9a5cf01b2aca820c941d6b8b96c72efd1065f198.tar.bz2 openembedded-core-9a5cf01b2aca820c941d6b8b96c72efd1065f198.zip |
libtimedate-perl:Add license checksum and update the GPL information
Add README file checksum to bb file and update the "GPL" to "GPLv1+" according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/perl/libtimedate-perl_1.20.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/perl/libtimedate-perl_1.20.bb b/meta/recipes-extended/perl/libtimedate-perl_1.20.bb index 84406adfb0..7298f37fd1 100644 --- a/meta/recipes-extended/perl/libtimedate-perl_1.20.bb +++ b/meta/recipes-extended/perl/libtimedate-perl_1.20.bb @@ -1,7 +1,8 @@ DESCRIPTION = "TimeDate - parser for absolute times" SECTION = "libs" # You can redistribute it and/or modify it under the same terms as Perl itself. -LICENSE = "Artistic|GPL" +LICENSE = "Artistic|GPLv1+" +LIC_FILES_CHKSUM = "file://README;beginline=21;md5=576b7cb41e5e821501a01ed66f0f9d9e" PR = "r2" |