All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] mxml: add host-autotools-package macro
@ 2016-03-15 11:31 Ricardo Crudo
  2016-03-15 13:38 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Ricardo Crudo @ 2016-03-15 11:31 UTC (permalink / raw)
  To: buildroot

Some packages need to process xml at host side

Signed-off-by: Ricardo Crudo <ricardo.crudo@gmail.com>
---
 package/mxml/mxml.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mxml/mxml.mk b/package/mxml/mxml.mk
index 7e9b4d6..ba70603 100644
--- a/package/mxml/mxml.mk
+++ b/package/mxml/mxml.mk
@@ -14,3 +14,4 @@ MXML_INSTALL_STAGING_OPTS = DSTROOT=$(STAGING_DIR) install
 MXML_INSTALL_TARGET_OPTS = DSTROOT=$(TARGET_DIR) install
 
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
2.7.3

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

* [Buildroot] [PATCH 1/1] mxml: add host-autotools-package macro
  2016-03-15 11:31 [Buildroot] [PATCH 1/1] mxml: add host-autotools-package macro Ricardo Crudo
@ 2016-03-15 13:38 ` Thomas Petazzoni
  2016-03-15 14:39   ` Ricardo Crudo
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2016-03-15 13:38 UTC (permalink / raw)
  To: buildroot

Dear Ricardo Crudo,

On Tue, 15 Mar 2016 12:31:50 +0100, Ricardo Crudo wrote:
> Some packages need to process xml at host side

Could you define "some" by giving some examples of package that will
need that?

When possible, we try to avoid having "orphan" host packages, i.e host
packages whose build cannot be triggered at all because no other
packages depend on them.

Best regards,

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

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

* [Buildroot] [PATCH 1/1] mxml: add host-autotools-package macro
  2016-03-15 13:38 ` Thomas Petazzoni
@ 2016-03-15 14:39   ` Ricardo Crudo
  2016-03-30 17:34     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Ricardo Crudo @ 2016-03-15 14:39 UTC (permalink / raw)
  To: buildroot

> Could you define "some" by giving some examples of package that will
need that?

None present on buildroot now, only in my user packages. They are LV2
plugins, one I remind now is ZynAddSubFX (
http://zynaddsubfx.sourceforge.net/).

> When possible, we try to avoid having "orphan" host packages, i.e host
packages whose build cannot be triggered at all because no other
packages depend on them.

Because there is no way to apply patch to global packages (according irc
response) on buildroot I'm seding the patch as it was recommended on
buildroot irc channel.

Regards,
Ricardo.


On Tue, Mar 15, 2016 at 2:38 PM, Thomas Petazzoni <
thomas.petazzoni@free-electrons.com> wrote:

> Dear Ricardo Crudo,
>
> On Tue, 15 Mar 2016 12:31:50 +0100, Ricardo Crudo wrote:
> > Some packages need to process xml at host side
>
> Could you define "some" by giving some examples of package that will
> need that?
>
> When possible, we try to avoid having "orphan" host packages, i.e host
> packages whose build cannot be triggered at all because no other
> packages depend on them.
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20160315/7d2810c8/attachment.html>

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

* [Buildroot] [PATCH 1/1] mxml: add host-autotools-package macro
  2016-03-15 14:39   ` Ricardo Crudo
@ 2016-03-30 17:34     ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-03-30 17:34 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 15 Mar 2016 15:39:04 +0100, Ricardo Crudo wrote:

> None present on buildroot now, only in my user packages. They are LV2
> plugins, one I remind now is ZynAddSubFX (
> http://zynaddsubfx.sourceforge.net/).

OK. Then I think it's better if you submit this patch adding the host
variant of mxml together with the submission of those additional
packages that need it.

Thanks!

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

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

end of thread, other threads:[~2016-03-30 17:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-15 11:31 [Buildroot] [PATCH 1/1] mxml: add host-autotools-package macro Ricardo Crudo
2016-03-15 13:38 ` Thomas Petazzoni
2016-03-15 14:39   ` Ricardo Crudo
2016-03-30 17:34     ` Thomas Petazzoni

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.