summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/expat
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/expat')
-rw-r--r--meta/recipes-core/expat/expat_2.4.9.bb (renamed from meta/recipes-core/expat/expat_2.4.8.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/expat/expat_2.4.8.bb b/meta/recipes-core/expat/expat_2.4.9.bb
index 980c488640..cb007708c7 100644
--- a/meta/recipes-core/expat/expat_2.4.8.bb
+++ b/meta/recipes-core/expat/expat_2.4.9.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/libexpat/libexpat"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "MIT" 5LICENSE = "MIT"
6 6
7LIC_FILES_CHKSUM = "file://COPYING;md5=9e2ce3b3c4c0f2670883a23bbd7c37a9" 7LIC_FILES_CHKSUM = "file://COPYING;md5=7b3b078238d0901d3b339289117cb7fb"
8 8
9VERSION_TAG = "${@d.getVar('PV').replace('.', '_')}" 9VERSION_TAG = "${@d.getVar('PV').replace('.', '_')}"
10 10
@@ -14,7 +14,7 @@ SRC_URI = "https://github.com/libexpat/libexpat/releases/download/R_${VERSION_TA
14 14
15UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/" 15UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/"
16 16
17SRC_URI[sha256sum] = "a247a7f6bbb21cf2ca81ea4cbb916bfb9717ca523631675f99b3d4a5678dcd16" 17SRC_URI[sha256sum] = "7f44d1469b110773a94b0d5abeeeffaef79f8bd6406b07e52394bcf48126437a"
18 18
19EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" 19EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF"
20 20