[Buildroot] [PATCH] luaposix: Use github call

Maxime Hadjinlian maxime.hadjinlian at gmail.com
Sun Oct 12 16:32:27 UTC 2014


On Sun, Oct 12, 2014 at 6:29 PM, Thomas Petazzoni
<thomas.petazzoni at 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 at 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


More information about the buildroot mailing list