diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-08 23:06:50 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-22 17:56:53 +0000 |
| commit | 07755db69908f752571dc52993dcba32bfe9fc66 (patch) | |
| tree | ccc4e968636ac965f953040fd4e201a6685b7cd4 /meta | |
| parent | e1f86e7761573accbf722c4fe10e5cd1770d6638 (diff) | |
| download | poky-07755db69908f752571dc52993dcba32bfe9fc66.tar.gz | |
expat: Update HOMEPAGE to current url
Upstream pointed out we were using an old url for HOMEPAGE. Update it to the
current url.
(From OE-Core rev: 022750aaa128189f23063b741bf8396a527713d7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit f3a7e2ba247efe72154c263d1d680aaf3da5b609)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-core/expat/expat_2.2.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/expat/expat_2.2.9.bb b/meta/recipes-core/expat/expat_2.2.9.bb index a2df7ac492..4b63ec89db 100644 --- a/meta/recipes-core/expat/expat_2.2.9.bb +++ b/meta/recipes-core/expat/expat_2.2.9.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 | ||
