From 5fdbe368875b00980f5975c4f775063033d03243 Mon Sep 17 00:00:00 2001 From: Fathi Boudra Date: Sat, 17 Feb 2024 17:34:07 +0100 Subject: [PATCH] libtinyxml2: fix the homepage URL Signed-off-by: Fathi Boudra Signed-off-by: Khem Raj --- meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb index cece68c632..5039e9ff77 100644 --- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb +++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_10.0.0.bb @@ -1,5 +1,5 @@ SUMMARY = "TinyXML-2 is a simple, small, efficient, C++ XML parser that can be easily integrating into other programs" -HOMEPAGE = "http://www.grinninglizard.com/tinyxml2/" +HOMEPAGE = "https://leethomason.github.io/tinyxml2" SECTION = "libs" LICENSE = "Zlib" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=135624eef03e1f1101b9ba9ac9b5fffd"