summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/musicpd/libmpdclient_2.19.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-03-30 14:27:17 -0400
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>2022-04-13 13:31:22 +0000
commit901bef8b6697196a19337d8f6647ebb6fd54f24e (patch)
tree33e2f9031b30025ced636b9d0428bae1468139aa /recipes-multimedia/musicpd/libmpdclient_2.19.bb
parent55849b4fa339406451be10a45e29e5b74ea7a3d9 (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/libmpdclient_2.19.bb')
-rw-r--r--recipes-multimedia/musicpd/libmpdclient_2.19.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-multimedia/musicpd/libmpdclient_2.19.bb b/recipes-multimedia/musicpd/libmpdclient_2.19.bb
deleted file mode 100644
index 6cff3c40..00000000
--- a/recipes-multimedia/musicpd/libmpdclient_2.19.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-SUMMARY = "C client library for the Music Player Daemon"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://COPYING;md5=06b9dfd2f197dc514d8ef06549684b77"
-HOMEPAGE = "https://www.musicpd.org/libs/libmpdclient/"
-
-inherit meson
-
-SRC_URI = " \
- git://github.com/MusicPlayerDaemon/libmpdclient;branch=master;protocol=https \
-"
-SRCREV = "27767959442ef390aabb16790494ba93fed962ef"
-S = "${WORKDIR}/git"
-
-PACKAGECONFIG ??= "tcp"
-PACKAGECONFIG[tcp] = "-Dtcp=true,-Dtcp=false"
-
-do_install:append() {
- # libmpdclient's Vala bindings are outdated and unmaintained; it
- # is likely that nobody will ever use them, so let's not install
- # them
- rm -rf ${D}${datadir}/vala
-}