All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ash Charles <ashcharles@gmail.com>
To: martin.jansa@gmail.com,
	openembedded-devel@lists.openembedded.org, raj.khem@gmail.com
Subject: [PATCH v3] mpd: Add build dependency on samba
Date: Tue, 24 Mar 2015 18:49:16 -0700	[thread overview]
Message-ID: <1427248156-28810-1-git-send-email-ashcharles@gmail.com> (raw)
In-Reply-To: <20150325001117.GI3904@jama>

Version 0.19 [1], adds the smbclient plugins for storage and input so
needs samba when building with the --enable-samba option.

[1] http://git.musicpd.org/cgit/master/mpd.git/plain/NEWS?h=v0.19

Signed-off-by: Ash Charles <ashcharles@gmail.com>
---
 meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.1.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.1.bb
index feec985..a5cd557 100644
--- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.1.bb
+++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.1.bb
@@ -20,6 +20,7 @@ EXTRA_OECONF += "${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemds
 PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
 PACKAGECONFIG[id3tag] = "--enable-id3,--disable-id3,libid3tag"
 PACKAGECONFIG[lame] = "--enable-lame-encoder,--disable-lame-encoder,lame"
+PACKAGECONFIG[smb] = "--enable-smbclient,--disable-smbclient,samba"
 
 do_install_append() {
     install -d ${D}/${localstatedir}/lib/mpd/music
-- 
2.1.0



      reply	other threads:[~2015-03-25  1:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20150112143629.39773504C0@opal.openembedded.org>
2015-03-21 15:32 ` [oe-commits] Ash Charles : mpd: ship systemd socket file Martin Jansa
2015-03-23 16:05   ` [PATCH] mpd: Add build dependency on samba Ash Charles
2015-03-24  5:10     ` Khem Raj
2015-03-24 23:48       ` Ash Charles
2015-03-24 23:48       ` [PATCH v2] " Ash Charles
2015-03-25  0:11         ` Martin Jansa
2015-03-25  1:49           ` Ash Charles [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1427248156-28810-1-git-send-email-ashcharles@gmail.com \
    --to=ashcharles@gmail.com \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.