mpd: fix the sqlite dependency

"sqlite" is sqlite 2.x, but MPD requires 3.x.

Signed-off-by: Max Kellermann <max.kellermann@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Max Kellermann
2018-09-26 15:21:10 +02:00
committed by Khem Raj
parent 3fb2b02e12
commit 95f0aca8eb
@@ -7,7 +7,7 @@ inherit autotools useradd systemd pkgconfig
DEPENDS += " \
curl \
sqlite \
sqlite3 \
${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)} \
tcp-wrappers \
yajl \