diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-05-12 11:00:00 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-05-12 21:51:32 -0700 |
| commit | f804417cda245e073c38fbdd6749e0bd49a1c84d (patch) | |
| tree | ca2545b536bfc5e1b92cfde8e3e1a06c13985653 | |
| parent | 03bcc8ffb20383d0e3b592ddab1ba14a038f2082 (diff) | |
| download | meta-openembedded-f804417cda245e073c38fbdd6749e0bd49a1c84d.tar.gz | |
geoip-perl: Add ptest missing dependency on perl-modules
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/geoip/geoip-perl_1.51.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb index d8288f9b49..8e23b66c48 100644 --- a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb +++ b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb | |||
| @@ -30,6 +30,7 @@ do_install_ptest () { | |||
| 30 | install ${S}/t/*.t* ${D}${PTEST_PATH}/t | 30 | install ${S}/t/*.t* ${D}${PTEST_PATH}/t |
| 31 | install ${S}/t/data/* ${D}${PTEST_PATH}/t/data | 31 | install ${S}/t/data/* ${D}${PTEST_PATH}/t/data |
| 32 | } | 32 | } |
| 33 | RDEPENDS:${PN}-ptest += "perl-modules" | ||
| 33 | 34 | ||
| 34 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Geo/IP/.debug" | 35 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Geo/IP/.debug" |
| 35 | 36 | ||
