diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-18 11:40:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 09:05:50 +0100 |
commit | f20b88281a742cfd70aba74d6323865ca1f3aa1c (patch) | |
tree | fa084ead88a10d5173985d7e95ca9233cf07dfbb /meta/recipes-extended | |
parent | d6f9cfe28707ab9a3675365a7cb883d06ba9cebd (diff) | |
download | poky-f20b88281a742cfd70aba74d6323865ca1f3aa1c.tar.gz |
libxml-sax-perl: Add HOMEPAGE info into recipe file.
(From OE-Core rev: 0982566845aea562cd1821ce10e9ea2c8a6e99db)
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/perl/libxml-sax-perl_0.99.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb index 45d396639b..ad31b9c9d2 100644 --- a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb +++ b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "Perl module for using and building Perl SAX2 XML processors" | 1 | SUMMARY = "Perl module for using and building Perl SAX2 XML processors" |
2 | HOMEPAGE = "http://search.cpan.org/dist/XML-SAX/" | ||
2 | DESCRIPTION = "XML::SAX consists of several framework classes for using and \ | 3 | DESCRIPTION = "XML::SAX consists of several framework classes for using and \ |
3 | building Perl SAX2 XML parsers, filters, and drivers. It is designed \ | 4 | building Perl SAX2 XML parsers, filters, and drivers. It is designed \ |
4 | around the need to be able to "plug in" different SAX parsers to an \ | 5 | around the need to be able to "plug in" different SAX parsers to an \ |