* [meta-security][PATCH] clamav: add bison-native to depend
@ 2020-02-18 15:36 akuster
0 siblings, 0 replies; only message in thread
From: akuster @ 2020-02-18 15:36 UTC (permalink / raw)
To: yocto
fixes build issue:
clamav/0.101.5-r0/git/config/ylwrap: line 176: yacc: command not found
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
recipes-security/clamav/clamav_0.101.5.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-security/clamav/clamav_0.101.5.bb b/recipes-security/clamav/clamav_0.101.5.bb
index a4c32e1..984fb22 100644
--- a/recipes-security/clamav/clamav_0.101.5.bb
+++ b/recipes-security/clamav/clamav_0.101.5.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.clamav.net/index.html"
SECTION = "security"
LICENSE = "LGPL-2.1"
-DEPENDS = "libtool db libxml2 openssl zlib curl llvm clamav-native libmspack"
+DEPENDS = "libtool db libxml2 openssl zlib curl llvm clamav-native libmspack bison-native"
DEPENDS_class-native = "db-native openssl-native zlib-native llvm-native curl-native"
LIC_FILES_CHKSUM = "file://COPYING.LGPL;beginline=2;endline=3;md5=4b89c05acc71195e9a06edfa2fa7d092"
--
2.17.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-02-18 15:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-18 15:36 [meta-security][PATCH] clamav: add bison-native to depend akuster
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.