mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +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 += " \
|
||||
curl \
|
||||
sqlite \
|
||||
sqlite3 \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio', d)} \
|
||||
tcp-wrappers \
|
||||
yajl \
|
||||
|
||||
Reference in New Issue
Block a user