All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] luvi: fetch uploaded release tarball
@ 2017-10-20  6:26 Jörg Krause
  2017-10-21  8:09 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Jörg Krause @ 2017-10-20  6:26 UTC (permalink / raw)
  To: buildroot

Upstream has finally released an uploaded tarball, which is prefered
over cloning the repository from github.

Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
---
 package/luvi/luvi.hash | 2 +-
 package/luvi/luvi.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/luvi/luvi.hash b/package/luvi/luvi.hash
index ce3785eb8d..e2239b6171 100644
--- a/package/luvi/luvi.hash
+++ b/package/luvi/luvi.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256 6d2297751b4d4023c1fa8b723b6f04e09584c67694958edbfa0d284f384759d5  luvi-v2.7.6.tar.gz
+sha256  ce9a1fb762e61267618ddea9ea129170fd543bb918c382b71cb35985d0024c42  luvi-src-v2.7.6.tar.gz
diff --git a/package/luvi/luvi.mk b/package/luvi/luvi.mk
index fc89d4d654..a2bc218e77 100644
--- a/package/luvi/luvi.mk
+++ b/package/luvi/luvi.mk
@@ -5,8 +5,8 @@
 ################################################################################
 
 LUVI_VERSION = v2.7.6
-LUVI_SITE = git://github.com/luvit/luvi.git
-LUVI_GIT_SUBMODULES = YES
+LUVI_SOURCE = luvi-src-$(LUVI_VERSION).tar.gz
+LUVI_SITE = https://github.com/luvit/luvi/releases/download/$(LUVI_VERSION)
 LUVI_LICENSE = Apache-2.0
 LUVI_LICENSE_FILES = LICENSE.txt
 LUVI_DEPENDENCIES = libuv luajit luv host-luajit
-- 
2.14.2

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

* [Buildroot] [PATCH] luvi: fetch uploaded release tarball
  2017-10-20  6:26 [Buildroot] [PATCH] luvi: fetch uploaded release tarball Jörg Krause
@ 2017-10-21  8:09 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-10-21  8:09 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 20 Oct 2017 08:26:56 +0200, J?rg Krause wrote:
> Upstream has finally released an uploaded tarball, which is prefered
> over cloning the repository from github.
> 
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> ---
>  package/luvi/luvi.hash | 2 +-
>  package/luvi/luvi.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-10-21  8:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-20  6:26 [Buildroot] [PATCH] luvi: fetch uploaded release tarball Jörg Krause
2017-10-21  8:09 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.