diff mbox series

[meta-oe] libmxml: upgrade 3.3 -> 3.3.1

Message ID 1659447669-24388-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] libmxml: upgrade 3.3 -> 3.3.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 2, 2022, 1:41 p.m. UTC
Fixed POSIX thread cleanup bugs (Issue #293)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libmxml/{libmxml_3.3.bb => libmxml_3.3.1.bb}                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libmxml/{libmxml_3.3.bb => libmxml_3.3.1.bb} (95%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libmxml/libmxml_3.3.bb b/meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb
similarity index 95%
rename from meta-oe/recipes-support/libmxml/libmxml_3.3.bb
rename to meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb
index c8e2167795..b81050b25a 100644
--- a/meta-oe/recipes-support/libmxml/libmxml_3.3.bb
+++ b/meta-oe/recipes-support/libmxml/libmxml_3.3.1.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;nobranch=1;protocol=https"
-SRCREV = "0237559fdbcecae34157b547aa2b99e12de305a2"
+SRCREV = "fd47c7d115191c8a6bce2c781ffee41e179530f2"
 S = "${WORKDIR}/git"
 
 inherit autotools