diff mbox series

[meta-networking] openhpi: Fix ptest run time failures

Message ID 20240224012759.386475-1-raj.khem@gmail.com
State Accepted, archived
Headers show
Series [meta-networking] openhpi: Fix ptest run time failures | expand

Commit Message

Khem Raj Feb. 24, 2024, 1:27 a.m. UTC
It needs make and build tools in order to run

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../conf/include/ptest-packagelists-meta-networking.inc         | 2 +-
 meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

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 = "\
     libtdb \
     lldpd \
     mbedtls \
+    openhpi \
     tcpdump \
 "
 
@@ -30,7 +31,6 @@  PTESTS_PROBLEMS_META_NETWORKING = "\
     libtevent \
     lksctp-tools \
     nftables \
-    openhpi \
     openl2tp \
     python3-scapy \
     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"
 
 INSANE_SKIP:${PN}-libs = "dev-so"
 RDEPENDS:${PN} += "${PN}-libs"
+RDEPENDS:${PN}-ptest += "packagegroup-core-buildessential"
 
 PACKAGECONFIG ??= "libgcrypt non32bit snmp-bc"
 PACKAGECONFIG[sysfs] = "--enable-sysfs,--disable-sysfs,sysfsutils,"