diff options
-rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 6 |
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}" | |||
214 | FILES_${PN} = "" | 214 | FILES_${PN} = "" |
215 | FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/" | 215 | FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/" |
216 | FILES_${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/" | 216 | FILES_${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/" |
217 | FILES_${PN}-dev += "${bindir}/mib2c ${bindir}/mib2c-update" | 217 | FILES_${PN}-dev += "${bindir}/mib2c \ |
218 | ${bindir}/mib2c-update \ | ||
219 | ${bindir}/net-snmp-config \ | ||
220 | ${bindir}/net-snmp-create-v3-user \ | ||
221 | " | ||
218 | 222 | ||
219 | CONFFILES_${PN}-server-snmpd = "${sysconfdir}/snmp/snmpd.conf" | 223 | CONFFILES_${PN}-server-snmpd = "${sysconfdir}/snmp/snmpd.conf" |
220 | CONFFILES_${PN}-server-snmptrapd = "${sysconfdir}/snmp/snmptrapd.conf" | 224 | CONFFILES_${PN}-server-snmptrapd = "${sysconfdir}/snmp/snmptrapd.conf" |