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

Arnout Vandecappelle arnout at mind.be
Sun Sep 24 10:53:15 UTC 2017



On 24-09-17 09:59, Francois Perrad wrote:
> Signed-off-by: Francois Perrad <francois.perrad at 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
> 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF


More information about the buildroot mailing list