mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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:
@@ -7,7 +7,7 @@ inherit autotools useradd systemd pkgconfig
|
|||||||
|
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
curl \
|
curl \
|
||||||
sqlite \
|
sqlite3 \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)} \
|
||||||
tcp-wrappers \
|
tcp-wrappers \
|
||||||
yajl \
|
yajl \
|
||||||
|
|||||||
Reference in New Issue
Block a user