All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] luvi: bump to version 2.7.0
@ 2016-04-16  7:50 Jörg Krause
  2016-04-17 14:45 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Jörg Krause @ 2016-04-16  7:50 UTC (permalink / raw)
  To: buildroot

Fetch a patch from upstream [1] to fix CMake build error when building with
option "WithSharedLibluv=ON".

[1] https://github.com/luvit/luvi/commit/35c3961d10d3f9e3752102ea8e8bb8c187b32241

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

diff --git a/package/luvi/luvi.hash b/package/luvi/luvi.hash
index 6f95dac..7aa099f 100644
--- a/package/luvi/luvi.hash
+++ b/package/luvi/luvi.hash
@@ -1,2 +1,3 @@
 # Locally calculated
-sha256  a8b4aecf4c1d781614fe187b6afcb2dc7462fcd6e76a3f38cbfd0a8244c01582  luvi-src-v2.6.1.tar.gz
+sha256  1177fcc69b1bd74696d7f106e1632462b7331ef7816bbcada91a530ef19235ea  luvi-src-v2.7.0.tar.gz
+sha256  0269504ebd6fe73948bd2314199e686701c6de882fab84a48b8317c0671e84c5  35c3961d10d3f9e3752102ea8e8bb8c187b32241.patch
diff --git a/package/luvi/luvi.mk b/package/luvi/luvi.mk
index 305ff4f..c5cfed6 100644
--- a/package/luvi/luvi.mk
+++ b/package/luvi/luvi.mk
@@ -4,12 +4,13 @@
 #
 ################################################################################
 
-LUVI_VERSION = v2.6.1
+LUVI_VERSION = v2.7.0
 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
+LUVI_PATCH = https://github.com/luvit/luvi/commit/35c3961d10d3f9e3752102ea8e8bb8c187b32241.patch
 
 # Dispatch all architectures of LuaJIT
 ifeq ($(BR2_i386),y)
-- 
2.8.0

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

* [Buildroot] [PATCH] luvi: bump to version 2.7.0
  2016-04-16  7:50 [Buildroot] [PATCH] luvi: bump to version 2.7.0 Jörg Krause
@ 2016-04-17 14:45 ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-04-17 14:45 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 16 Apr 2016 09:50:20 +0200, J?rg Krause wrote:
> Fetch a patch from upstream [1] to fix CMake build error when building with
> option "WithSharedLibluv=ON".
> 
> [1] https://github.com/luvit/luvi/commit/35c3961d10d3f9e3752102ea8e8bb8c187b32241
> 
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> ---
>  package/luvi/luvi.hash | 3 ++-
>  package/luvi/luvi.mk   | 3 ++-
>  2 files changed, 4 insertions(+), 2 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] 4+ messages in thread

* [Buildroot] [PATCH] luvi: bump to version 2.7.0
  2016-04-15  7:13 Jörg Krause
@ 2016-04-15  7:43 ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-04-15  7:43 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 15 Apr 2016 09:13:27 +0200, J?rg Krause wrote:
> Add a patch from upstream [1] to fix CMake build error when building with option
> "WithSharedLibluv=ON".
> 
> [1]
> https://github.com/luvit/luvi/commit/35c3961d10d3f9e3752102ea8e8bb8c187b32241
> 
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> ---
>  package/luvi/luvi.hash | 3 ++-
>  package/luvi/luvi.mk   | 3 ++-
>  2 files changed, 4 insertions(+), 2 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] 4+ messages in thread

* [Buildroot] [PATCH] luvi: bump to version 2.7.0
@ 2016-04-15  7:13 Jörg Krause
  2016-04-15  7:43 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Jörg Krause @ 2016-04-15  7:13 UTC (permalink / raw)
  To: buildroot

Add a patch from upstream [1] to fix CMake build error when building with option
"WithSharedLibluv=ON".

[1]
https://github.com/luvit/luvi/commit/35c3961d10d3f9e3752102ea8e8bb8c187b32241

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

diff --git a/package/luvi/luvi.hash b/package/luvi/luvi.hash
index 6f95dac..7aa099f 100644
--- a/package/luvi/luvi.hash
+++ b/package/luvi/luvi.hash
@@ -1,2 +1,3 @@
 # Locally calculated
-sha256  a8b4aecf4c1d781614fe187b6afcb2dc7462fcd6e76a3f38cbfd0a8244c01582  luvi-src-v2.6.1.tar.gz
+sha256  1177fcc69b1bd74696d7f106e1632462b7331ef7816bbcada91a530ef19235ea  luvi-src-v2.7.0.tar.gz
+sha256  0269504ebd6fe73948bd2314199e686701c6de882fab84a48b8317c0671e84c5  35c3961d10d3f9e3752102ea8e8bb8c187b32241.patch
diff --git a/package/luvi/luvi.mk b/package/luvi/luvi.mk
index 305ff4f..c5cfed6 100644
--- a/package/luvi/luvi.mk
+++ b/package/luvi/luvi.mk
@@ -4,12 +4,13 @@
 #
 ################################################################################
 
-LUVI_VERSION = v2.6.1
+LUVI_VERSION = v2.7.0
 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
+LUVI_PATCH = https://github.com/luvit/luvi/commit/35c3961d10d3f9e3752102ea8e8bb8c187b32241.patch
 
 # Dispatch all architectures of LuaJIT
 ifeq ($(BR2_i386),y)
-- 
2.8.0

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

end of thread, other threads:[~2016-04-17 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-16  7:50 [Buildroot] [PATCH] luvi: bump to version 2.7.0 Jörg Krause
2016-04-17 14:45 ` Thomas Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2016-04-15  7:13 Jörg Krause
2016-04-15  7:43 ` 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.