diff options
-rw-r--r-- | meta-networking/conf/include/ptest-packagelists-meta-networking.inc | 2 | ||||
-rw-r--r-- | meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc index 5d0100bd80..05c4e474ab 100644 --- a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc +++ b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc | |||
@@ -15,6 +15,7 @@ PTESTS_FAST_META_NETWORKING = "\ | |||
15 | libtdb \ | 15 | libtdb \ |
16 | lldpd \ | 16 | lldpd \ |
17 | mbedtls \ | 17 | mbedtls \ |
18 | openhpi \ | ||
18 | tcpdump \ | 19 | tcpdump \ |
19 | " | 20 | " |
20 | 21 | ||
@@ -30,7 +31,6 @@ PTESTS_PROBLEMS_META_NETWORKING = "\ | |||
30 | libtevent \ | 31 | libtevent \ |
31 | lksctp-tools \ | 32 | lksctp-tools \ |
32 | nftables \ | 33 | nftables \ |
33 | openhpi \ | ||
34 | openl2tp \ | 34 | openl2tp \ |
35 | python3-scapy \ | 35 | python3-scapy \ |
36 | squid \ | 36 | squid \ |
diff --git a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb b/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb index bacf984e74..32c4783cf7 100644 --- a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb +++ b/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb | |||
@@ -59,6 +59,7 @@ FILES:${PN}-libs = "${libdir}/${BPN}/*.so /usr/lib/${BPN}/*.so" | |||
59 | 59 | ||
60 | INSANE_SKIP:${PN}-libs = "dev-so" | 60 | INSANE_SKIP:${PN}-libs = "dev-so" |
61 | RDEPENDS:${PN} += "${PN}-libs" | 61 | RDEPENDS:${PN} += "${PN}-libs" |
62 | RDEPENDS:${PN}-ptest += "packagegroup-core-buildessential" | ||
62 | 63 | ||
63 | PACKAGECONFIG ??= "libgcrypt non32bit snmp-bc" | 64 | PACKAGECONFIG ??= "libgcrypt non32bit snmp-bc" |
64 | PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," | 65 | PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils," |