All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] upmpdcli: add user to the audio group
@ 2017-03-24  8:47 Jörg Krause
  2017-03-25 13:53 ` Thomas Petazzoni
  2017-03-31  7:00 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Jörg Krause @ 2017-03-24  8:47 UTC (permalink / raw)
  To: buildroot

upmpdcli runs as user and group upmpdcli. In order to allow it to access
the ALSA devices add it to the audio group.

Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
 package/upmpdcli/upmpdcli.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/upmpdcli/upmpdcli.mk b/package/upmpdcli/upmpdcli.mk
index 83efa0530..a9b057d82 100644
--- a/package/upmpdcli/upmpdcli.mk
+++ b/package/upmpdcli/upmpdcli.mk
@@ -12,7 +12,7 @@ UPMPDCLI_DEPENDENCIES = host-pkgconf libmpdclient libupnpp libmicrohttpd jsoncpp
 
 # Upmpdcli only runs if user upmpdcli exists
 define UPMPDCLI_USERS
-	upmpdcli -1 upmpdcli -1 * - - - Upmpdcli MPD UPnP Renderer Front-End
+	upmpdcli -1 upmpdcli -1 * - - audio Upmpdcli MPD UPnP Renderer Front-End
 endef
 
 define UPMPDCLI_INSTALL_INIT_SYSV
-- 
2.12.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] upmpdcli: add user to the audio group
  2017-03-24  8:47 [Buildroot] [PATCH] upmpdcli: add user to the audio group Jörg Krause
@ 2017-03-25 13:53 ` Thomas Petazzoni
  2017-03-31  7:00 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-03-25 13:53 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 24 Mar 2017 09:47:43 +0100, J?rg Krause wrote:
> upmpdcli runs as user and group upmpdcli. In order to allow it to access
> the ALSA devices add it to the audio group.
> 
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> ---
>  package/upmpdcli/upmpdcli.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] upmpdcli: add user to the audio group
  2017-03-24  8:47 [Buildroot] [PATCH] upmpdcli: add user to the audio group Jörg Krause
  2017-03-25 13:53 ` Thomas Petazzoni
@ 2017-03-31  7:00 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-03-31  7:00 UTC (permalink / raw)
  To: buildroot

>>>>> "J?rg" == J?rg Krause <joerg.krause@embedded.rocks> writes:

 > upmpdcli runs as user and group upmpdcli. In order to allow it to access
 > the ALSA devices add it to the audio group.

 > Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-31  7:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-24  8:47 [Buildroot] [PATCH] upmpdcli: add user to the audio group Jörg Krause
2017-03-25 13:53 ` Thomas Petazzoni
2017-03-31  7:00 ` Peter Korsgaard

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.