diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-02-19 23:31:16 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-21 23:37:54 -0800 |
commit | 4a1e796639011aa8f9684ef7e67cf237560f86f2 (patch) | |
tree | 733d7a3521dcfdf3819d2b2587b73066245de047 /meta-multimedia | |
parent | ed54f12e1989d5e3f39905bef8630f3724e137c5 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-multimedia')
-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 ebf5d290b..c089b64ed 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 += " \ | |||
11 | libmpdclient \ | 11 | libmpdclient \ |
12 | " | 12 | " |
13 | 13 | ||
14 | RDEPENDS_${PN} += "python3-core" | ||
15 | |||
14 | PACKAGECONFIG ??= "colors locale mouse nls regex help_screen library_screen search_screen song_screen key_screen lyrics_screen outputs_screen" | 16 | PACKAGECONFIG ??= "colors locale mouse nls regex help_screen library_screen search_screen song_screen key_screen lyrics_screen outputs_screen" |
15 | 17 | ||
16 | PACKAGECONFIG[colors] = "-Dcolors=true,-Dcolors=false" | 18 | PACKAGECONFIG[colors] = "-Dcolors=true,-Dcolors=false" |
@@ -33,5 +35,5 @@ PACKAGECONFIG[chat_screen] = "-Dchat_screen=true,-Dchat_screen=false" | |||
33 | SRC_URI = " \ | 35 | SRC_URI = " \ |
34 | git://github.com/MusicPlayerDaemon/ncmpc \ | 36 | git://github.com/MusicPlayerDaemon/ncmpc \ |
35 | " | 37 | " |
36 | SRCREV = "2c71add42152072c5e0490de2870315dfb3b71e1" | 38 | SRCREV = "6780ec072f1d314f44ed77efdc58d03c6fbcc96b" |
37 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |