Hi,

> The libiwinfo-lua dependency on Lua is wrong as well, it used to be
> required for the bundled "iwinfo" util but that has been reimplemented
> in C so the dependency can be dropped.

ok, I didn't know that. Especially, that there are other interpreters.

>
> In general libraries should not depend on frontend software, only the
> other way around.
>
> ~ Jow

So here is another try, delete +lua from libiwinfo-lua. Other packages
should always depend on the library and on the interpreter.

Signed-off-by: Stefan Hellermann <[email protected]>

--- a/package/network/utils/iwinfo/Makefile
+++ b/package/network/utils/iwinfo/Makefile
@@ -39,7 +39,7 @@ define Package/libiwinfo-lua
   SECTION:=lang
   CATEGORY:=Languages
   TITLE:=libiwinfo Lua binding
-  DEPENDS:=+libiwinfo +liblua +lua
+  DEPENDS:=+libiwinfo +liblua
   MAINTAINER:=Jo-Philipp Wich <[email protected]>
 endef

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to