diff options
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 4 |
1 files changed, 2 insertions, 2 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 482eaf2cc8..673142b4ac 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 | |||
@@ -1,9 +1,9 @@ | |||
1 | SUMMARY = "Various tools relating to the Simple Network Management Protocol" | 1 | SUMMARY = "Various tools relating to the Simple Network Management Protocol" |
2 | HOMEPAGE = "http://www.net-snmp.org/" | 2 | HOMEPAGE = "http://www.net-snmp.org/" |
3 | SECTION = "net" | 3 | SECTION = "net" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD & MIT" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=8;md5=7f7f00ba639ac8e8deb5a622ea24634e" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=9d100a395a38584f2ec18a8275261687" |
7 | 7 | ||
8 | DEPENDS = "openssl libnl pciutils" | 8 | DEPENDS = "openssl libnl pciutils" |
9 | 9 | ||