[oe-commits] Joe Slater : geoip-perl: change local tarfile name

git at git.openembedded.org git at git.openembedded.org
Wed Feb 4 16:06:15 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 0088969038e6af563638c863770dd9c9f55ac2de
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=0088969038e6af563638c863770dd9c9f55ac2de

Author: Joe Slater <jslater at windriver.com>
Date:   Mon Jan 26 13:35:57 2015 -0800

geoip-perl: change local tarfile name

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

Signed-off-by: Joe Slater <jslater at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-networking/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 \
           "
 



More information about the Openembedded-commits mailing list