mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
ncmpc: update to the 0.32 release tag
Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,17 +7,14 @@ inherit meson
|
|||||||
|
|
||||||
DEPENDS += " \
|
DEPENDS += " \
|
||||||
gettext-native \
|
gettext-native \
|
||||||
glib-2.0 \
|
boost \
|
||||||
|
pcre \
|
||||||
ncurses \
|
ncurses \
|
||||||
libmpdclient \
|
libmpdclient \
|
||||||
"
|
"
|
||||||
|
|
||||||
# We're using a 0.32 pre-release commit which contains a fix for a
|
|
||||||
# build failure.
|
|
||||||
PV = "0.32~git${SRCPV}"
|
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/MusicPlayerDaemon/ncmpc \
|
git://github.com/MusicPlayerDaemon/ncmpc \
|
||||||
"
|
"
|
||||||
SRCREV = "1150f7931de7588643437069dd798724dc1ceb47"
|
SRCREV = "b03703653d3f4a418c4a8b6a9e32834dd882a185"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user