package/lua-msgpack-native: adjust Config.in comment
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 31 Dec 2018 16:50:02 +0000 (17:50 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 2 Jan 2019 07:48:45 +0000 (08:48 +0100)
The Config.in comment of lua-msgpack-native only indicates that it
needs Lua 5.1, while the package can actually build with LuaJIT. This
commit adjusts the comment to match the reality.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/lua-msgpack-native/Config.in

index 8b6283cc95a6c4d5959054db2e60831faca9e087..8af508dd950fcc0d0cc4c9a9e8578cd75ddc68e1 100644 (file)
@@ -7,6 +7,6 @@ config BR2_PACKAGE_LUA_MSGPACK_NATIVE
 
          https://github.com/kengonakajima/lua-msgpack-native
 
-comment "lua-msgpack-native needs a Lua 5.1 interpreter"
+comment "lua-msgpack-native needs Lua 5.1 or LuaJIT"
        depends on !BR2_PACKAGE_LUA_5_1
        depends on !BR2_PACKAGE_LUAJIT