From patchwork Tue Oct 9 11:11:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,14/14] net-snmp: add pciutils to dependencies Date: Tue, 09 Oct 2012 11:11:39 -0000 From: Marcin Juszkiewicz X-Patchwork-Id: 37997 Message-Id: <1349781099-25754-14-git-send-email-marcin.juszkiewicz@linaro.org> To: openembedded-devel@lists.openembedded.org It is using libpci if it is available and there is no --disable-pci switch. Signed-off-by: Marcin Juszkiewicz --- meta-oe/recipes-extended/net-snmp/net-snmp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/net-snmp/net-snmp.inc b/meta-oe/recipes-extended/net-snmp/net-snmp.inc index 40ee8b5..c6f613d 100644 --- a/meta-oe/recipes-extended/net-snmp/net-snmp.inc +++ b/meta-oe/recipes-extended/net-snmp/net-snmp.inc @@ -2,7 +2,7 @@ DESCRIPTION = "Various tools relating to the Simple Network Management Protocol" HOMEPAGE = "http://www.net-snmp.org/" LICENSE = "BSD" -DEPENDS = "openssl libnl" +DEPENDS = "openssl libnl pciutils" RDEPENDS_${PN}-server-snmpd += "net-snmp-mibs" RDEPENDS_${PN}-server-snmptrapd += "net-snmp-server-snmpd" RDEPENDS_${PN}-server += "net-snmp-server-snmpd net-snmp-server-snmptrapd"