diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-26 13:16:01 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-28 23:31:28 -0700 |
| commit | 227dca88617741e07ca4670be8efcf341e3fa38b (patch) | |
| tree | b44c170a0f1b17e4a52a573da348384ed3ac2f21 | |
| parent | 7e9941ab0f69576542cbfeb6576750c878bdd6ca (diff) | |
| download | meta-openembedded-227dca88617741e07ca4670be8efcf341e3fa38b.tar.gz | |
net-snmp: fix ptests
Add missing dependencies.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/conf/include/ptest-packagelists-meta-networking.inc | 2 | ||||
| -rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc index 7f7519ff84..1cdb6d1811 100644 --- a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc +++ b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc | |||
| @@ -34,12 +34,12 @@ PTESTS_FAST_META_NETWORKING:remove:libc-musl = "\ | |||
| 34 | # firewalld currently hangs forever so disable it for now | 34 | # firewalld currently hangs forever so disable it for now |
| 35 | # firewalld | 35 | # firewalld |
| 36 | PTESTS_SLOW_META_NETWORKING = "\ | 36 | PTESTS_SLOW_META_NETWORKING = "\ |
| 37 | net-snmp \ | ||
| 37 | openvpn \ | 38 | openvpn \ |
| 38 | " | 39 | " |
| 39 | 40 | ||
| 40 | PTESTS_PROBLEMS_META_NETWORKING = "\ | 41 | PTESTS_PROBLEMS_META_NETWORKING = "\ |
| 41 | lksctp-tools \ | 42 | lksctp-tools \ |
| 42 | net-snmp \ | ||
| 43 | nftables \ | 43 | nftables \ |
| 44 | python3-scapy \ | 44 | python3-scapy \ |
| 45 | " | 45 | " |
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb index f37bda921a..44a3cfc745 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.4.bb | |||
| @@ -282,8 +282,12 @@ RDEPENDS:${PN}-libs += "${PN}-lib-netsnmp \ | |||
| 282 | ${PN}-lib-mibs \ | 282 | ${PN}-lib-mibs \ |
| 283 | " | 283 | " |
| 284 | RDEPENDS:${PN}-libs:append:class-target = " libpci" | 284 | RDEPENDS:${PN}-libs:append:class-target = " libpci" |
| 285 | RDEPENDS:${PN}-ptest += "perl \ | 285 | RDEPENDS:${PN}-ptest += "${PN}-server-snmpd \ |
| 286 | ${PN}-server-snmptrapd \ | ||
| 287 | net-tools \ | ||
| 288 | perl \ | ||
| 286 | perl-module-test \ | 289 | perl-module-test \ |
| 290 | perl-module-socket \ | ||
| 287 | perl-module-file-basename \ | 291 | perl-module-file-basename \ |
| 288 | perl-module-getopt-long \ | 292 | perl-module-getopt-long \ |
| 289 | perl-module-file-temp \ | 293 | perl-module-file-temp \ |
