yara: magic module dependancy fix
authorAshkan Jazayeri <ashkan@jazayeri.net>
Tue, 5 Jun 2018 17:59:00 +0000 (22:29 +0430)
committerAshkan Jazayeri <ashkan@jazayeri.net>
Tue, 5 Jun 2018 17:59:00 +0000 (22:29 +0430)
Libmagic dependency replaced with File so Yara magic module can
make use of magic patterns.
magic.mgc is installed on the target only when the File package
is selected.

Signed-off-by: Ashkan Jazayeri <ashkan@jazayeri.net>
utils/yara/Makefile

index bdaf698056f1886671edc5cf06706e080b182883..709d14728c54583f4a7460757922a7ff2b7ca622 100644 (file)
@@ -29,7 +29,7 @@ define Package/yara
   URL:=http://virustotal.github.io/yara/
   MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>
   DEPENDS:= +libopenssl
-  DEPENDS+= +YARA_module_magic:libmagic
+  DEPENDS+= +YARA_module_magic:file
   DEPENDS+= +YARA_module_cuckoo:jansson
   MENU:=1
 endef