Browse Source

pugixml: fix typo for homepage

Fix typo for HOMEPAGE var

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Konrad Weihmann 4 years ago
parent
commit
31fb85103b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb

+ 1 - 1
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"