From 7e1f8faad0c4b6f490c26f87acc698dd6e002b15 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 7 Jan 2013 19:42:39 -0200 Subject: perl: Remove bashism from perl-tests.inc The perl-tests.inc file where using the constructs: cp {a,b} to/ but this is not supported in every shell so we cannot use it. This patch fixes it. (From OE-Core rev: 8dd608dac1e5658197078d002dc1b3dc8ac83184) Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- meta/recipes-devtools/perl/perl_5.14.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/perl/perl_5.14.2.bb') diff --git a/meta/recipes-devtools/perl/perl_5.14.2.bb b/meta/recipes-devtools/perl/perl_5.14.2.bb index 8678e76dec..e62e8ec657 100644 --- a/meta/recipes-devtools/perl/perl_5.14.2.bb +++ b/meta/recipes-devtools/perl/perl_5.14.2.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://Copying;md5=2b4c6ffbcfcbdee469f02565f253d81a \ # We need gnugrep (for -I) DEPENDS = "virtual/db grep-native" DEPENDS += "gdbm zlib" -PR = "r16" +PR = "r17" # 5.10.1 has Module::Build built-in PROVIDES += "libmodule-build-perl" -- cgit v1.2.3-54-g00ecf