All of lore.kernel.org
 help / color / mirror / Atom feed
* libao build fails on dora and master
@ 2014-02-18 11:29 Diego Sueiro
  2014-02-18 11:48 ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Diego Sueiro @ 2014-02-18 11:29 UTC (permalink / raw)
  To: openembedded-devel

Folks,

libao compiling is failing because of a dependency on esound.
Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue.

Should I have to send a patch?

Regards,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br

/*long live rock 'n roll*/


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

* Re: libao build fails on dora and master
  2014-02-18 11:29 libao build fails on dora and master Diego Sueiro
@ 2014-02-18 11:48 ` Martin Jansa
  2014-02-18 12:17   ` Diego Sueiro
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2014-02-18 11:48 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 719 bytes --]

On Tue, Feb 18, 2014 at 08:29:31AM -0300, Diego Sueiro wrote:
> Folks,
> 
> libao compiling is failing because of a dependency on esound.
> Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue.

Please add PACKAGECONFIG for esound and send such patch, thanks.

> Should I have to send a patch?
> 
> Regards,
> 
> --
> *dS
> Diego Sueiro
> 
> Administrador do Embarcados
> www.embarcados.com.br
> 
> /*long live rock 'n roll*/
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: libao build fails on dora and master
  2014-02-18 11:48 ` Martin Jansa
@ 2014-02-18 12:17   ` Diego Sueiro
  2014-02-18 12:31     ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Diego Sueiro @ 2014-02-18 12:17 UTC (permalink / raw)
  To: openembedded-devel

Hi Martin,

On Tue, Feb 18, 2014 at 8:48 AM, Martin Jansa <martin.jansa@gmail.com>wrote:

> > libao compiling is failing because of a dependency on esound.
> > Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue.
>
> Please add PACKAGECONFIG for esound and send such patch, thanks.

Something link this?

PACKAGECONFIG ??= ""
PACKAGECONFIG[esound] = "--enable-esd,--disable-esd,esound"


Regards,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br

/*long live rock 'n roll*/


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

* Re: libao build fails on dora and master
  2014-02-18 12:17   ` Diego Sueiro
@ 2014-02-18 12:31     ` Martin Jansa
  2014-02-18 12:43       ` Diego Sueiro
  0 siblings, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2014-02-18 12:31 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

On Tue, Feb 18, 2014 at 09:17:58AM -0300, Diego Sueiro wrote:
> Hi Martin,
> 
> On Tue, Feb 18, 2014 at 8:48 AM, Martin Jansa <martin.jansa@gmail.com>wrote:
> 
> > > libao compiling is failing because of a dependency on esound.
> > > Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue.
> >
> > Please add PACKAGECONFIG for esound and send such patch, thanks.
> 
> Something link this?
> 
> PACKAGECONFIG ??= ""
> PACKAGECONFIG[esound] = "--enable-esd,--disable-esd,esound"

Yes, just replace ??= with ?=.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: libao build fails on dora and master
  2014-02-18 12:31     ` Martin Jansa
@ 2014-02-18 12:43       ` Diego Sueiro
  2014-02-18 13:39         ` Martin Jansa
  0 siblings, 1 reply; 6+ messages in thread
From: Diego Sueiro @ 2014-02-18 12:43 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Feb 18, 2014 at 9:31 AM, Martin Jansa <martin.jansa@gmail.com>wrote:

> > > > libao compiling is failing because of a dependency on esound.
> > > > Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue.
> > >
> > > Please add PACKAGECONFIG for esound and send such patch, thanks.
> >
> > Something link this?
> >
> > PACKAGECONFIG ??= ""
> > PACKAGECONFIG[esound] = "--enable-esd,--disable-esd,esound"
>
> Yes, just replace ??= with ?=.


Thanks.
Should I send separate patches for dora and master branches on this list?


Regards,

--
*dS
Diego Sueiro

Administrador do Embarcados
www.embarcados.com.br

/*long live rock 'n roll*/


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

* Re: libao build fails on dora and master
  2014-02-18 12:43       ` Diego Sueiro
@ 2014-02-18 13:39         ` Martin Jansa
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2014-02-18 13:39 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]

On Tue, Feb 18, 2014 at 09:43:35AM -0300, Diego Sueiro wrote:
> On Tue, Feb 18, 2014 at 9:31 AM, Martin Jansa <martin.jansa@gmail.com>wrote:
> 
> > > > > libao compiling is failing because of a dependency on esound.
> > > > > Adding EXTRA_OECONF += "--disable-esd" to recipe fix the issue.
> > > >
> > > > Please add PACKAGECONFIG for esound and send such patch, thanks.
> > >
> > > Something link this?
> > >
> > > PACKAGECONFIG ??= ""
> > > PACKAGECONFIG[esound] = "--enable-esd,--disable-esd,esound"
> >
> > Yes, just replace ??= with ?=.
> 
> 
> Thanks.
> Should I send separate patches for dora and master branches on this list?

Send one for master, wait few days after it's merged to master and if
nobody reports new issue related to that send it for dora branch (you
can send just commit id for cherry-pick).

> 
> 
> Regards,
> 
> --
> *dS
> Diego Sueiro
> 
> Administrador do Embarcados
> www.embarcados.com.br
> 
> /*long live rock 'n roll*/
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

end of thread, other threads:[~2014-02-18 13:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18 11:29 libao build fails on dora and master Diego Sueiro
2014-02-18 11:48 ` Martin Jansa
2014-02-18 12:17   ` Diego Sueiro
2014-02-18 12:31     ` Martin Jansa
2014-02-18 12:43       ` Diego Sueiro
2014-02-18 13:39         ` Martin Jansa

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.