All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-multimedia][PATCH] mycroft: Make rdep on alsa-oss conditional on glibc
@ 2019-09-12 20:18 Khem Raj
  2019-09-12 21:12 ` Adrian Bunk
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2019-09-12 20:18 UTC (permalink / raw)
  To: openembedded-devel

alsa-oss does not build for musl so its marked incompatible for musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.3.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.3.bb b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.3.bb
index becd0bf790..8d1c9179be 100644
--- a/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.3.bb
+++ b/meta-multimedia/recipes-multimedia/mycroft/mycroft_19.2.3.bb
@@ -64,7 +64,8 @@ RDEPENDS_${PN} += "python3-pip \
                  "
 
 # Mycroft uses Alsa, PulseAudio and Flac
-RDEPENDS_${PN} += "alsa-oss alsa-utils alsa-plugins alsa-tools"
+RDEPENDS_${PN} += "alsa-utils alsa-plugins alsa-tools"
+RDEPENDS_${PN}_append_libc-glibc = " alsa-oss"
 RDEPENDS_${PN} += "pulseaudio pulseaudio-misc pulseaudio-server"
 RDEPENDS_${PN} += "flac"
 
-- 
2.23.0



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

* Re: [meta-multimedia][PATCH] mycroft: Make rdep on alsa-oss conditional on glibc
  2019-09-12 20:18 [meta-multimedia][PATCH] mycroft: Make rdep on alsa-oss conditional on glibc Khem Raj
@ 2019-09-12 21:12 ` Adrian Bunk
  2019-09-13  0:13   ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2019-09-12 21:12 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel

On Thu, Sep 12, 2019 at 01:18:31PM -0700, Khem Raj wrote:
> alsa-oss does not build for musl so its marked incompatible for musl
>...
>  # Mycroft uses Alsa, PulseAudio and Flac
> -RDEPENDS_${PN} += "alsa-oss alsa-utils alsa-plugins alsa-tools"
> +RDEPENDS_${PN} += "alsa-utils alsa-plugins alsa-tools"
> +RDEPENDS_${PN}_append_libc-glibc = " alsa-oss"
>...

This looks wrong - either it needs also-oss or it does not need it.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



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

* Re: [meta-multimedia][PATCH] mycroft: Make rdep on alsa-oss conditional on glibc
  2019-09-12 21:12 ` Adrian Bunk
@ 2019-09-13  0:13   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2019-09-13  0:13 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: openembeded-devel

On Thu, Sep 12, 2019 at 2:12 PM Adrian Bunk <bunk@stusta.de> wrote:
>
> On Thu, Sep 12, 2019 at 01:18:31PM -0700, Khem Raj wrote:
> > alsa-oss does not build for musl so its marked incompatible for musl
> >...
> >  # Mycroft uses Alsa, PulseAudio and Flac
> > -RDEPENDS_${PN} += "alsa-oss alsa-utils alsa-plugins alsa-tools"
> > +RDEPENDS_${PN} += "alsa-utils alsa-plugins alsa-tools"
> > +RDEPENDS_${PN}_append_libc-glibc = " alsa-oss"
> >...
>
> This looks wrong - either it needs also-oss or it does not need it.

actually I do not see is needing alsa-oss, it seems to be ok with
pulseadio-alsa plugins
but since I have only tried with musl I tried to keep it unmodified
for glibc but I guess we
should just remove it.

>
> cu
> Adrian
>
> --
>
>        "Is there not promise of rain?" Ling Tan asked suddenly out
>         of the darkness. There had been need of rain for many days.
>        "Only a promise," Lao Er said.
>                                        Pearl S. Buck - Dragon Seed
>


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

end of thread, other threads:[~2019-09-13  0:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-12 20:18 [meta-multimedia][PATCH] mycroft: Make rdep on alsa-oss conditional on glibc Khem Raj
2019-09-12 21:12 ` Adrian Bunk
2019-09-13  0:13   ` Khem Raj

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.