All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/efl: disable Lua 5.2+ support
@ 2016-01-23 23:12 Romain Naour
  2016-02-21 17:42 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2016-01-23 23:12 UTC (permalink / raw)
  To: buildroot

The efl are currently broken with Lua 5.2+.

See: https://phab.enlightenment.org/T2728

Avoid:
http://autobuild.buildroot.net/results/e178371c2c3bf42d59c6fc26409e098081239ccb/

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/efl/Config.in | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/efl/Config.in b/package/efl/Config.in
index 85e46b1..87b72ee 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -2,7 +2,8 @@ config BR2_PACKAGE_EFL
 	bool "efl"
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_PACKAGE_HAS_UDEV # libudev
-	depends on BR2_PACKAGE_LUA # lua 5.1 or better
+	# https://phab.enlightenment.org/T2728
+	depends on BR2_PACKAGE_LUA_5_1 # needs lua 5.1, broken with 5.2+
 	depends on BR2_TOOLCHAIN_HAS_THREADS # untested without threads
 	depends on BR2_USE_MMU
 	depends on BR2_USE_WCHAR # use wchar_t
@@ -185,6 +186,6 @@ comment "efl needs udev /dev management and a toolchain w/ C++, dynamic library,
 		|| BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
 	depends on BR2_USE_MMU
 
-comment "efl needs lua"
-	depends on !BR2_PACKAGE_LUA
+comment "efl needs lua 5.1"
+	depends on !BR2_PACKAGE_LUA_5_1
 	depends on BR2_USE_MMU
-- 
2.4.3

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

* [Buildroot] [PATCH] package/efl: disable Lua 5.2+ support
  2016-01-23 23:12 [Buildroot] [PATCH] package/efl: disable Lua 5.2+ support Romain Naour
@ 2016-02-21 17:42 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-02-21 17:42 UTC (permalink / raw)
  To: buildroot

Dear Romain Naour,

On Sun, 24 Jan 2016 00:12:02 +0100, Romain Naour wrote:
> The efl are currently broken with Lua 5.2+.
> 
> See: https://phab.enlightenment.org/T2728
> 
> Avoid:
> http://autobuild.buildroot.net/results/e178371c2c3bf42d59c6fc26409e098081239ccb/
> 
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> ---
>  package/efl/Config.in | 7 ++++---
>  1 file changed, 4 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:[~2016-02-21 17:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-23 23:12 [Buildroot] [PATCH] package/efl: disable Lua 5.2+ support Romain Naour
2016-02-21 17:42 ` 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.