summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/geoip/geoip-perl_1.45.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.45.bb b/meta-networking/recipes-support/geoip/geoip-perl_1.45.bb
index 01ce11d036..177841298c 100644
--- a/meta-networking/recipes-support/geoip/geoip-perl_1.45.bb
+++ b/meta-networking/recipes-support/geoip/geoip-perl_1.45.bb
@@ -9,7 +9,9 @@ SECTION = "network"
9LICENSE = "Artistic-1.0 | GPL-1.0+" 9LICENSE = "Artistic-1.0 | GPL-1.0+"
10LIC_FILES_CHKSUM = "file://README;md5=b0fa745303912bd2d64430f7ae69487d" 10LIC_FILES_CHKSUM = "file://README;md5=b0fa745303912bd2d64430f7ae69487d"
11 11
12SRC_URI = "http://github.com/maxmind/geoip-api-perl/archive/v${PV}.tar.gz \ 12# Note that we do not want to use the upstream file name locally.
13#
14SRC_URI = "http://github.com/maxmind/geoip-api-perl/archive/v${PV}.tar.gz;downloadfilename=${BPN}-${PV}.tar.gz \
13 file://run-ptest \ 15 file://run-ptest \
14 " 16 "
15 17