diff options
author | Francois Perrad <fperrad@gmail.com> | 2015-11-03 18:39:03 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-11-03 20:49:43 +0100 |
commit | 0708c41ec134f12312de42b88488db2b8612ac19 (patch) | |
tree | 02f692f2c6084bae9f5bb4c9069fd17c7be3cead /package/perl/perl.mk | |
parent | 77ec184d9924171850e6b34a15422844b1d1a578 (diff) | |
download | buildroot-0708c41ec134f12312de42b88488db2b8612ac19.tar.gz buildroot-0708c41ec134f12312de42b88488db2b8612ac19.zip |
perl-cross: bump to version 1.0.1
all patches merged
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl/perl.mk')
-rw-r--r-- | package/perl/perl.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/perl/perl.mk b/package/perl/perl.mk index d35e05cb16..f3b7b2b683 100644 --- a/package/perl/perl.mk +++ b/package/perl/perl.mk @@ -12,7 +12,7 @@ PERL_LICENSE = Artistic or GPLv1+ PERL_LICENSE_FILES = Artistic Copying README PERL_INSTALL_STAGING = YES -PERL_CROSS_VERSION = 1.0.0 +PERL_CROSS_VERSION = 1.0.1 PERL_CROSS_BASE_VERSION = 5.$(PERL_VERSION_MAJOR).0 # DO NOT refactor with the github helper (the result is not the same) PERL_CROSS_SITE = http://raw.github.com/arsv/perl-cross/releases @@ -31,7 +31,6 @@ define PERL_CROSS_EXTRACT $(TAR) --strip-components=1 -C $(@D) $(TAR_OPTIONS) - endef PERL_POST_EXTRACT_HOOKS += PERL_CROSS_EXTRACT -HOST_PERL_POST_EXTRACT_HOOKS += PERL_CROSS_EXTRACT define PERL_CROSS_SET_POD $(SED) s/$(PERL_CROSS_OLD_POD)/$(PERL_CROSS_NEW_POD)/g $(@D)/Makefile |