diff options
author | Max Kellermann <max.kellermann@gmail.com> | 2018-10-05 19:01:07 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-05 14:51:14 -0700 |
commit | 592f37ede22f8dd03321353d75c55a015656743a (patch) | |
tree | 5b9e37064386fe357877b9f7f8a6499fd5c95f98 | |
parent | bb36a6190bd91e1e4906f2db4fdc5f057229f8bb (diff) | |
download | meta-openembedded-592f37ede22f8dd03321353d75c55a015656743a.tar.gz |
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>
-rw-r--r-- | meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb index 936596a257..bc77644244 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.32.bb | |||
@@ -7,17 +7,14 @@ inherit meson | |||
7 | 7 | ||
8 | DEPENDS += " \ | 8 | DEPENDS += " \ |
9 | gettext-native \ | 9 | gettext-native \ |
10 | glib-2.0 \ | 10 | boost \ |
11 | pcre \ | ||
11 | ncurses \ | 12 | ncurses \ |
12 | libmpdclient \ | 13 | libmpdclient \ |
13 | " | 14 | " |
14 | 15 | ||
15 | # We're using a 0.32 pre-release commit which contains a fix for a | ||
16 | # build failure. | ||
17 | PV = "0.32~git${SRCPV}" | ||
18 | |||
19 | SRC_URI = " \ | 16 | SRC_URI = " \ |
20 | git://github.com/MusicPlayerDaemon/ncmpc \ | 17 | git://github.com/MusicPlayerDaemon/ncmpc \ |
21 | " | 18 | " |
22 | SRCREV = "1150f7931de7588643437069dd798724dc1ceb47" | 19 | SRCREV = "b03703653d3f4a418c4a8b6a9e32834dd882a185" |
23 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |