aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-02-19 23:31:16 +0100
committerKhem Raj <raj.khem@gmail.com>2021-02-21 23:37:54 -0800
commit4a1e796639011aa8f9684ef7e67cf237560f86f2 (patch)
tree733d7a3521dcfdf3819d2b2587b73066245de047
parented54f12e1989d5e3f39905bef8630f3724e137c5 (diff)
downloadmeta-openembedded-contrib-4a1e796639011aa8f9684ef7e67cf237560f86f2.tar.gz
ncmpc: update to 0.45
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb (renamed from meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.38.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.38.bb b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb
index ebf5d290bd..c089b64edc 100644
--- a/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.38.bb
+++ b/meta-multimedia/recipes-multimedia/musicpd/ncmpc_0.45.bb
@@ -11,6 +11,8 @@ DEPENDS += " \
libmpdclient \
"
+RDEPENDS_${PN} += "python3-core"
+
PACKAGECONFIG ??= "colors locale mouse nls regex help_screen library_screen search_screen song_screen key_screen lyrics_screen outputs_screen"
PACKAGECONFIG[colors] = "-Dcolors=true,-Dcolors=false"
@@ -33,5 +35,5 @@ PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false"
SRC_URI = " \
git://github.com/MusicPlayerDaemon/ncmpc \
"
-SRCREV = "2c71add42152072c5e0490de2870315dfb3b71e1"
+SRCREV = "6780ec072f1d314f44ed77efdc58d03c6fbcc96b"
S = "${WORKDIR}/git"