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>
This commit is contained in:
Wang Mingyu 2025-02-10 17:00:40 +08:00 committed by Khem Raj
parent c886bab5a0
commit a1882f4b17
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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.