Просмотр исходного кода

rssileds: add dependencies based on LDFLAGS

This adds the direct dependencies introduced by TARGET_LDFLAGS
to the package's DEPENDS variable.

This was found by accidentally building rssileds on octeon, which
resulted in:

"Package rssileds is missing dependencies for the following libraries:
libnl-tiny.so"

Though the dependencies are provided when building for the
relevant targets ar71xx, ath79 and ramips, it seems more tidy to
specify them explicitly.

Signed-off-by: Adrian Schmutzler <[email protected]>
Adrian Schmutzler 5 лет назад
Родитель
Сommit
a5b2c6f5ed
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/network/utils/rssileds/Makefile

+ 1 - 1
package/network/utils/rssileds/Makefile

@@ -18,7 +18,7 @@ define Package/rssileds
   SECTION:=net
   SECTION:=net
   CATEGORY:=Network
   CATEGORY:=Network
   TITLE:=RSSI real-time LED indicator
   TITLE:=RSSI real-time LED indicator
-  DEPENDS:=+libiwinfo
+  DEPENDS:=+libiwinfo +libnl-tiny +libubox +libuci
   MAINTAINER:=Daniel Golle <[email protected]>
   MAINTAINER:=Daniel Golle <[email protected]>
 endef
 endef