From 31fb85103b8babfbe96b3cbf44b03882f493f268 Mon Sep 17 00:00:00 2001 From: Konrad Weihmann Date: Sat, 30 May 2020 22:11:19 +0200 Subject: pugixml: fix typo for homepage Fix typo for HOMEPAGE var Signed-off-by: Konrad Weihmann Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb b/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb index 9a814de233..6f624910bd 100644 --- a/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb +++ b/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb @@ -4,7 +4,7 @@ DOM-like interface with rich traversal/modification capabilities, \ an extremely fast XML parser which constructs the DOM tree from \ n XML file/buffer, and an XPath 1.0 implementation for complex \ data-driven tree queries." -HOMPAGE = "https://pugixml.org/" +HOMEPAGE = "https://pugixml.org/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://readme.txt;beginline=29;endline=52;md5=d5ee91fb74cbb64223b3693fd64eb169" -- cgit v1.2.3-54-g00ecf