package/haserl: do not select Lua, depend on it
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 17 Dec 2015 22:40:25 +0000 (23:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 18 Dec 2015 21:04:12 +0000 (22:04 +0100)
Lua is a provider for the virtual package lua-interpreter, so it cannot
be selected, as explained in the manual.

Turn the 'select' into a 'depends on'.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/haserl/Config.in

index 1620d725ab89b79d1e462d0b148b59c5d3259e34..9ccc392d3588e6bb4270ff54aa2d4b6b76959a85 100644 (file)
@@ -11,6 +11,6 @@ config BR2_PACKAGE_HASERL
 config BR2_PACKAGE_HASERL_WITH_LUA
        bool "Lua support"
        depends on BR2_PACKAGE_HASERL
-       select BR2_PACKAGE_LUA
+       depends on BR2_PACKAGE_LUA
        help
          Enable Lua support for haserl