mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
net-snmp: add pciutils to dependencies
It is using libpci if it is available and there is no --disable-pci switch. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
This commit is contained in:
committed by
Koen Kooi
parent
cf24109540
commit
cdcebeb71d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user