[oe-commits] Jackie Huang : net-snmp: move net-snmp-config to client package

git at git.openembedded.org git at git.openembedded.org
Thu Mar 12 11:55:13 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: ebdd38e7f71b16bee538dc1fa8b61da3fdaf4a90
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ebdd38e7f71b16bee538dc1fa8b61da3fdaf4a90

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Fri Jan 16 14:14:04 2015 +0800

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 at windriver.com>
Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>

---

 meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb
index 87ee3e6..1389c3f 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.2.1.bb
@@ -100,7 +100,7 @@ FILES_${PN}-server-snmptrapd = "${sbindir}/snmptrapd \
 
 FILES_${PN}-client = "${bindir}/* ${datadir}/snmp/"
 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-snmptrapd = "${sysconfdir}/snmp/snmptrapd.conf"



More information about the Openembedded-commits mailing list