openhpi: Fix ptest run time failures

It needs make and build tools in order to run

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-02-23 17:27:06 -08:00
parent 22de033d9a
commit c9844a43e0
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 2 additions and 1 deletions

View File

@ -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 \

View File

@ -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,"