From a1882f4b17929a00ef803f9bbbf6eefceb741df0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 10 Feb 2025 17:00:40 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../libmxml/{libmxml_4.0.3.bb => libmxml_4.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libmxml/{libmxml_4.0.3.bb => libmxml_4.0.4.bb} (95%) diff --git a/meta-oe/recipes-support/libmxml/libmxml_4.0.3.bb b/meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb similarity index 95% rename from meta-oe/recipes-support/libmxml/libmxml_4.0.3.bb rename to 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/" BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" SRC_URI = "git://github.com/michaelrsweet/mxml.git;branch=master;protocol=https" -SRCREV = "804c4f4d922e4ca240ce2cad3ec7bc5d00c08691" +SRCREV = "0d5afc4278d7a336d554602b951c2979c3f8f296" S = "${WORKDIR}/git" # Package does not support out of tree builds.