diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-14 17:06:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-18 11:07:21 +0100 |
commit | 8ce40a264e47fe8524ba8f131b26c3af40393c74 (patch) | |
tree | ab35b5950d18424aa3f4f81de70f61f133ef6ba4 | |
parent | a08294334fdf5a6c67d816410425b21004090a40 (diff) | |
download | openembedded-core-8ce40a264e47fe8524ba8f131b26c3af40393c74.tar.gz openembedded-core-8ce40a264e47fe8524ba8f131b26c3af40393c74.tar.bz2 openembedded-core-8ce40a264e47fe8524ba8f131b26c3af40393c74.zip |
libxml-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-devtools/perl/libxml-perl_0.08.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/libxml-perl_0.08.bb b/meta/recipes-devtools/perl/libxml-perl_0.08.bb index 2c01976cad..047842704f 100644 --- a/meta/recipes-devtools/perl/libxml-perl_0.08.bb +++ b/meta/recipes-devtools/perl/libxml-perl_0.08.bb @@ -2,6 +2,7 @@ DESCRIPTION = "libxml-perl is a collection of smaller Perl modules, scripts, and documents for working with XML in Perl. libxml-perl software \ works in combination with XML::Parser, PerlSAX, XML::DOM, \ XML::Grove and others." +HOMEPAGE = "http://search.cpan.org/dist/libxml-perl/" SUMMARY = "Collection of Perl modules for working with XML" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0+" |