diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-18 11:40:12 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 08:59:34 +0100 |
commit | 072384f72316cc46e8c2f0fcb257287a39bb4b0d (patch) | |
tree | ad2af4420d9ee8df9a86ab5f8d5c0ebb12bfebbf | |
parent | 5b5153961965d02e07ba78713ecd6ff7dd3861a3 (diff) | |
download | openembedded-core-072384f72316cc46e8c2f0fcb257287a39bb4b0d.tar.gz openembedded-core-072384f72316cc46e8c2f0fcb257287a39bb4b0d.tar.bz2 openembedded-core-072384f72316cc46e8c2f0fcb257287a39bb4b0d.zip |
libtimedate-perl: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-extended/perl/libtimedate-perl_2.30.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb index c8fcde45f4..427613c10b 100644 --- a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb +++ b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb @@ -1,4 +1,5 @@ SUMMARY = "Perl modules useful for manipulating date and time information" +HOMEPAGE = "https://metacpan.org/release/TimeDate" SECTION = "libs" # You can redistribute it and/or modify it under the same terms as Perl itself. LICENSE = "Artistic-1.0 | GPL-1.0+" |