From: <abe...@us...> - 2015-12-12 18:04:51
|
Revision: 7397 http://sourceforge.net/p/astlinux/code/7397 Author: abelbeck Date: 2015-12-12 18:04:48 +0000 (Sat, 12 Dec 2015) Log Message: ----------- netsnmp, add 'pciutils' dependency since it can use libpci - pci_lookup_name Modified Paths: -------------- branches/1.0/package/netsnmp/netsnmp.mk Modified: branches/1.0/package/netsnmp/netsnmp.mk =================================================================== --- branches/1.0/package/netsnmp/netsnmp.mk 2015-12-12 16:36:18 UTC (rev 7396) +++ branches/1.0/package/netsnmp/netsnmp.mk 2015-12-12 18:04:48 UTC (rev 7397) @@ -51,6 +51,11 @@ NETSNMP_CONF_OPT += --without-openssl endif +# libpci - pci_lookup_name +ifeq ($(BR2_PACKAGE_PCIUTILS),y) + NETSNMP_DEPENDENCIES += pciutils +endif + # Remove IPv6 MIBs if there's no IPv6 ifneq ($(BR2_INET_IPV6),y) define NETSNMP_REMOVE_MIBS_IPV6 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |