[oe] [meta-networking][PATCH 1/1] geoip-perl: change local tarfile name

Joe Slater jslater at windriver.com
Mon Jan 26 21:35:57 UTC 2015


Use a better filename for the local copy of the
source.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 .../recipes-support/geoip/geoip-perl_1.45.bb       |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 01ce11d..1778412 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"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://README;md5=b0fa745303912bd2d64430f7ae69487d"
 
-SRC_URI = "http://github.com/maxmind/geoip-api-perl/archive/v${PV}.tar.gz \
+# Note that we do not want to use the upstream file name locally.
+#
+SRC_URI = "http://github.com/maxmind/geoip-api-perl/archive/v${PV}.tar.gz;downloadfilename=${BPN}-${PV}.tar.gz \
            file://run-ptest \
           "
 
-- 
1.7.9.5




More information about the Openembedded-devel mailing list