summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-08 23:06:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-11 10:50:03 +0000
commitf3a7e2ba247efe72154c263d1d680aaf3da5b609 (patch)
tree894d86584175ca18a961700d7c94161183dc6a60 /meta/recipes-core/expat
parent9154f71c7267e9731156c1dfd57397103e9e6a2b (diff)
downloadopenembedded-core-contrib-f3a7e2ba247efe72154c263d1d680aaf3da5b609.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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/expat')
-rw-r--r--meta/recipes-core/expat/expat_2.4.2.bb2
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 @@
SUMMARY = "A stream-oriented XML parser library"
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)"
-HOMEPAGE = "http://expat.sourceforge.net/"
+HOMEPAGE = "https://github.com/libexpat/libexpat"
SECTION = "libs"
LICENSE = "MIT"