diff options
Diffstat (limited to 'meta/recipes-core/expat')
-rw-r--r-- | meta/recipes-core/expat/expat_2.4.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/expat/expat_2.4.2.bb b/meta/recipes-core/expat/expat_2.4.2.bb index 771f14eb3e..2718d609a0 100644 --- a/meta/recipes-core/expat/expat_2.4.2.bb +++ b/meta/recipes-core/expat/expat_2.4.2.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A stream-oriented XML parser library" | 1 | SUMMARY = "A stream-oriented XML parser library" |
2 | DESCRIPTION = "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags)" | 2 | DESCRIPTION = "Expat is an XML parser library written in C. It is a stream-oriented parser in which an application registers handlers for things the parser might find in the XML document (like start tags)" |
3 | HOMEPAGE = "http://expat.sourceforge.net/" | 3 | HOMEPAGE = "https://github.com/libexpat/libexpat" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | 6 | ||