summaryrefslogtreecommitdiffstats
path: root/package/perl/perl.mk
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2015-03-08 16:33:02 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-08 18:32:26 +0100
commit65e8a2e75dad56dbc27b577b21eeb64a45a116e8 (patch)
tree7ebea7b7ff4197c0d3cfd15f1c424b3e0c6a03bc /package/perl/perl.mk
parent76b55b9509bdb3f608e4a0a58388ccf396240691 (diff)
downloadbuildroot-65e8a2e75dad56dbc27b577b21eeb64a45a116e8.tar.gz
buildroot-65e8a2e75dad56dbc27b577b21eeb64a45a116e8.zip
perl-cross: bump to version 0.9.6
this release contains a fix for yacc/bison issue, see http://github.com/arsv/perl-cross/issues/13 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.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/perl/perl.mk b/package/perl/perl.mk
index cd4c2867de..133e8aa142 100644
--- a/package/perl/perl.mk
+++ b/package/perl/perl.mk
@@ -12,8 +12,8 @@ PERL_LICENSE = Artistic or GPLv1+
PERL_LICENSE_FILES = Artistic Copying README
PERL_INSTALL_STAGING = YES
-PERL_CROSS_VERSION = 0.9.4
-PERL_CROSS_BASE_VERSION = 5.$(PERL_VERSION_MAJOR).1
+PERL_CROSS_VERSION = 0.9.6
+PERL_CROSS_BASE_VERSION = 5.$(PERL_VERSION_MAJOR).2
# DO NOT refactor with the github helper (the result is not the same)
PERL_CROSS_SITE = http://raw.github.com/arsv/perl-cross/releases
PERL_CROSS_SOURCE = perl-$(PERL_CROSS_BASE_VERSION)-cross-$(PERL_CROSS_VERSION).tar.gz
@@ -85,7 +85,6 @@ endif
define PERL_CONFIGURE_CMDS
(cd $(@D); HOSTCC='$(HOSTCC_NOCACHE)' ./configure $(PERL_CONF_OPTS))
$(SED) 's/UNKNOWN-/Buildroot $(BR2_VERSION_FULL) /' $(@D)/patchlevel.h
- touch $(@D)/x2p/a2p.c # prevents regen by yacc
endef
define PERL_BUILD_CMDS
OpenPOWER on IntegriCloud