mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
geoip-perl: change local tarfile name
Use a better filename for the local copy of the source. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
10c73e7e8d
commit
2d9f8ffb49
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user