* [Buildroot] [PATCH 1/1] xerces: add host
@ 2013-11-21 19:48 Matt Weber
2013-11-21 21:54 ` Thomas Petazzoni
2014-04-20 21:17 ` Thomas Petazzoni
0 siblings, 2 replies; 6+ messages in thread
From: Matt Weber @ 2013-11-21 19:48 UTC (permalink / raw)
To: buildroot
Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com>
---
package/xerces/xerces.mk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/package/xerces/xerces.mk b/package/xerces/xerces.mk
index 7bd7070..2e4c512 100644
--- a/package/xerces/xerces.mk
+++ b/package/xerces/xerces.mk
@@ -25,3 +25,4 @@ XERCES_CONF_OPT += --disable-network
endif
$(eval $(autotools-package))
+$(eval $(host-autotools-package))
--
1.7.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/1] xerces: add host
2013-11-21 19:48 [Buildroot] [PATCH 1/1] xerces: add host Matt Weber
@ 2013-11-21 21:54 ` Thomas Petazzoni
2013-11-21 22:39 ` Matthew Weber
2014-04-20 21:17 ` Thomas Petazzoni
1 sibling, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2013-11-21 21:54 UTC (permalink / raw)
To: buildroot
Dear Matt Weber,
On Thu, 21 Nov 2013 13:48:04 -0600, Matt Weber wrote:
>
> Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com>
> ---
> package/xerces/xerces.mk | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Yes, but why?
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/1] xerces: add host
2013-11-21 21:54 ` Thomas Petazzoni
@ 2013-11-21 22:39 ` Matthew Weber
2013-11-22 8:17 ` Thomas Petazzoni
0 siblings, 1 reply; 6+ messages in thread
From: Matthew Weber @ 2013-11-21 22:39 UTC (permalink / raw)
To: buildroot
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote on 11/21/2013
03:54:46 PM:
> From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> To: Matt Weber <mlweber1@rockwellcollins.com>
> Cc: buildroot at busybox.net
> Date: 11/21/2013 03:54 PM
> Subject: Re: [Buildroot] [PATCH 1/1] xerces: add host
>
> Dear Matt Weber,
>
> On Thu, 21 Nov 2013 13:48:04 -0600, Matt Weber wrote:
> >
> > Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com>
> > ---
> > package/xerces/xerces.mk | 1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
>
> Yes, but why?
Opps, should have included that.
I'm working on adding support for an older package called xalan that
requires host-xerces.
However the build infrastructure in the xalan package is pretty bad and
I'm not sure if I'll be
able to get it cleaned up to the point of posting a patch set. So for
now, I've submitted
this patch to add host-xerces support to allow us to build the xalan
package using
BR2_EXTERNAL until I get it hopefully cleaned up and submitted.
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/1] xerces: add host
2013-11-21 22:39 ` Matthew Weber
@ 2013-11-22 8:17 ` Thomas Petazzoni
2013-11-22 16:54 ` Matthew Weber
0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2013-11-22 8:17 UTC (permalink / raw)
To: buildroot
Dear Matthew Weber,
On Thu, 21 Nov 2013 16:39:01 -0600, Matthew Weber wrote:
> Opps, should have included that.
>
> I'm working on adding support for an older package called xalan that
> requires host-xerces.
> However the build infrastructure in the xalan package is pretty bad and
> I'm not sure if I'll be
> able to get it cleaned up to the point of posting a patch set. So for
> now, I've submitted
> this patch to add host-xerces support to allow us to build the xalan
> package using
> BR2_EXTERNAL until I get it hopefully cleaned up and submitted.
Hum, okay. I'm generally not a big fan on having the host variant of
packages if they are not used by packages in Buildroot. I usually
prefer when the host variant of package A is added as part of a patch
set that allows adds package B, which depends on host-A. That being
said, I do understand the idea of upstreaming what you can for now, and
see later for the remaining things.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/1] xerces: add host
2013-11-22 8:17 ` Thomas Petazzoni
@ 2013-11-22 16:54 ` Matthew Weber
0 siblings, 0 replies; 6+ messages in thread
From: Matthew Weber @ 2013-11-22 16:54 UTC (permalink / raw)
To: buildroot
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote on 11/22/2013
02:17:51 AM:
> From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> To: "Matthew Weber" <mlweber1@rockwellcollins.com>
> Cc: buildroot at busybox.net
> Date: 11/22/2013 02:17 AM
> Subject: Re: [Buildroot] [PATCH 1/1] xerces: add host
>
> Dear Matthew Weber,
>
> On Thu, 21 Nov 2013 16:39:01 -0600, Matthew Weber wrote:
>
> > Opps, should have included that.
> >
> > I'm working on adding support for an older package called xalan that
> > requires host-xerces.
> > However the build infrastructure in the xalan package is pretty bad
and
> > I'm not sure if I'll be
> > able to get it cleaned up to the point of posting a patch set. So for
> > now, I've submitted
> > this patch to add host-xerces support to allow us to build the xalan
> > package using
> > BR2_EXTERNAL until I get it hopefully cleaned up and submitted.
>
> Hum, okay. I'm generally not a big fan on having the host variant of
> packages if they are not used by packages in Buildroot. I usually
> prefer when the host variant of package A is added as part of a patch
> set that allows adds package B, which depends on host-A. That being
> said, I do understand the idea of upstreaming what you can for now, and
> see later for the remaining things.
I completely agree that it definitely isn't ideal. I'll work on getting
the
out of tree package upstream'd and see how bad the package cross compile
patch set ends up. The community around the xalan development is starting
to get a little more active so I'll see what I can get updated in their
next release.
Thanks for the feedback!
Matt
>
> 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/20131122/e519273d/attachment.html>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] [PATCH 1/1] xerces: add host
2013-11-21 19:48 [Buildroot] [PATCH 1/1] xerces: add host Matt Weber
2013-11-21 21:54 ` Thomas Petazzoni
@ 2014-04-20 21:17 ` Thomas Petazzoni
1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2014-04-20 21:17 UTC (permalink / raw)
To: buildroot
Dear Matt Weber,
On Thu, 21 Nov 2013 13:48:04 -0600, Matt Weber wrote:
>
> Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com>
> ---
> package/xerces/xerces.mk | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/package/xerces/xerces.mk b/package/xerces/xerces.mk
> index 7bd7070..2e4c512 100644
> --- a/package/xerces/xerces.mk
> +++ b/package/xerces/xerces.mk
> @@ -25,3 +25,4 @@ XERCES_CONF_OPT += --disable-network
> endif
>
> $(eval $(autotools-package))
> +$(eval $(host-autotools-package))
Since there is no package in mainline Buildroot that needs host-xerces
and that you've never submitted the other packages you mentioned back
in November, I've marked this patch as Rejected in Patchwork for now.
Do not hesitate to resend it later, together with other patches making
use of it.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-04-20 21:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-21 19:48 [Buildroot] [PATCH 1/1] xerces: add host Matt Weber
2013-11-21 21:54 ` Thomas Petazzoni
2013-11-21 22:39 ` Matthew Weber
2013-11-22 8:17 ` Thomas Petazzoni
2013-11-22 16:54 ` Matthew Weber
2014-04-20 21:17 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox