diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-03-30 14:27:17 -0400 |
---|---|---|
committer | jenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org> | 2022-04-13 13:31:22 +0000 |
commit | 901bef8b6697196a19337d8f6647ebb6fd54f24e (patch) | |
tree | 33e2f9031b30025ced636b9d0428bae1468139aa /recipes-multimedia/musicpd/mpc_0.33.bb | |
parent | 55849b4fa339406451be10a45e29e5b74ea7a3d9 (diff) |
Drop MPD recipe backports
Use new AGL_META_MULTIMEDIA hook to add the meta-multimedia layer
from meta-openembedded, and drop the backports of mpd, libmpdclient,
and mpc in favour of getting them from their instead. Also rename
our mpd bbappend to use a wildcard so it will match against the newer
version in upstream.
Bug-AGL:SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I4b5730a60af7cc6c85523124d9fc40e8017c8294
Diffstat (limited to 'recipes-multimedia/musicpd/mpc_0.33.bb')
-rw-r--r-- | recipes-multimedia/musicpd/mpc_0.33.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-multimedia/musicpd/mpc_0.33.bb b/recipes-multimedia/musicpd/mpc_0.33.bb deleted file mode 100644 index b3178ea81..000000000 --- a/recipes-multimedia/musicpd/mpc_0.33.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "A minimalist command line interface to the Music Player Daemon" -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -HOMEPAGE = "https://www.musicpd.org/clients/mpc/" - -inherit meson pkgconfig - -DEPENDS += "libmpdclient" - -SRC_URI = "git://github.com/MusicPlayerDaemon/mpc;branch=master;protocol=https" -SRCREV = "ef16b280052ef0320cb80f79d74c8ce0324005ed" - -S = "${WORKDIR}/git" |