summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb
index 673142b4ac..f0acaa8017 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb
@@ -214,7 +214,11 @@ FILES_${PN}-lib-trapd = "${libdir}/libnetsnmptrapd${SOLIBS}"
214FILES_${PN} = "" 214FILES_${PN} = ""
215FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/" 215FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/"
216FILES_${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/" 216FILES_${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/"
217FILES_${PN}-dev += "${bindir}/mib2c ${bindir}/mib2c-update" 217FILES_${PN}-dev += "${bindir}/mib2c \
218 ${bindir}/mib2c-update \
219 ${bindir}/net-snmp-config \
220 ${bindir}/net-snmp-create-v3-user \
221"
218 222
219CONFFILES_${PN}-server-snmpd = "${sysconfdir}/snmp/snmpd.conf" 223CONFFILES_${PN}-server-snmpd = "${sysconfdir}/snmp/snmpd.conf"
220CONFFILES_${PN}-server-snmptrapd = "${sysconfdir}/snmp/snmptrapd.conf" 224CONFFILES_${PN}-server-snmptrapd = "${sysconfdir}/snmp/snmptrapd.conf"