From 094242de9873f4448884c0e3d3cc594e6498813f Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 29 Apr 2020 00:13:10 +0800 Subject: [PATCH] net-snmp-config: add dependency on server-snmpd and server-snmptrapd Issue-ID: INF-54 Signed-off-by: Jackie Huang Change-Id: I70dc59241a26a16faa2bf8606cb50b3361bc0366 --- meta-stx/recipes-core/stx-config-files/config-files_1.0.0.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-stx/recipes-core/stx-config-files/config-files_1.0.0.bb b/meta-stx/recipes-core/stx-config-files/config-files_1.0.0.bb index 09bf22f..f18ca76 100644 --- a/meta-stx/recipes-core/stx-config-files/config-files_1.0.0.bb +++ b/meta-stx/recipes-core/stx-config-files/config-files_1.0.0.bb @@ -160,7 +160,11 @@ RDEPENDS_lighttpd-config += " \ RDEPENDS_logrotate-config += " logrotate cronie" RDEPENDS_memcached-custom += "memcached" RDEPENDS_mlx4-config += "" -RDEPENDS_net-snmp-config += " net-snmp" +RDEPENDS_net-snmp-config += " \ + net-snmp \ + net-snmp-server-snmpd \ + net-snmp-server-snmptrapd \ + " RDEPENDS_nfs-utils-config += " nfs-utils" RDEPENDS_ntp-config += " ntp" RDEPENDS_openldap-config += " \ -- 2.16.6