transmissision: remove build dependency on nodejs
Have no idea why such dependency was added. No documentation from transmission that they need such dependency on build time. On the other hand saves vast of time during build Signed-off-by: Serhii Ivanov <icegood1980@gmail.com>
This commit is contained in:
parent
3921a981df
commit
a06829b0a2
|
@ -21,7 +21,7 @@ PKG_LICENSE_FILES:=COPYING
|
|||
PKG_CPE_ID:=cpe:/a:transmissionbt:transmission
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_DEPENDS:=libb64 node/host
|
||||
PKG_BUILD_DEPENDS:=libb64
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_BUILD_FLAGS:=gc-sections lto
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
|
|
Loading…
Reference in New Issue