mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
mpc: new recipe
Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "A minimalist command line interface to the Music Player Daemon"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
||||
HOMEPAGE = "https://www.musicpd.org/clients/mpc/"
|
||||
|
||||
inherit meson
|
||||
|
||||
DEPENDS += " \
|
||||
libmpdclient \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/MusicPlayerDaemon/mpc \
|
||||
"
|
||||
SRCREV = "6fc4e639152daeebb19e0fdfb277252acc734fc5"
|
||||
S = "${WORKDIR}/git"
|
||||
Reference in New Issue
Block a user