swupdate: update lua check for libconfig
authorJordan Yelloz <jordan@yelloz.me>
Sun, 24 Jul 2016 23:27:37 +0000 (16:27 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 25 Oct 2016 19:35:55 +0000 (21:35 +0200)
Most probably this was missed in commit
65b2ae49feb310d3272a47c44cf3b406646b25c1 which removed pinning to Lua
5.2.

Signed-off-by: Jordan Yelloz <jordan@yelloz.me>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/swupdate/Config.in

index 5f5e1e77b9d182866791bae3d8ce889bf5458fa3..d7217af1c47f47121f42d956c5c79508d8291b4d 100644 (file)
@@ -3,7 +3,8 @@ config BR2_PACKAGE_SWUPDATE
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_USE_MMU # fork()
        # swupdate requires a parser and uses libconfig as default
-       select BR2_PACKAGE_LIBCONFIG if !BR2_PACKAGE_JSON_C && !BR2_PACKAGE_LUA_5_2
+       select BR2_PACKAGE_LIBCONFIG if !BR2_PACKAGE_JSON_C && \
+               !BR2_PACKAGE_HAS_LUAINTERPRETER
        help
          swupdate provides a reliable way to update the software on an
          embedded system.