All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] clamav: freshclam need bind to run
@ 2019-04-06 14:45 Armin Kuster
  2019-04-06 15:01 ` Adrian Bunk
  2019-04-06 15:07 ` akuster808
  0 siblings, 2 replies; 8+ messages in thread
From: Armin Kuster @ 2019-04-06 14:45 UTC (permalink / raw)
  To: yocto

Add it to the rdepends for that package

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 recipes-security/clamav/clamav_0.99.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-security/clamav/clamav_0.99.4.bb b/recipes-security/clamav/clamav_0.99.4.bb
index 6219d9e..dbe903f 100644
--- a/recipes-security/clamav/clamav_0.99.4.bb
+++ b/recipes-security/clamav/clamav_0.99.4.bb
@@ -152,3 +152,5 @@ RCONFLICTS_${PN} += "${PN}-systemd"
 SYSTEMD_SERVICE_${PN} = "${BPN}.service"
 
 RDEPENDS_${PN} += "openssl ncurses-libncurses libbz2 ncurses-libtinfo clamav-freshclam clamav-libclamav"
+
+RDEPENDS_freshclam = "bind"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-04-08  5:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-06 14:45 [meta-security][PATCH] clamav: freshclam need bind to run Armin Kuster
2019-04-06 15:01 ` Adrian Bunk
2019-04-06 20:08   ` akuster808
2019-04-07  5:12     ` Adrian Bunk
2019-04-07  6:15       ` akuster808
2019-04-07  7:16         ` Adrian Bunk
2019-04-08  5:23           ` akuster808
2019-04-06 15:07 ` akuster808

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.