Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] lua: enables lua to be built for host
@ 2011-02-04  9:16 Guillaume Gardet
  2011-03-02  8:18 ` Guillaume Gardet
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Guillaume Gardet @ 2011-02-04  9:16 UTC (permalink / raw)
  To: buildroot

This patch enables lua to be built for host.

Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
---
diff --git a/package/lua/lua.mk b/package/lua/lua.mk
index 598eea1..a3b16d9 100644
--- a/package/lua/lua.mk
+++ b/package/lua/lua.mk
@@ -122,3 +122,4 @@ define LUA_CLEAN_CMDS
  endef

  $(eval $(call GENTARGETS,package,lua))
+$(eval $(call GENTARGETS,package,lua,host))

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

* [Buildroot] [PATCH] lua: enables lua to be built for host
  2011-02-04  9:16 [Buildroot] [PATCH] lua: enables lua to be built for host Guillaume Gardet
@ 2011-03-02  8:18 ` Guillaume Gardet
  2011-03-02  8:46 ` Thomas Petazzoni
  2011-04-26  8:06 ` Peter Korsgaard
  2 siblings, 0 replies; 7+ messages in thread
From: Guillaume Gardet @ 2011-03-02  8:18 UTC (permalink / raw)
  To: buildroot

Ping.


Le 04/02/2011 10:16, Guillaume Gardet a ?crit :
> This patch enables lua to be built for host.
>
> Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
> ---
> diff --git a/package/lua/lua.mk b/package/lua/lua.mk
> index 598eea1..a3b16d9 100644
> --- a/package/lua/lua.mk
> +++ b/package/lua/lua.mk
> @@ -122,3 +122,4 @@ define LUA_CLEAN_CMDS
>  endef
>
>  $(eval $(call GENTARGETS,package,lua))
> +$(eval $(call GENTARGETS,package,lua,host))
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>

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

* [Buildroot] [PATCH] lua: enables lua to be built for host
  2011-02-04  9:16 [Buildroot] [PATCH] lua: enables lua to be built for host Guillaume Gardet
  2011-03-02  8:18 ` Guillaume Gardet
@ 2011-03-02  8:46 ` Thomas Petazzoni
       [not found]   ` <4D6E0687.2080800@free.fr>
  2011-04-26  8:06 ` Peter Korsgaard
  2 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2011-03-02  8:46 UTC (permalink / raw)
  To: buildroot

Hello Guillaume,

On Fri, 04 Feb 2011 10:16:31 +0100
Guillaume Gardet <guillaume.gardet@free.fr> wrote:

> This patch enables lua to be built for host.

Maybe I forgot, but for which package is lua on the host needed ?

Regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] [PATCH] lua: enables lua to be built for host
       [not found]   ` <4D6E0687.2080800@free.fr>
@ 2011-03-02  8:57     ` Thomas Petazzoni
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2011-03-02  8:57 UTC (permalink / raw)
  To: buildroot

Hello Guillaume,

(Please keep the Buildroot list in the loop. Thanks!)

On Wed, 02 Mar 2011 09:57:43 +0100
Guillaume Gardet <guillaume.gardet@free.fr> wrote:

> For a package not yet submitted because it is not yet validated.
> Maybe I need to submit this patch again with the package which need
> it?

Yes, I think it's better. Just curious (and also to potentially
prevent someone else from working on the same package), which package
will need it ?

Thanks!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] [PATCH] lua: enables lua to be built for host
  2011-02-04  9:16 [Buildroot] [PATCH] lua: enables lua to be built for host Guillaume Gardet
  2011-03-02  8:18 ` Guillaume Gardet
  2011-03-02  8:46 ` Thomas Petazzoni
@ 2011-04-26  8:06 ` Peter Korsgaard
  2011-04-26  9:40   ` Guillaume Gardet
  2 siblings, 1 reply; 7+ messages in thread
From: Peter Korsgaard @ 2011-04-26  8:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Guillaume" == Guillaume Gardet <guillaume.gardet@free.fr> writes:

 Guillaume> This patch enables lua to be built for host.

Why? What needs it?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] lua: enables lua to be built for host
  2011-04-26  8:06 ` Peter Korsgaard
@ 2011-04-26  9:40   ` Guillaume Gardet
  2011-04-26  9:41     ` Peter Korsgaard
  0 siblings, 1 reply; 7+ messages in thread
From: Guillaume Gardet @ 2011-04-26  9:40 UTC (permalink / raw)
  To: buildroot

It is needed for another patch (EFL librairies) not yet posted. I will repost it with the EFL patches set, it should be better.

Guillaume


Le 26/04/2011 10:06, Peter Korsgaard a ?crit :
>>>>>> "Guillaume" == Guillaume Gardet<guillaume.gardet@free.fr>  writes:
>   Guillaume>  This patch enables lua to be built for host.
>
> Why? What needs it?
>

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

* [Buildroot] [PATCH] lua: enables lua to be built for host
  2011-04-26  9:40   ` Guillaume Gardet
@ 2011-04-26  9:41     ` Peter Korsgaard
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2011-04-26  9:41 UTC (permalink / raw)
  To: buildroot

>>>>> "Guillaume" == Guillaume Gardet <guillaume.gardet@free.fr> writes:

 Guillaume> It is needed for another patch (EFL librairies) not yet
 Guillaume> posted. I will repost it with the EFL patches set, it should
 Guillaume> be better.  Guillaume

Ok, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2011-04-26  9:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-04  9:16 [Buildroot] [PATCH] lua: enables lua to be built for host Guillaume Gardet
2011-03-02  8:18 ` Guillaume Gardet
2011-03-02  8:46 ` Thomas Petazzoni
     [not found]   ` <4D6E0687.2080800@free.fr>
2011-03-02  8:57     ` Thomas Petazzoni
2011-04-26  8:06 ` Peter Korsgaard
2011-04-26  9:40   ` Guillaume Gardet
2011-04-26  9:41     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox