mpd: Upgrade to 0.24.3

Do not use vendored libfmt, it can now consume 11.1.x so use the libfmt
from system

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-05-01 18:26:47 -07:00
parent 4f7e8bd6e1
commit 548737b8ba
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -8,6 +8,7 @@ inherit meson useradd systemd pkgconfig
DEPENDS += " \
curl \
fmt \
sqlite3 \
${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)} \
yajl \
@ -18,13 +19,9 @@ DEPENDS += " \
"
SRC_URI = "git://github.com/MusicPlayerDaemon/MPD;branch=master;protocol=https \
https://github.com/mesonbuild/wrapdb/releases/download/fmt_11.0.2-1/fmt-11.0.2.tar.gz;name=fmt;subdir=git/subprojects \
https://wrapdb.mesonbuild.com/v2/fmt_11.0.2-1/get_patch;downloadfilename=fmt_11.0.2-1_patch.zip;name=fmt-meson;subdir=git/subprojects \
file://mpd.conf.in \
"
SRCREV = "b5bd294e5c88c062b1a9c0c4c60397fbf7f3f1c5"
SRC_URI[fmt.sha256sum] = "6cb1e6d37bdcb756dbbe59be438790db409cdb4868c66e888d5df9f13f7c027f"
SRC_URI[fmt-meson.sha256sum] = "90c9e3b8e8f29713d40ca949f6f93ad115d78d7fb921064112bc6179e6427c5e"
SRCREV = "063abb31a68f7ee92a246256eec4234ab8b7ed8b"
S = "${WORKDIR}/git"