geoip-perl: Add ptest missing dependency on perl-modules

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-05-12 11:00:00 -07:00
parent 03bcc8ffb2
commit f804417cda
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -30,6 +30,7 @@ do_install_ptest () {
install ${S}/t/*.t* ${D}${PTEST_PATH}/t
install ${S}/t/data/* ${D}${PTEST_PATH}/t/data
}
RDEPENDS:${PN}-ptest += "perl-modules"
FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Geo/IP/.debug"