From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?J=F6rg?= Krause Date: Fri, 29 Jul 2016 18:20:34 +0200 Subject: [Buildroot] [PATCH 4/4] swupdate: added a warning for LuaJIT/Lua 5.1 In-Reply-To: <20160724232739.14132-5-jordan@yelloz.me> References: <20160724232739.14132-1-jordan@yelloz.me> <20160724232739.14132-5-jordan@yelloz.me> Message-ID: <1469809234.3805.10.camel@embedded.rocks> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On So, 2016-07-24 at 16:27 -0700, Jordan Yelloz wrote: > Signed-off-by: Jordan Yelloz > --- > ?package/swupdate/Config.in | 6 ++++++ > ?1 file changed, 6 insertions(+) > > diff --git a/package/swupdate/Config.in b/package/swupdate/Config.in > index 85dde4eb0bc5..046903de87f5 100644 > --- a/package/swupdate/Config.in > +++ b/package/swupdate/Config.in > @@ -55,6 +55,12 @@ config BR2_PACKAGE_SWUPDATE_INSTALL_WEBSITE > ? ??This is necessary if you want to run swupdate with the > embedded > ? ??webserver and do not provide an own website to be > installed to > ? ??/var/www/swupdate. > + > +if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT > +comment "swupdate cannot use CONFIG_HANDLER_IN_LUA with Lua API < > 5.2." > +comment "Lua parsers and pre/post-install hooks should still > work.????" > +endif > + I would prefer to put this as a note in the help text. Do you know where this restriction comes from? Why does the Lua handlers does not work? Did you tell upstream about the issue? AFAIK swupate should work with Lua 5.1 - 5.3, but I did not checked. Best regards J?rg Krause