* [Buildroot] [PATCH] luaposix: Use github call
@ 2014-10-12 16:23 Maxime Hadjinlian
2014-10-12 16:29 ` Thomas Petazzoni
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Maxime Hadjinlian @ 2014-10-12 16:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
package/luaposix/luaposix.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk
index 46723a0..13fc266 100644
--- a/package/luaposix/luaposix.mk
+++ b/package/luaposix/luaposix.mk
@@ -5,8 +5,7 @@
################################################################################
LUAPOSIX_VERSION = 32
-LUAPOSIX_SITE = https://github.com/luaposix/luaposix/archive
-LUAPOSIX_SOURCE = release-v$(LUAPOSIX_VERSION).tar.gz
+LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION))
LUAPOSIX_LICENSE = MIT
LUAPOSIX_LICENSE_FILES = COPYING
LUAPOSIX_DEPENDENCIES = luainterpreter host-lua
--
2.1.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [Buildroot] [PATCH] luaposix: Use github call
2014-10-12 16:23 [Buildroot] [PATCH] luaposix: Use github call Maxime Hadjinlian
@ 2014-10-12 16:29 ` Thomas Petazzoni
2014-10-12 16:32 ` Maxime Hadjinlian
2014-10-25 0:11 ` Yann E. MORIN
2014-10-25 0:35 ` Peter Korsgaard
2 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2014-10-12 16:29 UTC (permalink / raw)
To: buildroot
Dear Maxime Hadjinlian,
On Sun, 12 Oct 2014 18:23:53 +0200, Maxime Hadjinlian wrote:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
> package/luaposix/luaposix.mk | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk
> index 46723a0..13fc266 100644
> --- a/package/luaposix/luaposix.mk
> +++ b/package/luaposix/luaposix.mk
> @@ -5,8 +5,7 @@
> ################################################################################
>
> LUAPOSIX_VERSION = 32
> -LUAPOSIX_SITE = https://github.com/luaposix/luaposix/archive
> -LUAPOSIX_SOURCE = release-v$(LUAPOSIX_VERSION).tar.gz
> +LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION))
> LUAPOSIX_LICENSE = MIT
> LUAPOSIX_LICENSE_FILES = COPYING
> LUAPOSIX_DEPENDENCIES = luainterpreter host-lua
Why would we want to use git instead of a simple tarball?
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] luaposix: Use github call
2014-10-12 16:29 ` Thomas Petazzoni
@ 2014-10-12 16:32 ` Maxime Hadjinlian
0 siblings, 0 replies; 5+ messages in thread
From: Maxime Hadjinlian @ 2014-10-12 16:32 UTC (permalink / raw)
To: buildroot
On Sun, Oct 12, 2014 at 6:29 PM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Maxime Hadjinlian,
>
> On Sun, 12 Oct 2014 18:23:53 +0200, Maxime Hadjinlian wrote:
>> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
>> ---
>> package/luaposix/luaposix.mk | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk
>> index 46723a0..13fc266 100644
>> --- a/package/luaposix/luaposix.mk
>> +++ b/package/luaposix/luaposix.mk
>> @@ -5,8 +5,7 @@
>> ################################################################################
>>
>> LUAPOSIX_VERSION = 32
>> -LUAPOSIX_SITE = https://github.com/luaposix/luaposix/archive
>> -LUAPOSIX_SOURCE = release-v$(LUAPOSIX_VERSION).tar.gz
>> +LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION))
>> LUAPOSIX_LICENSE = MIT
>> LUAPOSIX_LICENSE_FILES = COPYING
>> LUAPOSIX_DEPENDENCIES = luainterpreter host-lua
>
> Why would we want to use git instead of a simple tarball?
We are using the tarball, they both came from the space place.
Only we are using the github helper call, which shield us from any
change on github part.
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] luaposix: Use github call
2014-10-12 16:23 [Buildroot] [PATCH] luaposix: Use github call Maxime Hadjinlian
2014-10-12 16:29 ` Thomas Petazzoni
@ 2014-10-25 0:11 ` Yann E. MORIN
2014-10-25 0:35 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2014-10-25 0:11 UTC (permalink / raw)
To: buildroot
Maxime, All,
On 2014-10-12 18:23 +0200, Maxime Hadjinlian spake thusly:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> package/luaposix/luaposix.mk | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/package/luaposix/luaposix.mk b/package/luaposix/luaposix.mk
> index 46723a0..13fc266 100644
> --- a/package/luaposix/luaposix.mk
> +++ b/package/luaposix/luaposix.mk
> @@ -5,8 +5,7 @@
> ################################################################################
>
> LUAPOSIX_VERSION = 32
> -LUAPOSIX_SITE = https://github.com/luaposix/luaposix/archive
> -LUAPOSIX_SOURCE = release-v$(LUAPOSIX_VERSION).tar.gz
> +LUAPOSIX_SITE = $(call github,luaposix,luaposix,release-v$(LUAPOSIX_VERSION))
> LUAPOSIX_LICENSE = MIT
> LUAPOSIX_LICENSE_FILES = COPYING
> LUAPOSIX_DEPENDENCIES = luainterpreter host-lua
> --
> 2.1.1
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH] luaposix: Use github call
2014-10-12 16:23 [Buildroot] [PATCH] luaposix: Use github call Maxime Hadjinlian
2014-10-12 16:29 ` Thomas Petazzoni
2014-10-25 0:11 ` Yann E. MORIN
@ 2014-10-25 0:35 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2014-10-25 0:35 UTC (permalink / raw)
To: buildroot
>>>>> "Maxime" == Maxime Hadjinlian <maxime.hadjinlian@gmail.com> writes:
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-25 0:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-12 16:23 [Buildroot] [PATCH] luaposix: Use github call Maxime Hadjinlian
2014-10-12 16:29 ` Thomas Petazzoni
2014-10-12 16:32 ` Maxime Hadjinlian
2014-10-25 0:11 ` Yann E. MORIN
2014-10-25 0:35 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox