All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] clamav-native: missed bison fix
@ 2020-02-22 17:38 akuster
  0 siblings, 0 replies; only message in thread
From: akuster @ 2020-02-22 17:38 UTC (permalink / raw)
  To: yocto

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 984fb22..f4625b1 100644
--- a/recipes-security/clamav/clamav_0.101.5.bb
+++ b/recipes-security/clamav/clamav_0.101.5.bb
@@ -5,7 +5,7 @@ SECTION = "security"
 LICENSE = "LGPL-2.1"
 
 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"
+DEPENDS_class-native = "db-native openssl-native zlib-native llvm-native curl-native bison-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-22 17:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-22 17:38 [meta-security][PATCH] clamav-native: missed bison fix 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.