pugixml: Fix license checksum [STDIO-1929]

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
This commit is contained in:
Tom Hochstein 2023-06-28 13:59:56 -05:00
parent 2ecd5be2cf
commit 32aa2d30ed

View File

@ -2,7 +2,7 @@ SUMMARY = "pugixml is a C++ XML processing library"
HOMEPAGE = "http://pugixml.org/" HOMEPAGE = "http://pugixml.org/"
SECTION = "libs" SECTION = "libs"
LICENSE = "MIT" LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=f969127d7b7ed0a8a63c2bbeae002588" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=297dbdec580de5365d8b69c3250629eb"
SRC_URI = "git://github.com/zeux/pugixml.git;branch=master;protocol=https" SRC_URI = "git://github.com/zeux/pugixml.git;branch=master;protocol=https"