diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-18 11:40:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 08:59:35 +0100 |
commit | b10d8bcb5d9bd7826dd2f0f92261f18e63c09083 (patch) | |
tree | fa239fcb765c23f3bcd699f675c3d29abf1d7422 | |
parent | f178cf43b7b8201a3a641b428f5c6be7ebd44123 (diff) | |
download | openembedded-core-b10d8bcb5d9bd7826dd2f0f92261f18e63c09083.tar.gz openembedded-core-b10d8bcb5d9bd7826dd2f0f92261f18e63c09083.tar.bz2 openembedded-core-b10d8bcb5d9bd7826dd2f0f92261f18e63c09083.zip |
libxml-sax-base-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/libxml-sax-base-perl_1.09.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb index f92c107e06..cd3a5806bb 100644 --- a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb +++ b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb @@ -1,4 +1,5 @@ SUMMARY = "Base class SAX Drivers and Filters" +HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Base/" DESCRIPTION = "This module has a very simple task - to be a base class for \ PerlSAX drivers and filters. It's default behaviour is to pass \ the input directly to the output unchanged. It can be useful to \ |