diff mbox series

[7/9] orbit: mark as only with Lua 5.1

Message ID 20170924075932.5990-7-francois.perrad@gadz.org
State Accepted
Headers show
Series [1/9] luaposix: bump to version 34.0.1 | expand

Commit Message

Francois Perrad Sept. 24, 2017, 7:59 a.m. UTC
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/orbit/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Arnout Vandecappelle Sept. 24, 2017, 10:53 a.m. UTC | #1
On 24-09-17 09:59, Francois Perrad wrote:
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>


 Applied to master, thanks.

 I was looking for an autobuild failure, but of course we only test Lua 5.1 in
the autobuilders. If you feel up to it, you could add a randomizer for the Lua
version to utils/genrandconfig.

 Regards,
 Arnout

> ---
>  package/orbit/Config.in | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/package/orbit/Config.in b/package/orbit/Config.in
> index 2953499e7..c35c475e8 100644
> --- a/package/orbit/Config.in
> +++ b/package/orbit/Config.in
> @@ -1,5 +1,6 @@
>  config BR2_PACKAGE_ORBIT
>  	bool "orbit"
> +	depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
>  	# These are runtime dependencies
>  	select BR2_PACKAGE_LPEG
>  	select BR2_PACKAGE_LUAFILESYSTEM
> @@ -9,3 +10,7 @@ config BR2_PACKAGE_ORBIT
>  	  Ruby frameworks such as Camping
>  
>  	  http://keplerproject.github.com/orbit
> +
> +comment "orbit needs a Lua 5.1 interpreter"
> +	depends on !BR2_PACKAGE_LUA_5_1
> +	depends on !BR2_PACKAGE_LUAJIT
>
diff mbox series

Patch

diff --git a/package/orbit/Config.in b/package/orbit/Config.in
index 2953499e7..c35c475e8 100644
--- a/package/orbit/Config.in
+++ b/package/orbit/Config.in
@@ -1,5 +1,6 @@ 
 config BR2_PACKAGE_ORBIT
 	bool "orbit"
+	depends on BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
 	# These are runtime dependencies
 	select BR2_PACKAGE_LPEG
 	select BR2_PACKAGE_LUAFILESYSTEM
@@ -9,3 +10,7 @@  config BR2_PACKAGE_ORBIT
 	  Ruby frameworks such as Camping
 
 	  http://keplerproject.github.com/orbit
+
+comment "orbit needs a Lua 5.1 interpreter"
+	depends on !BR2_PACKAGE_LUA_5_1
+	depends on !BR2_PACKAGE_LUAJIT