From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Sun, 12 Oct 2014 18:29:46 +0200 Subject: [Buildroot] [PATCH] luaposix: Use github call In-Reply-To: <1413131033-26185-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1413131033-26185-1-git-send-email-maxime.hadjinlian@gmail.com> Message-ID: <20141012182946.7db59593@free-electrons.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Maxime Hadjinlian, On Sun, 12 Oct 2014 18:23:53 +0200, Maxime Hadjinlian wrote: > Signed-off-by: Maxime Hadjinlian > --- > 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