diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-18 11:40:13 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-21 09:05:50 +0100 |
| commit | ee8be539fdb90021e9d701f60e8204c0aa53c8ca (patch) | |
| tree | febaa7b23a7a6cf0741b96566543f7ad5b41fe85 | |
| parent | 908cbf46ca7f2fd6ad654d69dbc4425aff2b0aa4 (diff) | |
| download | poky-ee8be539fdb90021e9d701f60e8204c0aa53c8ca.tar.gz | |
libxml-parser-perl: Add HOMEPAGE info into recipe file.
(From OE-Core rev: f178cf43b7b8201a3a641b428f5c6be7ebd44123)
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>
| -rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb index d9bbf713aa..cc3a660f7d 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | SUMMARY = "XML::Parser - A perl module for parsing XML documents" | 1 | SUMMARY = "XML::Parser - A perl module for parsing XML documents" |
| 2 | HOMEPAGE = "https://libexpat.github.io/" | ||
| 2 | SECTION = "libs" | 3 | SECTION = "libs" |
| 3 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 4 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
| 4 | LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1" | 5 | LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1" |
