[oe-commits] [meta-openembedded] 05/10: libmpdclient: make TCP support optional

git at git.openembedded.org git at git.openembedded.org
Wed Oct 10 02:09:52 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit ccfe7aca8e99cd8ec29e53b8d5d3bf304f29dfec
Author: Max Kellermann <max.kellermann at gmail.com>
AuthorDate: Tue Oct 9 10:55:21 2018 +0200

    libmpdclient: make TCP support optional
    
    Allows more tinfication.  Without TCP, libmpdclient can only use local
    sockets, which is a good choice anyway if MPD runs on the same
    machine.
    
    Signed-off-by: Max Kellermann <max.kellermann at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb
index a51dc86..455e76f 100644
--- a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb
+++ b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.16.bb
@@ -11,6 +11,9 @@ SRC_URI = " \
 SRCREV = "4e8d990eb5239566ee948f1cd79b7248e008620a"
 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list