aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/pugixml
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-05-30 22:11:19 +0200
committerKhem Raj <raj.khem@gmail.com>2020-05-31 22:42:25 -0700
commit31fb85103b8babfbe96b3cbf44b03882f493f268 (patch)
treeb0ac3a64201ba335638687fe9e93842368dabb71 /meta-oe/recipes-devtools/pugixml
parent074e115397aca40eaa3c531653a8db75578c718f (diff)
downloadmeta-openembedded-contrib-31fb85103b8babfbe96b3cbf44b03882f493f268.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-devtools/pugixml')
-rw-r--r--meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb2
1 files changed, 1 insertions, 1 deletions
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"