mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-27 12:19:27 +00:00
libmpdclient: upgrade 2.24 -> 2.26
Upstream changes (NEWS): * 2.26: fix a NULL pointer dereference in mpd_song_dup() (2.25 regression). * 2.25: support MPD protocol 0.25 (song properties "RealUri", "start_ms", "end_ms"; tag "DiscSubtitle"); switch to C11; fix typos in MPD_STICKER_SORT_UNKNOWN. Version-only bump (git tag v2.26); no recipe/packaging changes needed. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ inherit meson
|
||||
SRC_URI = " \
|
||||
git://github.com/MusicPlayerDaemon/libmpdclient;branch=master;protocol=https;tag=v${PV} \
|
||||
"
|
||||
SRCREV = "5073329989bf52676d8c446176a1d29ed3ffccca"
|
||||
SRCREV = "ee11992a793e16bcbd81eeef38d0cf20c0396cd3"
|
||||
|
||||
PACKAGECONFIG ??= "tcp"
|
||||
PACKAGECONFIG[tcp] = "-Dtcp=true,-Dtcp=false"
|
||||
Reference in New Issue
Block a user