diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-10-04 02:37:54 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-10-04 02:37:54 +0000 |
commit | 7d7dd39f5d9c644849e5bf0e278638a19b947450 (patch) | |
tree | a624ef39f08a6a033b043664728d4e0f8ad9078c /packages/perl/libnet-ip-perl_1.25.bb | |
parent | f8d7743c3aba8f3431ac504e4f99da9139766d49 (diff) |
perl modules: Update the SRC_URI on all the modules to use PV to refer to
the version so upgrades are easier.
Diffstat (limited to 'packages/perl/libnet-ip-perl_1.25.bb')
-rw-r--r-- | packages/perl/libnet-ip-perl_1.25.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/perl/libnet-ip-perl_1.25.bb b/packages/perl/libnet-ip-perl_1.25.bb index 16ffbe3d40..d1b94e1547 100644 --- a/packages/perl/libnet-ip-perl_1.25.bb +++ b/packages/perl/libnet-ip-perl_1.25.bb @@ -6,7 +6,7 @@ DEPENDS += "libio-zlib-perl-native" RDEPENDS += "libio-zlib-perl perl-module-math-bigint" PR = "r2" -SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MANU/Net-IP-1.25.tar.gz" +SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MANU/Net-IP-${PV}.tar.gz" S = "${WORKDIR}/Net-IP-${PV}" |