diff options
Diffstat (limited to 'meta-networking/recipes-support/geoip/geoip-perl_1.51.bb')
-rw-r--r-- | meta-networking/recipes-support/geoip/geoip-perl_1.51.bb | 2 |
1 files changed, 1 insertions, 1 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..9c2535b95b 100644 --- a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb +++ b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb | |||
@@ -9,7 +9,6 @@ SECTION = "libdevel" | |||
9 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 9 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4f3ea6e9b28af88dc0321190a1f8250" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e4f3ea6e9b28af88dc0321190a1f8250" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | SRCREV = "4cdfdc38eca237c19c22a8b90490446ce6d970fa" | 12 | SRCREV = "4cdfdc38eca237c19c22a8b90490446ce6d970fa" |
14 | SRC_URI = "git://github.com/maxmind/geoip-api-perl.git;branch=main;protocol=https \ | 13 | SRC_URI = "git://github.com/maxmind/geoip-api-perl.git;branch=main;protocol=https \ |
15 | file://run-ptest \ | 14 | file://run-ptest \ |
@@ -30,6 +29,7 @@ do_install_ptest () { | |||
30 | install ${S}/t/*.t* ${D}${PTEST_PATH}/t | 29 | install ${S}/t/*.t* ${D}${PTEST_PATH}/t |
31 | install ${S}/t/data/* ${D}${PTEST_PATH}/t/data | 30 | install ${S}/t/data/* ${D}${PTEST_PATH}/t/data |
32 | } | 31 | } |
32 | RDEPENDS:${PN}-ptest += "perl-modules" | ||
33 | 33 | ||
34 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Geo/IP/.debug" | 34 | FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/Geo/IP/.debug" |
35 | 35 | ||