mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
net-snmp: move net-snmp-config to client package
Since net-snmp-config is a common tool, move it from dev package to client package. Signed-off-by: yzhu1 <yanjun.zhu@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
a959290302
commit
ebdd38e7f7
@@ -100,7 +100,7 @@ FILES_${PN}-server-snmptrapd = "${sbindir}/snmptrapd \
|
|||||||
|
|
||||||
FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/"
|
FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/"
|
||||||
FILES_${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/"
|
FILES_${PN}-dbg += "${libdir}/.debug/ ${sbindir}/.debug/ ${bindir}/.debug/"
|
||||||
FILES_${PN}-dev += "${bindir}/net-snmp-config ${bindir}/mib2c ${bindir}/mib2c-update"
|
FILES_${PN}-dev += "${bindir}/mib2c ${bindir}/mib2c-update"
|
||||||
|
|
||||||
CONFFILES_${PN}-server-snmpd = "${sysconfdir}/snmp/snmpd.conf"
|
CONFFILES_${PN}-server-snmpd = "${sysconfdir}/snmp/snmpd.conf"
|
||||||
CONFFILES_${PN}-server-snmptrapd = "${sysconfdir}/snmp/snmptrapd.conf"
|
CONFFILES_${PN}-server-snmptrapd = "${sysconfdir}/snmp/snmptrapd.conf"
|
||||||
|
|||||||
Reference in New Issue
Block a user