summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-02-10 17:00:40 +0800
committerKhem Raj <raj.khem@gmail.com>2025-02-10 08:45:36 -0800
commita1882f4b17929a00ef803f9bbbf6eefceb741df0 (patch)
tree6eb5e4a4efd2b0f997e8c9d0592f2b8720f7d23f
parentc886bab5a069675d8650c57d0510545dfeb6870c (diff)
downloadmeta-openembedded-a1882f4b17929a00ef803f9bbbf6eefceb741df0.tar.gz
libmxml: upgrade 4.0.3 -> 4.0.4
Changelog: ========== - Added Linux-specific build files and dropped unused 'long long' config tests - Documentation fixes - Fixed an issue when reporting errors with a 'NULL' options pointer - Fixed some compiler warnings - Fixed installation on MingW Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb (renamed from meta-oe/recipes-support/libmxml/libmxml_4.0.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libmxml/libmxml_4.0.3.bb b/meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb
index 54582e7047..a271b697cd 100644
--- a/meta-oe/recipes-support/libmxml/libmxml_4.0.3.bb
+++ b/meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://www.msweet.org/mxml/"
5BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" 5BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues"
6 6
7SRC_URI = "git://github.com/michaelrsweet/mxml.git;branch=master;protocol=https" 7SRC_URI = "git://github.com/michaelrsweet/mxml.git;branch=master;protocol=https"
8SRCREV = "804c4f4d922e4ca240ce2cad3ec7bc5d00c08691" 8SRCREV = "0d5afc4278d7a336d554602b951c2979c3f8f296"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11# Package does not support out of tree builds. 11# Package does not support out of tree builds.