diff mbox series

[oe,meta-multimedia] mycroft: Make rdep on alsa-oss conditional on glibc

Message ID 20190912201831.51848-1-raj.khem@gmail.com
State New
Headers show
Series [oe,meta-multimedia] mycroft: Make rdep on alsa-oss conditional on glibc | expand

Commit Message

Khem Raj Sept. 12, 2019, 8:18 p.m. UTC
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(-)

-- 
2.23.0

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Comments

Adrian Bunk Sept. 12, 2019, 9:12 p.m. UTC | #1
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

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
Khem Raj Sept. 13, 2019, 12:13 a.m. UTC | #2
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

>

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff mbox series

Patch

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"