From 901bef8b6697196a19337d8f6647ebb6fd54f24e Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 30 Mar 2022 14:27:17 -0400 Subject: 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 Change-Id: I4b5730a60af7cc6c85523124d9fc40e8017c8294 --- recipes-multimedia/musicpd/mpc_0.33.bb | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 recipes-multimedia/musicpd/mpc_0.33.bb (limited to 'recipes-multimedia/musicpd/mpc_0.33.bb') 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" -- cgit 1.2.3-korg