[OE-core] [PATCH] libav: fix floating dependency on libasound

2015-03-23 Thread Andreas Oberritter
Signed-off-by: Andreas Oberritter --- meta/recipes-multimedia/libav/libav.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/libav/libav.inc b/meta/recipes-multimedia/libav/libav.inc index a2f0b81..cac836f 100644 --- a/meta/recipes-multimedia/libav/li

Re: [OE-core] [PATCH] libav: fix floating dependency on libasound

2015-03-23 Thread Burton, Ross
On 23 March 2015 at 17:41, Andreas Oberritter wrote: > -DEPENDS = "zlib libogg yasm-native" > +DEPENDS = "alsa-lib zlib libogg yasm-native" > Wouldn't this be better as a PACKAGECONFIG? Ross -- ___ Openembedded-core mailing list Openembedded-core@lis

Re: [OE-core] [PATCH] libav: fix floating dependency on libasound

2015-03-23 Thread Andreas Oberritter
On 23.03.2015 16:48, Burton, Ross wrote: > > On 23 March 2015 at 17:41, Andreas Oberritter > wrote: > > -DEPENDS = "zlib libogg yasm-native" > +DEPENDS = "alsa-lib zlib libogg yasm-native" > > > Wouldn't this be better as a PACKAGECONFIG? As far as I can

Re: [OE-core] [PATCH] libav: fix floating dependency on libasound

2015-03-23 Thread Burton, Ross
On 23 March 2015 at 18:47, Andreas Oberritter wrote: > As far as I can tell there's no configure switch to disable alsa. I > didn't care enough to patch libav's configure script, especially because > it's not based on autotools. I'd say apply this simple patch first, then > wait until someone wan