All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [git commit] package/luv: bump to version 1.41.0-0
Date: Tue, 11 May 2021 22:02:40 +0200	[thread overview]
Message-ID: <20210511193512.7AAC2861F4@busybox.osuosl.org> (raw)

commit: https://git.buildroot.net/buildroot/commit/?id=f20b7c01147c6baedfe29842b5757fd1046a2c2c
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Enable Lua 5.4 support which is fixed now.

Signed-off-by: J??rg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/luv/Config.in | 5 ++---
 package/luv/luv.hash  | 2 +-
 package/luv/luv.mk    | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/package/luv/Config.in b/package/luv/Config.in
index 3be204cab3..434cb3b459 100644
--- a/package/luv/Config.in
+++ b/package/luv/Config.in
@@ -4,14 +4,13 @@ config BR2_PACKAGE_LUV
 	depends on BR2_USE_MMU # libuv
 	depends on !BR2_STATIC_LIBS # libuv
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libuv
-	depends on !BR2_PACKAGE_LUA_5_4
 	select BR2_PACKAGE_LIBUV
 	help
 	  libuv bindings for LuaJIT and Lua.
 
 	  https://github.com/luvit/luv
 
-comment "luv needs a toolchain w/ NPTL, dynamic library, Lua <= 5.3"
-	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS || BR2_PACKAGE_LUA_5_4
+comment "luv needs a toolchain w/ NPTL, dynamic library"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || BR2_STATIC_LIBS
 	depends on BR2_USE_MMU
 	depends on BR2_TOOLCHAIN_HAS_SYNC_4
diff --git a/package/luv/luv.hash b/package/luv/luv.hash
index 58385cf4f4..a619db2c76 100644
--- a/package/luv/luv.hash
+++ b/package/luv/luv.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  24473a081c3928eec2a352369cbafda97059574f4a4276861274473e7c7d17a0  luv-1.40.0-0.tar.gz
+sha256  4018f293d71c2d75757b64fcdacf982729c9dc8b0bf8eda4015a8818a5a29321  luv-1.41.0-0.tar.gz
 sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt
diff --git a/package/luv/luv.mk b/package/luv/luv.mk
index 08968c3f90..1a24a33bb2 100644
--- a/package/luv/luv.mk
+++ b/package/luv/luv.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LUV_VERSION = 1.40.0-0
+LUV_VERSION = 1.41.0-0
 LUV_SITE = https://github.com/luvit/luv/releases/download/$(LUV_VERSION)
 LUV_LICENSE = Apache-2.0
 LUV_LICENSE_FILES = LICENSE.txt

                 reply	other threads:[~2021-05-11 20:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210511193512.7AAC2861F4@busybox.osuosl.org \
    --to=peter@korsgaard.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.